summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/is-int.smt2
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-10-26 11:26:13 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-10-26 11:26:22 +0100
commitaaf1bbbdc6e42910e07db64441885ee3476d86df (patch)
treea6abf77b1b404e8183a44c78f733a0c93f2213fe /test/regress/regress0/quantifiers/is-int.smt2
parent95992fb5e9fb971f2319e1302b83ac85098e0438 (diff)
Extend counterexample-guided instantiation to extended theory of Int/Real, mixed Int/Real. Bug fixes. Updates to quantifiers rewriter.
Diffstat (limited to 'test/regress/regress0/quantifiers/is-int.smt2')
-rwxr-xr-xtest/regress/regress0/quantifiers/is-int.smt24
1 files changed, 4 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/is-int.smt2 b/test/regress/regress0/quantifiers/is-int.smt2
new file mode 100755
index 000000000..07e8dd246
--- /dev/null
+++ b/test/regress/regress0/quantifiers/is-int.smt2
@@ -0,0 +1,4 @@
+(set-logic LIRA)
+(set-info :status unsat)
+(assert (forall ((X Real) (Y Real)) (or (not (is_int X)) (not (>= (+ X (* (- (/ 2 3)) Y)) (- (/ 1 6)))) (not (>= (+ (* (- 1) X) (* (- (/ 1 4)) Y)) (- (/ 61 8)))) (not (>= (+ (* (- 1) X) (* (/ 5 2) Y)) 13))) ))
+(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback