summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-047.cvc.smt2
blob: c8db98a6cd2369d884b661de6bd207d8b2ba337f (plain)
1
2
3
4
5
6
7
8
9
10
11
; 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 (= (+ (+ (+ (* (- 14) x0) (* 27 x1)) (* 10 x2)) (* 1 x3)) 10))
(assert (>= (+ (+ (+ (* (- 29) x0) (* (- 26) x1)) (* (- 16) x2)) (* 17 x3)) 16))
(assert (< (+ (+ (+ (* (- 3) x0) (* (- 2) x1)) (* 26 x2)) (* 30 x3)) (- 27)))
(check-sat-assuming ( (not false) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback