summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/set_defaults.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/smt/set_defaults.cpp b/src/smt/set_defaults.cpp
index b97c99eae..7c5d775ed 100644
--- a/src/smt/set_defaults.cpp
+++ b/src/smt/set_defaults.cpp
@@ -162,10 +162,6 @@ void setDefaults(LogicInfo& logic, bool isInternalSubsolver)
"Incremental eager bit-blasting is currently "
"only supported for QF_BV. Try --bitblast=lazy.");
}
-
- // Force lazy solver since we don't handle EAGER_ATOMS in the
- // BVSolver::BITBLAST solver.
- opts.set(options::bvSolver, options::BVSolver::LAZY);
}
/* Only BVSolver::LAZY natively supports int2bv and nat2bv, for other solvers
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback