summaryrefslogtreecommitdiff
path: root/src/decision/decision_engine.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-03-12 19:41:28 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-03-20 20:00:55 -0400
commitb480438b3d39000cfac88eac12922a23f9fccbea (patch)
treeab310d8512298a733f8e2d8f4805d06ee126208e /src/decision/decision_engine.cpp
parent6106f021745ffc7ebc068f762a196140deb9d48d (diff)
Fix to bug 497: make justification heuristic's ITE cache context-dependent.
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 08a3e49d0..98294f92b 100644
--- a/src/decision/decision_engine.cpp
+++ b/src/decision/decision_engine.cpp
@@ -29,7 +29,7 @@ using namespace std;
namespace CVC4 {
DecisionEngine::DecisionEngine(context::Context *sc,
- context::Context *uc) :
+ context::UserContext *uc) :
d_enabledStrategies(),
d_needIteSkolemMap(),
d_relevancyStrategy(NULL),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback