summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-08-27 09:32:14 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-08-27 09:32:14 +0200
commitd4a7b0cf0500e971c9c01e7628f3c1b567715059 (patch)
tree0f8d9199de57ec18f69d38502078c1f8fe9e748c /test/regress/regress0/quantifiers
parent7c3790db478c4f06e65ef0f777317a4c6a803059 (diff)
Modify slow regressions.
Diffstat (limited to 'test/regress/regress0/quantifiers')
-rw-r--r--test/regress/regress0/quantifiers/Makefile.am5
-rw-r--r--test/regress/regress0/quantifiers/clock-3.smt25
2 files changed, 8 insertions, 2 deletions
diff --git a/test/regress/regress0/quantifiers/Makefile.am b/test/regress/regress0/quantifiers/Makefile.am
index 60b10666e..1306fac5f 100644
--- a/test/regress/regress0/quantifiers/Makefile.am
+++ b/test/regress/regress0/quantifiers/Makefile.am
@@ -53,7 +53,7 @@ TESTS = \
nested-delta.smt2 \
nested-inf.smt2 \
RND-small.smt2 \
- clock-10.smt2 \
+ clock-3.smt2 \
006-cbqi-ite.smt2
@@ -73,7 +73,8 @@ TESTS = \
# javafe.ast.WhileStmt.447.smt2 \
# javafe.tc.CheckCompilationUnit.001.smt2 \
# javafe.tc.FlowInsensitiveChecks.682.smt2 \
-# array-unsat-simp3.smt2
+# array-unsat-simp3.smt2 \
+# clock-10.smt2
#
EXTRA_DIST = $(TESTS) \
diff --git a/test/regress/regress0/quantifiers/clock-3.smt2 b/test/regress/regress0/quantifiers/clock-3.smt2
new file mode 100644
index 000000000..78476083d
--- /dev/null
+++ b/test/regress/regress0/quantifiers/clock-3.smt2
@@ -0,0 +1,5 @@
+(set-logic LIA)
+(set-info :status unsat)
+(declare-fun t () Int)
+(assert (forall ((s Int) (m Int)) (or (not (= (+ (* 3 m) s) t)) (< s 0) (>= s 3))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback