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