Adds debugging output to theory_engine.cpp.
authorTim King <taking@cs.nyu.edu>
Wed, 13 Jun 2012 20:32:04 +0000 (20:32 +0000)
committerTim King <taking@cs.nyu.edu>
Wed, 13 Jun 2012 20:32:04 +0000 (20:32 +0000)
src/theory/theory_engine.cpp

index f29be08a6976d259bfac0782312e5fe31491f67b..8abc7a0e327f0cce265c4dcf9461c7e74616041a 100644 (file)
@@ -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);