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