summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/prop/minisat/core/Solver.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prop/minisat/core/Solver.cc b/src/prop/minisat/core/Solver.cc
index 9f3285fff..1e31e354b 100644
--- a/src/prop/minisat/core/Solver.cc
+++ b/src/prop/minisat/core/Solver.cc
@@ -667,6 +667,8 @@ CRef Solver::propagate(TheoryCheckType type)
if (type == CHECK_FINAL) {
// Do the theory check
theoryCheck(CVC4::theory::Theory::EFFORT_FULL);
+ // Pick up the theory propagated literals (there could be some, if new lemmas are added)
+ propagateTheory();
// If there are lemmas (or conflicts) update them
if (lemmas.size() > 0) {
recheck = true;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback