summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/bug269.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/bug269.smt2')
-rw-r--r--test/regress/regress0/quantifiers/bug269.smt222
1 files changed, 22 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/bug269.smt2 b/test/regress/regress0/quantifiers/bug269.smt2
new file mode 100644
index 000000000..0d5aedbb3
--- /dev/null
+++ b/test/regress/regress0/quantifiers/bug269.smt2
@@ -0,0 +1,22 @@
+(set-logic LRA)
+(set-info :status unsat)
+(declare-fun x4 () Real)
+(declare-fun x3 () Real)
+(assert (forall ((?lambda Real))
+
+(let ((?v_26 (* (- 1) x4)))
+(let ((?v_28 (+ ?lambda (* (/ 3 40) x4))))
+
+(and
+(<= (+ ?lambda (* (/ 1 60) x4)) (/ 400 3))
+(<= (+ (* (- 1) ?lambda) (* (/ (- 1) 60) x4)) (/ (- 731) 6))
+(<= ?v_28 610)
+(<= ?v_28 359)
+(<= ?v_26 (- 4100))
+(<= ?v_26 (- 4500))
+(<= ?v_26 (- 4910))
+))
+
+ )))
+(check-sat)
+(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback