Skip to content

Commit

Permalink
Remove bad hardResetSolver
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 2, 2024
1 parent 94c27ad commit 30cf5fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion booster/library/Booster/SMT/Interface.hs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ isSat ctxt psToCheck
solve smtToCheck transState = solve'
where
solve' = do
lift $ hardResetSolver ctxt.options
Log.getPrettyModifiers >>= \case
ModifiersRep (_ :: FromModifiersT mods => Proxy mods) ->
Log.logMessage . Pretty.renderOneLineText $
Expand Down

0 comments on commit 30cf5fd

Please sign in to comment.