summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-10 15:14:34 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-10 15:14:48 -0500
commit8ebd49cb903ba19f9330820d02af08e226c9b791 (patch)
tree1c8bd32e39330ed4b2d1e070584842bc542a3f92 /test/regress/regress0/quantifiers
parentf8a37b9ce3a88d211e252c02c5436fcfa360cb73 (diff)
Bug fixes to CBQI. Add first draft of CASC j7 TFF script. Add regression, minor changes.
Diffstat (limited to 'test/regress/regress0/quantifiers')
-rwxr-xr-xtest/regress/regress0/quantifiers/ARI176e1.smt25
-rw-r--r--test/regress/regress0/quantifiers/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/ARI176e1.smt2 b/test/regress/regress0/quantifiers/ARI176e1.smt2
new file mode 100755
index 000000000..dbeb96f29
--- /dev/null
+++ b/test/regress/regress0/quantifiers/ARI176e1.smt2
@@ -0,0 +1,5 @@
+; COMMAND-LINE: --cbqi-recurse
+; EXPECT: unsat
+(set-logic UFLIA)
+(assert (forall ((U Int) (V Int)) (not (= (* 3 U) (+ 22 (* (- 5) V)))) ) )
+(check-sat)
diff --git a/test/regress/regress0/quantifiers/Makefile.am b/test/regress/regress0/quantifiers/Makefile.am
index b21311da1..f12e67401 100644
--- a/test/regress/regress0/quantifiers/Makefile.am
+++ b/test/regress/regress0/quantifiers/Makefile.am
@@ -40,7 +40,8 @@ TESTS = \
qcft-javafe.filespace.TreeWalker.006.smt2 \
qcft-smtlib3dbc51.smt2 \
symmetric_unsat_7.smt2 \
- javafe.ast.StmtVec.009.smt2
+ javafe.ast.StmtVec.009.smt2 \
+ ARI176e1.smt2
# regression can be solved with --finite-model-find --fmf-inst-engine
# set3.smt2
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback