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