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