aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/lia5.smt2
blob: 541aa6c706cdab0361c431f6c5609cd68195f881 (plain)
1
2
3
4
5
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)