summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-084.cvc.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/arith/arith-int-084.cvc.smt2')
-rw-r--r--test/regress/regress1/arith/arith-int-084.cvc.smt212
1 files changed, 12 insertions, 0 deletions
diff --git a/test/regress/regress1/arith/arith-int-084.cvc.smt2 b/test/regress/regress1/arith/arith-int-084.cvc.smt2
new file mode 100644
index 000000000..a29091dd7
--- /dev/null
+++ b/test/regress/regress1/arith/arith-int-084.cvc.smt2
@@ -0,0 +1,12 @@
+; 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 (<= (+ (+ (+ (* (- 2) x0) (* (- 13) x1)) (* (- 14) x2)) (* (- 26) x3)) 4))
+(assert (let ((_let_1 (- 17))) (< (+ (+ (+ (* _let_1 x0) (* _let_1 x1)) (* 21 x2)) (* (- 4) x3)) 18)))
+(assert (> (+ (+ (+ (* (- 31) x0) (* 23 x1)) (* 4 x2)) (* 29 x3)) (- 6)))
+(assert (let ((_let_1 (- 8))) (<= (+ (+ (+ (* (- 14) x0) (* 32 x1)) (* _let_1 x2)) (* _let_1 x3)) (- 1))))
+(check-sat-assuming ( (not false) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback