summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-016.cvc
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-12-09 03:57:13 -0600
committerGitHub <noreply@github.com>2020-12-09 10:57:13 +0100
commit59cd96a33b8f32405be2a20fc8230efc33b8dcdc (patch)
treead6d9b97c1a1da7026e84500f0b2ffe6081a17de /test/regress/regress1/arith/arith-int-016.cvc
parentadc9bb5dff0c3d705b91d862d61a0c3057350688 (diff)
Remove obsolete regressions (#5633)
This removes benchmarks for the following reasons: - regress1/arith/arith-int are removed since there are many similar regressions (10 from this set are already enabled) - bitvector cvc benchmarks are removed since their *.smt2 benchmarks are enabled - other benchmarks are removed due to features we do not plan to support - one placeholder benchmark is removed
Diffstat (limited to 'test/regress/regress1/arith/arith-int-016.cvc')
-rw-r--r--test/regress/regress1/arith/arith-int-016.cvc20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/regress/regress1/arith/arith-int-016.cvc b/test/regress/regress1/arith/arith-int-016.cvc
deleted file mode 100644
index 951650461..000000000
--- a/test/regress/regress1/arith/arith-int-016.cvc
+++ /dev/null
@@ -1,20 +0,0 @@
-% EXPECT: entailed
-x0, x1, x2, x3 : INT;
-ASSERT (-13 * x0) + (-4 * x1) + (-20 * x2) + (-26 * x3) = 2 ;
-ASSERT (13 * x0) + (13 * x1) + (-14 * x2) + (26 * x3) = -8 ;
-ASSERT (-13 * x0) + (1 * x1) + (16 * x2) + (4 * x3) = -22 ;
-ASSERT (17 * x0) + (7 * x1) + (32 * x2) + (19 * x3) = 16 ;
-ASSERT (11 * x0) + (-8 * x1) + (-10 * x2) + (-10 * x3) <= -1 ;
-ASSERT (-25 * x0) + (-18 * x1) + (-10 * x2) + (-19 * x3) <= 32 ;
-ASSERT (0 * x0) + (-14 * x1) + (30 * x2) + (-5 * x3) > -13 ;
-ASSERT (2 * x0) + (-17 * x1) + (-13 * x2) + (8 * x3) > 1 ;
-ASSERT (-4 * x0) + (-1 * x1) + (29 * x2) + (-9 * x3) > -8 ;
-ASSERT (-32 * x0) + (26 * x1) + (5 * x2) + (6 * x3) <= -1 ;
-ASSERT (-26 * x0) + (3 * x1) + (22 * x2) + (27 * x3) > -2 ;
-ASSERT (13 * x0) + (3 * x1) + (1 * x2) + (9 * x3) < 24 ;
-ASSERT (-10 * x0) + (22 * x1) + (5 * x2) + (-5 * x3) >= -21 ;
-ASSERT (-20 * x0) + (-28 * x1) + (-11 * x2) + (6 * x3) >= -17 ;
-ASSERT (14 * x0) + (16 * x1) + (-15 * x2) + (17 * x3) < 27 ;
-ASSERT (-23 * x0) + (-4 * x1) + (-19 * x2) + (-23 * x3) < 20 ;
-ASSERT (-8 * x0) + (-5 * x1) + (-17 * x2) + (32 * x3) <= 20;
-QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback