summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/very-simple-unsat.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/nl/very-simple-unsat.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/nl/very-simple-unsat.smt2')
-rw-r--r--test/regress/regress0/nl/very-simple-unsat.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/nl/very-simple-unsat.smt2 b/test/regress/regress0/nl/very-simple-unsat.smt2
index 839fbb88b..5a1c87999 100644
--- a/test/regress/regress0/nl/very-simple-unsat.smt2
+++ b/test/regress/regress0/nl/very-simple-unsat.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --nl-ext
+; COMMAND-LINE: --nl-ext=full
; EXPECT: unsat
(set-logic QF_NRA)
(set-info :source |
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback