summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/mix-coeff.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/quantifiers/mix-coeff.smt2')
-rw-r--r--test/regress/regress1/quantifiers/mix-coeff.smt24
1 files changed, 4 insertions, 0 deletions
diff --git a/test/regress/regress1/quantifiers/mix-coeff.smt2 b/test/regress/regress1/quantifiers/mix-coeff.smt2
new file mode 100644
index 000000000..23ecba49e
--- /dev/null
+++ b/test/regress/regress1/quantifiers/mix-coeff.smt2
@@ -0,0 +1,4 @@
+(set-logic LIRA)
+(set-info :status unsat)
+(assert (forall ((x Int) (y Int) (a Real) (z Int)) (or (> x (+ a (* (/ 2 3) y) (* (/ 4 5) z))) (< x (+ 10 (* 3 a) (* (/ 2 5) y) (* (/ 4 7) z))))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback