summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-011.cvc.smt2
blob: c164e560e2567d922499e8807d072cc972c03ee5 (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 (= (+ (+ (+ (* 13 x0) (* (- 1) x1)) (* 11 x2)) (* 10 x3)) 9))
(assert (>= (+ (+ (+ (* (- 7) x0) (* 3 x1)) (* (- 22) x2)) (* 16 x3)) 9))
(check-sat-assuming ( (not false) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback