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