summaryrefslogtreecommitdiff
path: root/src/theory/bv
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2015-03-25 15:04:10 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2015-03-25 15:04:10 -0400
commitde819295a17aafec36455cde1b4c912951b49273 (patch)
tree90b96607ebd6c0448c5145698dafdcc049607b8b /src/theory/bv
parent973cbd67611a2943714fd9544d098ec1472a40b8 (diff)
change const are triggers from false to true in equality engines
Diffstat (limited to 'src/theory/bv')
-rw-r--r--src/theory/bv/bv_subtheory_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/bv_subtheory_core.cpp b/src/theory/bv/bv_subtheory_core.cpp
index 616b20cfd..9481b9894 100644
--- a/src/theory/bv/bv_subtheory_core.cpp
+++ b/src/theory/bv/bv_subtheory_core.cpp
@@ -32,7 +32,7 @@ using namespace CVC4::theory::bv::utils;
CoreSolver::CoreSolver(context::Context* c, TheoryBV* bv)
: SubtheorySolver(c, bv),
d_notify(*this),
- d_equalityEngine(d_notify, c, "theory::bv::TheoryBV", false),
+ d_equalityEngine(d_notify, c, "theory::bv::TheoryBV", true),
d_slicer(new Slicer()),
d_isComplete(c, true),
d_useSlicer(false),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback