Skip to content

Commit

Permalink
Do not run the command the second time
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 19, 2024
1 parent e470b21 commit a667a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booster/library/Booster/SMT/Interface.hs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ runPrelude doCheck = do
mapM_ runCmd ctxt.prelude
-- optionally check the prelude for consistency
when (coerce doCheck) $ do
check <- mapM_ runCmd ctxt.prelude >> runCmd CheckSat
check <- runCmd CheckSat
case check of
Sat -> pure ()
other -> do
Expand Down

0 comments on commit a667a9e

Please sign in to comment.