summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/real-to-int-quant.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/quantifiers/real-to-int-quant.smt2')
-rw-r--r--test/regress/regress1/quantifiers/real-to-int-quant.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress1/quantifiers/real-to-int-quant.smt2 b/test/regress/regress1/quantifiers/real-to-int-quant.smt2
new file mode 100644
index 000000000..5d7b8d44e
--- /dev/null
+++ b/test/regress/regress1/quantifiers/real-to-int-quant.smt2
@@ -0,0 +1,6 @@
+; COMMAND-LINE: --solve-real-as-int
+; EXPECT: sat
+(set-logic ALL)
+(set-info :status sat)
+(assert (forall ((x Real) (y Real)) (=> (< x y) (exists ((z Real)) (and (< x z) (< z (+ y 2)))))) )
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback