summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-097.cvc.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/arith/arith-int-097.cvc.smt2')
-rw-r--r--test/regress/regress1/arith/arith-int-097.cvc.smt213
1 files changed, 13 insertions, 0 deletions
diff --git a/test/regress/regress1/arith/arith-int-097.cvc.smt2 b/test/regress/regress1/arith/arith-int-097.cvc.smt2
new file mode 100644
index 000000000..dd705e749
--- /dev/null
+++ b/test/regress/regress1/arith/arith-int-097.cvc.smt2
@@ -0,0 +1,13 @@
+; 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 (= (+ (+ (+ (* 19 x0) (* (- 11) x1)) (* (- 19) x2)) (* 5 x3)) 26))
+(assert (< (+ (+ (+ (* 1 x0) (* (- 28) x1)) (* (- 2) x2)) (* 15 x3)) 9))
+(assert (<= (+ (+ (+ (* (- 8) x0) (* (- 1) x1)) (* (- 25) x2)) (* (- 7) x3)) (- 31)))
+(assert (> (+ (+ (+ (* (- 7) x0) (* 11 x1)) (* (- 5) x2)) (* (- 19) x3)) 32))
+(assert (<= (+ (+ (+ (* (- 22) x0) (* 13 x1)) (* (- 16) x2)) (* (- 12) x3)) 32))
+(check-sat-assuming ( (not false) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback