aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/lia4.smt2
blob: dde6e912145620f7aa2be38f7d7830eb63778b20 (plain)
1
2
3
4
5
6
(set-logic QF_LIA)
(declare-fun x () Int)
(declare-fun y () Int)
(assert (not (= (< x y) (<= x (- y 1)))))
(check-sat)
(exit)