summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/is-int.smt2
diff options
context:
space:
mode:
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