summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-014.cvc.smt2
blob: 02aa0d5b11a6929aa9abe268533ca81100825881 (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 (<= (+ (+ (+ (* 10 x0) (* 25 x1)) (* 10 x2)) (* (- 28) x3)) 20))
(assert (<= (+ (+ (+ (* 24 x0) (* (- 9) x1)) (* (- 12) x2)) (* 15 x3)) 3))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback