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 5fdd57a commit ce11d9eCopy full SHA for ce11d9e
booster/library/Booster/SMT/Interface.hs
@@ -370,10 +370,6 @@ checkPredicates ctxt givenPs givenSubst psToCheck
370
Log.logMessage . Pretty.renderOneLineText $
371
hsep ("Predicates to check:" : map (pretty' @mods) (Set.toList psToCheck))
372
result <- interactWithSolver smtGiven sexprsToCheck
373
- Log.logMessage $
374
- "Check of Given ∧ P and Given ∧ !P produced "
375
- <> (Text.pack $ show result)
376
-
377
case result of
378
(Unsat, Unsat) -> pure Nothing -- defensive choice for inconsistent ground truth
379
(Sat, Sat) -> do
0 commit comments