From ece4131f2778bd3d2e5a1acbdf0f3a4054dfd1a6 Mon Sep 17 00:00:00 2001 From: Tim King Date: Wed, 13 Jun 2012 20:32:04 +0000 Subject: [PATCH] Adds debugging output to theory_engine.cpp. --- src/theory/theory_engine.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.30.2