We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a999a commit 81762efCopy full SHA for 81762ef
booster/library/Booster/SMT/Interface.hs
@@ -89,9 +89,9 @@ initSolver def smtOptions = Log.withContext Log.CtxSMT $ do
89
ctxt <- mkContext smtOptions prelude
90
91
evalSMT ctxt $ do
92
- checkPrelude
93
-- set timeout value for the general queries
94
runCmd_ $ SetTimeout smtOptions.timeout
+ checkPrelude
95
Log.logMessage ("Successfully initialised SMT solver with " <> (Text.pack . show $ smtOptions))
96
pure ctxt
97
0 commit comments