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