aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/lia5.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/lia5.smt2')
-rw-r--r--unit-tests/lia5.smt26
1 files changed, 6 insertions, 0 deletions
diff --git a/unit-tests/lia5.smt2 b/unit-tests/lia5.smt2
new file mode 100644
index 0000000..541aa6c
--- /dev/null
+++ b/unit-tests/lia5.smt2
@@ -0,0 +1,6 @@
+(set-logic QF_LIA)
+(declare-fun x () Int)
+(declare-fun y () Int)
+(assert (and (or (and (<= (+ x y) (- 3)) (>= y 0)) (<= x (- 3))) (>= x 0)))
+(check-sat)
+(exit)