summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
authoryoni206 <yoni206@users.noreply.github.com>2020-03-19 10:12:10 -0700
committerGitHub <noreply@github.com>2020-03-19 10:12:10 -0700
commit027ed263703823adf3c9f7e9fa11df0832f538b0 (patch)
tree2e5cd021e8e689e8a34b0cbe61607648c2eba492 /src/smt/smt_engine.cpp
parent089a60266f2658e471d204fdd737e3e0d37e105c (diff)
Bv2int fail on demand
Postpone failure in bv-to-int preprocessing pass.
Diffstat (limited to 'src/smt/smt_engine.cpp')
-rw-r--r--src/smt/smt_engine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 1d096e1fe..d3ba34b6c 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1206,7 +1206,6 @@ void SmtEngine::setDefaults() {
if (d_logic.isTheoryEnabled(THEORY_BV))
{
d_logic = d_logic.getUnlockedCopy();
- d_logic.disableTheory(THEORY_BV);
d_logic.enableTheory(THEORY_ARITH);
d_logic.arithNonLinear();
d_logic.lock();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback