summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2d390b7b9..a794d63a3 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -128,7 +128,7 @@ void TheoryBV::check(Effort e)
Assert (!ok == inConflict());
if (!inConflict() && !d_coreSolver.isCoreTheory()) {
- //if (!inConflict() && !d_inequalitySolver.isInequalityTheory()) {
+ // if (!inConflict() && !d_inequalitySolver.isInequalityTheory()) {
ok = d_bitblastSolver.check(e);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback