summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers')
-rw-r--r--test/regress/regress0/quantifiers/cegqi-nl-simp.cvc3
-rw-r--r--test/regress/regress0/quantifiers/cegqi-nl-simp.cvc.smt25
2 files changed, 5 insertions, 3 deletions
diff --git a/test/regress/regress0/quantifiers/cegqi-nl-simp.cvc b/test/regress/regress0/quantifiers/cegqi-nl-simp.cvc
deleted file mode 100644
index eaefbe651..000000000
--- a/test/regress/regress0/quantifiers/cegqi-nl-simp.cvc
+++ /dev/null
@@ -1,3 +0,0 @@
-% COMMAND-LINE: --nl-rlv=none
-% EXPECT: entailed
-QUERY FORALL (x:INT) : EXISTS (y:INT) : (x*y=x) ;
diff --git a/test/regress/regress0/quantifiers/cegqi-nl-simp.cvc.smt2 b/test/regress/regress0/quantifiers/cegqi-nl-simp.cvc.smt2
new file mode 100644
index 000000000..e91d9233f
--- /dev/null
+++ b/test/regress/regress0/quantifiers/cegqi-nl-simp.cvc.smt2
@@ -0,0 +1,5 @@
+; COMMAND-LINE: --nl-rlv=none
+; EXPECT: unsat
+(set-logic ALL)
+(set-option :incremental false)
+(check-sat-assuming ( (not (forall ((x Int)) (exists ((y Int)) (= (* x y) x)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback