summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/theory_bv.cpp')
-rw-r--r--src/theory/bv/theory_bv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/theory_bv.cpp b/src/theory/bv/theory_bv.cpp
index c46af5196..326eab36a 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -254,7 +254,7 @@ Node TheoryBV::ppRewrite(TNode t)
// return Rewriter::rewrite(result);
// }
- if (options::bitvectorCoreSolver() && t.getKind() == kind::EQUAL) {
+ if (/*options::bitvectorCoreSolver() && */t.getKind() == kind::EQUAL) {
std::vector<Node> equalities;
Slicer::splitEqualities(t, equalities);
return utils::mkAnd(equalities);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback