summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-097.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/integers/arith-int-097.cvc')
-rw-r--r--test/regress/regress0/arith/integers/arith-int-097.cvc8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/regress/regress0/arith/integers/arith-int-097.cvc b/test/regress/regress0/arith/integers/arith-int-097.cvc
deleted file mode 100644
index b05061192..000000000
--- a/test/regress/regress0/arith/integers/arith-int-097.cvc
+++ /dev/null
@@ -1,8 +0,0 @@
-% 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