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