summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-11-04 10:41:49 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-11-04 10:42:01 +0100
commitf9e109b0ac12ffbfd167a19dcd60f16241a0542c (patch)
tree07547a834d60cbbbd75c91e1695c5518774c813e /test/regress/regress0/quantifiers
parent5fae5ff49bfc9c96c03c52f5e2a5caa52ac40d03 (diff)
Better combination of UF with cbqi, refactor quantifiers intialization.
Diffstat (limited to 'test/regress/regress0/quantifiers')
-rw-r--r--test/regress/regress0/quantifiers/Makefile.am5
-rw-r--r--test/regress/regress0/quantifiers/ari056.smt24
2 files changed, 7 insertions, 2 deletions
diff --git a/test/regress/regress0/quantifiers/Makefile.am b/test/regress/regress0/quantifiers/Makefile.am
index 89dcc0a26..e6b0a59fc 100644
--- a/test/regress/regress0/quantifiers/Makefile.am
+++ b/test/regress/regress0/quantifiers/Makefile.am
@@ -59,8 +59,9 @@ TESTS = \
floor.smt2 \
array-unsat-simp3.smt2 \
mix-simp.smt2 \
- mix-coeff.smt2 \
- mix-match.smt2
+ mix-coeff.smt2 \
+ mix-match.smt2 \
+ ari056.smt2
# regression can be solved with --finite-model-find --fmf-inst-engine
diff --git a/test/regress/regress0/quantifiers/ari056.smt2 b/test/regress/regress0/quantifiers/ari056.smt2
new file mode 100644
index 000000000..ed4d2bf4a
--- /dev/null
+++ b/test/regress/regress0/quantifiers/ari056.smt2
@@ -0,0 +1,4 @@
+(set-logic UFNIRA)
+(set-info :status unsat)
+(assert (forall ((X Int)) (= X 12) ))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback