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