summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/theory_engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index f29be08a6..8abc7a0e3 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -1139,6 +1139,8 @@ void TheoryEngine::conflict(TNode conflict, TheoryId theoryId) {
Assert(properConflict(fullConflict));
lemma(fullConflict, true, true);
} else {
+ Debug("theory::conflict") << "TheoryEngine::conflict(" << conflict << ", " << theoryId << "):" << std::endl;
+
// When only one theory, the conflict should need no processing
Assert(properConflict(conflict));
lemma(conflict, true, true);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback