summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/bug547.2.smt2
blob: 7ff2a538a64492ee7467527412bf481ed0bf844e (plain)
1
2
3
4
5
6
7
8
(set-logic QF_NIA)
(set-info :status sat)
(declare-fun x () Int)
(declare-fun y () Int)
(declare-fun z () Int)
(assert (= (+ (* z 2) 1) (* x y)))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback