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