aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/lia7.smt2
blob: df290d045e86497318e7e176aa1e683092ee60ee (plain)
1
2
3
4
5
(set-logic QF_LIA)
(declare-fun x () Int)
(assert (not (=> (= (- x 3) 7) (<= 10 x))))
(check-sat)
(exit)