summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index a04d16d06..ed8f61ee6 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -31,7 +31,7 @@ SmtEngine::SmtEngine(ExprManager* em, const Options* opts) throw() :
d_opts(opts)
{
d_de = new DecisionEngine();
- d_te = new TheoryEngine();
+ d_te = new TheoryEngine(this);
d_prop = new PropEngine(opts, d_de, d_te);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback