summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/cegqi-needs-justify.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/cegqi-needs-justify.smt2')
-rw-r--r--test/regress/regress0/quantifiers/cegqi-needs-justify.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/cegqi-needs-justify.smt2 b/test/regress/regress0/quantifiers/cegqi-needs-justify.smt2
index 9b7f7a847..62853011b 100644
--- a/test/regress/regress0/quantifiers/cegqi-needs-justify.smt2
+++ b/test/regress/regress0/quantifiers/cegqi-needs-justify.smt2
@@ -5,5 +5,5 @@
(declare-fun c () Real)
(declare-fun t () Real)
(assert (forall ((s Real)) (and (> t 0) (= 0 (* t c)) (or (< s c) (> s 1.0)))))
-; previously answered "sat" with --no-nl-ext --nl-rlv=always
+; previously answered "sat" with --nl-ext=none --nl-rlv=always
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback