summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_subtheory.h
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.h
parent5762731a21d3c4e115708f96c4eb0301e00f3dd7 (diff)
added some extra options to the bit-vector theory
Diffstat (limited to 'src/theory/bv/bv_subtheory.h')
-rw-r--r--src/theory/bv/bv_subtheory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/bv/bv_subtheory.h b/src/theory/bv/bv_subtheory.h
index 8374a3f75..1c6920236 100644
--- a/src/theory/bv/bv_subtheory.h
+++ b/src/theory/bv/bv_subtheory.h
@@ -55,9 +55,6 @@ inline std::ostream& operator << (std::ostream& out, SubTheory subtheory) {
}
-const bool d_useEqualityEngine = true;
-const bool d_useSatPropagation = true;
-
// forward declaration
class TheoryBV;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback