summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/issue5219-conflict-rewrite.smt2
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-05-17 17:18:57 +0200
committerGitHub <noreply@github.com>2021-05-17 15:18:57 +0000
commit63281fbfe093b1d5e375a378bb59761f77256d08 (patch)
treeea4e7dc183ddfb23709c92f74b4d35f581ad8d32 /test/regress/regress0/arith/issue5219-conflict-rewrite.smt2
parentf1a65bef2675495f09603901a7166f20221b0449 (diff)
Improve integration of CAD with nl-Ext (#6542)
This PR improves the integration of the CAD solver with the nl-ext solver in a simple way: we simply use a few of the simple linearization lemmas in combination with CAD by default, significantly improving the performance on QF_NRA.
Diffstat (limited to 'test/regress/regress0/arith/issue5219-conflict-rewrite.smt2')
-rw-r--r--test/regress/regress0/arith/issue5219-conflict-rewrite.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/arith/issue5219-conflict-rewrite.smt2 b/test/regress/regress0/arith/issue5219-conflict-rewrite.smt2
index 3c8a949ad..76898e07d 100644
--- a/test/regress/regress0/arith/issue5219-conflict-rewrite.smt2
+++ b/test/regress/regress0/arith/issue5219-conflict-rewrite.smt2
@@ -1,5 +1,5 @@
; REQUIRES: poly
-; COMMAND-LINE: --theoryof-mode=term --nl-ext --nl-icp
+; COMMAND-LINE: --theoryof-mode=term --nl-icp
; EXPECT: unknown
(set-logic QF_NRA)
(declare-fun x () Real)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback