summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2012-06-14 18:51:34 +0000
committerKshitij Bansal <kshitij@cs.nyu.edu>2012-06-14 18:51:34 +0000
commit31e1f3402d4cd3da7cdfabc440c3b622432849b8 (patch)
treef8d08f29f00a81c9eb936760ef2e35948181b581 /src/theory/theory_engine.h
parent86b8b53afbbd2259e297709c99d594a79927184a (diff)
fix quantifier non-bug
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index ff7648843..2440a2e53 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -265,6 +265,7 @@ class TheoryEngine {
}
void setIncomplete() throw(AssertionException) {
+ Trace("theory") << "TheoryEngine::setIncomplete()" << std::endl;
d_engine->setIncomplete(d_theory);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback