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