summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-048.cvc.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/arith/arith-int-048.cvc.smt2')
-rw-r--r--test/regress/regress1/arith/arith-int-048.cvc.smt211
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/regress1/arith/arith-int-048.cvc.smt2 b/test/regress/regress1/arith/arith-int-048.cvc.smt2
new file mode 100644
index 000000000..eb834e515
--- /dev/null
+++ b/test/regress/regress1/arith/arith-int-048.cvc.smt2
@@ -0,0 +1,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 (= (+ (+ (+ (* (- 13) x0) (* (- 11) x1)) (* (- 14) x2)) (* 21 x3)) 6))
+(assert (<= (+ (+ (+ (* 7 x0) (* 5 x1)) (* 13 x2)) (* 21 x3)) 27))
+(assert (< (+ (+ (+ (* 15 x0) (* (- 11) x1)) (* (- 19) x2)) (* (- 13) x3)) 5))
+(check-sat-assuming ( (not false) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback