summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-04-14 20:54:54 -0500
committerGitHub <noreply@github.com>2020-04-14 20:54:54 -0500
commitbe6719144c88921fa39823976376961fe03f17a7 (patch)
tree58e89856d0c44bda9dbdf4817e89e4f53bc7af55 /src
parent073ee2672169a40163615811994c2140c982ff36 (diff)
Disable preregistration of instantiations for cegqi in incremental (#4251)
Fixes #4243.
Diffstat (limited to 'src')
-rw-r--r--src/smt/set_defaults.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smt/set_defaults.cpp b/src/smt/set_defaults.cpp
index 1384a2848..844d25379 100644
--- a/src/smt/set_defaults.cpp
+++ b/src/smt/set_defaults.cpp
@@ -1118,6 +1118,7 @@ void setDefaults(SmtEngine& smte, LogicInfo& logic)
{
// cannot do nested quantifier elimination in incremental mode
options::cbqiNestedQE.set(false);
+ options::cbqiPreRegInst.set(false);
}
if (logic.isPure(THEORY_ARITH) || logic.isPure(THEORY_BV))
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback