summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple-lra.smt2
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-06-04 17:14:04 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-06-04 17:14:04 +0000
commitcd8b317b498c6c383c7571cd0939ff5044ad8932 (patch)
tree0913cd2f5c4ba6361513fb7f2e8405f4a2fa6028 /test/regress/regress0/simple-lra.smt2
parentf780dd882fc343cef668d5cd9eed8f515d0e70ed (diff)
Enabling RDL/IDL in SMT v1 and adding some simple tests
Diffstat (limited to 'test/regress/regress0/simple-lra.smt2')
-rw-r--r--test/regress/regress0/simple-lra.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/regress0/simple-lra.smt2 b/test/regress/regress0/simple-lra.smt2
new file mode 100644
index 000000000..585c62954
--- /dev/null
+++ b/test/regress/regress0/simple-lra.smt2
@@ -0,0 +1,6 @@
+(set-logic QF_LRA)
+(set-info :status unsat)
+(declare-fun x () Real)
+(declare-fun y () Real)
+(assert (not (=> (and (> x 0) (< (* 2 x) y)) (and (> y 0) (< x y)))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback