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