summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-015.cvc.smt2
blob: 5fecc9da091c198d3ad4c1d9ee68cc9ca83eb58a (plain)
1
2
3
4
5
6
7
8
9
10
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x0 () Int)
(declare-fun x1 () Int)
(declare-fun x2 () Int)
(declare-fun x3 () Int)
(assert (> (+ (+ (+ (* (- 22) x0) (* (- 3) x1)) (* 9 x2)) (* (- 13) x3)) (- 31)))
(assert (> (+ (+ (+ (* 31 x0) (* (- 17) x1)) (* 28 x2)) (* (- 16) x3)) (- 28)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback