summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug288c.smtv1.smt2
blob: 84dfb535f1619bb57f4dcf2be876aefc546f5a24 (plain)
1
2
3
4
5
6
7
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_LIA)
(declare-fun x () Int)
(declare-fun y () Int)
(declare-fun z () Int)
(check-sat-assuming ( (and (= z 0) (>= (+ (- (* 2 x) (* 2 y)) z) 1)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback