Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Dec 3, 2024
1 parent 0d2d590 commit 60b6921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.hs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ assert cmd = do
let solverCount = fromMaybe cores cmd.numSolvers
solver <- liftIO $ getSolver cmd
withSolvers solver solverCount (fromMaybe 1 cmd.solverThreads) cmd.smttimeout $ \solvers -> do
let opts = VeriOpts { simp = True
let veriOpts = VeriOpts { simp = True
, maxIter = parseMaxIters cmd.maxIterations
, askSmtIters = cmd.askSmtIterations
, loopHeuristic = cmd.loopDetectionHeuristic
Expand Down

0 comments on commit 60b6921

Please sign in to comment.