summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-040.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/integers/arith-int-040.cvc')
-rw-r--r--test/regress/regress0/arith/integers/arith-int-040.cvc16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/regress/regress0/arith/integers/arith-int-040.cvc b/test/regress/regress0/arith/integers/arith-int-040.cvc
deleted file mode 100644
index 68502349f..000000000
--- a/test/regress/regress0/arith/integers/arith-int-040.cvc
+++ /dev/null
@@ -1,16 +0,0 @@
-% EXPECT: valid
-x0, x1, x2, x3 : INT;
-ASSERT (-1 * x0) + (-24 * x1) + (3 * x2) + (-8 * x3) > -5 ;
-ASSERT (29 * x0) + (17 * x1) + (-26 * x2) + (20 * x3) > 11 ;
-ASSERT (18 * x0) + (15 * x1) + (-27 * x2) + (8 * x3) > -11 ;
-ASSERT (-14 * x0) + (4 * x1) + (27 * x2) + (-9 * x3) < -13 ;
-ASSERT (24 * x0) + (11 * x1) + (17 * x2) + (-15 * x3) > 5 ;
-ASSERT (-28 * x0) + (-1 * x1) + (10 * x2) + (-12 * x3) > -14 ;
-ASSERT (-11 * x0) + (-4 * x1) + (7 * x2) + (-32 * x3) >= 31 ;
-ASSERT (18 * x0) + (32 * x1) + (-24 * x2) + (-19 * x3) <= -6 ;
-ASSERT (-15 * x0) + (23 * x1) + (-19 * x2) + (-12 * x3) < 2 ;
-ASSERT (-21 * x0) + (-8 * x1) + (-30 * x2) + (31 * x3) >= -29 ;
-ASSERT (5 * x0) + (-24 * x1) + (-21 * x2) + (-10 * x3) >= -8 ;
-ASSERT (-31 * x0) + (-26 * x1) + (13 * x2) + (-7 * x3) <= -32 ;
-ASSERT (-18 * x0) + (-11 * x1) + (9 * x2) + (6 * x3) >= 8;
-QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback