From 2d4acc17b566640fc5156614774a85a86547b12c Mon Sep 17 00:00:00 2001 From: lianah Date: Thu, 21 Mar 2013 14:30:48 -0400 Subject: [PATCH] disabled ineq --- src/theory/bv/theory_bv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2