You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
symCfg sym W4.yicesGoalTimeout s -- N.B. yices takes seconds
pure()
As seen above, we don't want to unconditionally set the timeout configuration settings for all SMT solvers, as each solver has its own settings. Instead, I think we need to do something solver-specific here.
The text was updated successfully, but these errors were encountered:
Attempting to use a non-zero
proverTimeout
with any What4-based SMT solver will cause Cryptol to throw an exception. Example:I suspect that the culprit is the following code:
cryptol/src/Cryptol/Symbolic/What4.hs
Lines 775 to 782 in ba0f8d9
As seen above, we don't want to unconditionally set the timeout configuration settings for all SMT solvers, as each solver has its own settings. Instead, I think we need to do something solver-specific here.
The text was updated successfully, but these errors were encountered: