summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_subtheory_bitblast.cpp
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-05-14 16:28:12 -0400
committerlianah <lianahady@gmail.com>2013-05-14 16:28:19 -0400
commit99d5e608b1e1a7541406e86d16b8e3bf6e7e8f0a (patch)
tree95be42a097a28c3f43fddad8cd603ac8e83437a8 /src/theory/bv/bv_subtheory_bitblast.cpp
parent5762731a21d3c4e115708f96c4eb0301e00f3dd7 (diff)
added some extra options to the bit-vector theory
Diffstat (limited to 'src/theory/bv/bv_subtheory_bitblast.cpp')
-rw-r--r--src/theory/bv/bv_subtheory_bitblast.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/bv/bv_subtheory_bitblast.cpp b/src/theory/bv/bv_subtheory_bitblast.cpp
index 2308f36a3..244d87233 100644
--- a/src/theory/bv/bv_subtheory_bitblast.cpp
+++ b/src/theory/bv/bv_subtheory_bitblast.cpp
@@ -34,7 +34,8 @@ BitblastSolver::BitblastSolver(context::Context* c, TheoryBV* bv)
d_bitblaster(new Bitblaster(c, bv)),
d_bitblastQueue(c),
d_statistics(),
- d_validModelCache(c, true)
+ d_validModelCache(c, true),
+ d_useSatPropagation(options::bvPropagate())
{}
BitblastSolver::~BitblastSolver() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback