summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-12-22 01:49:28 -0600
committerGitHub <noreply@github.com>2020-12-22 08:49:28 +0100
commit85da37188e1b206fb3dccf202633cf4c1d22da7c (patch)
tree393b504da1f95943da51eb096b238ca2310228cb /test/regress/regress1/quantifiers
parentc9747ae3a0577498073a04de97a978e1d9464d5d (diff)
Remove preregister instantiation heuristic (#5713)
This was a hack to improve the QF arithmetic solver by ensuring that certain instantiation lemmas were preregistered. This is no longer needed and will be a hindrance to the currently line of refactoring.
Diffstat (limited to 'test/regress/regress1/quantifiers')
-rw-r--r--test/regress/regress1/quantifiers/issue4243-prereg-inc.smt21
1 files changed, 0 insertions, 1 deletions
diff --git a/test/regress/regress1/quantifiers/issue4243-prereg-inc.smt2 b/test/regress/regress1/quantifiers/issue4243-prereg-inc.smt2
index 92c8ac47b..b304a2371 100644
--- a/test/regress/regress1/quantifiers/issue4243-prereg-inc.smt2
+++ b/test/regress/regress1/quantifiers/issue4243-prereg-inc.smt2
@@ -3,7 +3,6 @@
(set-logic BV)
(set-info :status sat)
(declare-fun _substvar_16_ () Bool)
-(set-option :cegqi-prereg-inst true)
(set-option :check-models true)
(declare-fun v2 () Bool)
(push 1)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback