summaryrefslogtreecommitdiff
path: root/src/decision/decision_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/decision/decision_engine.cpp')
-rw-r--r--src/decision/decision_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decision/decision_engine.cpp b/src/decision/decision_engine.cpp
index b1ecabf81..b38b3c1e0 100644
--- a/src/decision/decision_engine.cpp
+++ b/src/decision/decision_engine.cpp
@@ -37,7 +37,7 @@ namespace CVC4 {
d_satSolver(NULL),
d_satContext(sc),
d_userContext(uc),
- d_result(SAT_VALUE_UNKNOWN)
+ d_result(sc, SAT_VALUE_UNKNOWN)
{
const Options* options = Options::current();
Trace("decision") << "Creating decision engine" << std::endl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback