From 85da37188e1b206fb3dccf202633cf4c1d22da7c Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Tue, 22 Dec 2020 01:49:28 -0600 Subject: 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. --- test/regress/regress1/quantifiers/issue4243-prereg-inc.smt2 | 1 - 1 file changed, 1 deletion(-) (limited to 'test/regress/regress1/quantifiers') 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) -- cgit v1.2.3