summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/clock-3.smt2
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/clock-3.smt2
parent7c3790db478c4f06e65ef0f777317a4c6a803059 (diff)
Modify slow regressions.
Diffstat (limited to 'test/regress/regress0/quantifiers/clock-3.smt2')
-rw-r--r--test/regress/regress0/quantifiers/clock-3.smt25
1 files changed, 5 insertions, 0 deletions
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