summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 4b37d4dd6..7553b1f0c 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -109,6 +109,8 @@ class TheoryEngine {
void lemma(TNode node, bool)
throw(theory::Interrupted, AssertionException) {
+ Debug("theory") << "EngineOutputChannel::lemma("
+ << node << ")" << std::endl;
++(d_engine->d_statistics.d_statLemma);
d_engine->newLemma(node);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback