summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-045.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/arith/arith-int-045.cvc')
-rw-r--r--test/regress/regress1/arith/arith-int-045.cvc9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress1/arith/arith-int-045.cvc b/test/regress/regress1/arith/arith-int-045.cvc
new file mode 100644
index 000000000..ca1a12ba6
--- /dev/null
+++ b/test/regress/regress1/arith/arith-int-045.cvc
@@ -0,0 +1,9 @@
+% EXPECT: valid
+x0, x1, x2, x3 : INT;
+ASSERT (-22 * x0) + (-5 * x1) + (-5 * x2) + (25 * x3) = 22 ;
+ASSERT (2 * x0) + (-25 * x1) + (4 * x2) + (-21 * x3) >= 0 ;
+ASSERT (30 * x0) + (6 * x1) + (-17 * x2) + (-6 * x3) > 8 ;
+ASSERT (28 * x0) + (-17 * x1) + (26 * x2) + (-1 * x3) >= 17 ;
+ASSERT (2 * x0) + (-32 * x1) + (30 * x2) + (10 * x3) < -23 ;
+ASSERT (22 * x0) + (-18 * x1) + (7 * x2) + (28 * x3) < -26;
+QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback