summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.cpp')
-rw-r--r--src/smt/smt_engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 8def3e279..6e3a1b801 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -10,6 +10,7 @@
** See the file COPYING in the top-level source directory for licensing
** information.
**
+ ** The main entry point into the CVC4 library's SMT interface.
**/
#include "smt/smt_engine.h"
@@ -67,6 +68,7 @@ SmtEngine::SmtEngine(ExprManager* em, const Options* opts) throw () :
d_exprManager(em),
d_nodeManager(em->getNodeManager()),
d_options(opts) {
+
NodeManagerScope nms(d_nodeManager);
d_decisionEngine = new DecisionEngine;
d_theoryEngine = new TheoryEngine(this, d_ctxt);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback