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