summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-012.cvc.smt2
blob: c823df0bb5c8987575218daf21f9d6dd4d4f5e27 (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 (< (+ (+ (+ (* 18 x0) (* 32 x1)) (* (- 11) x2)) (* 18 x3)) (- 25)))
(assert (>= (+ (+ (+ (* (- 31) x0) (* 16 x1)) (* 24 x2)) (* 9 x3)) (- 24)))
(check-sat-assuming ( (not false) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback