summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-091.cvc
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-02-15 15:31:48 -0600
committerAina Niemetz <aina.niemetz@gmail.com>2018-02-15 13:31:48 -0800
commit55037e0bcef45c795f28ff3fcf6c1055af465c70 (patch)
tree397d89bd10e541e1206c5dafdb8cf731feb34730 /test/regress/regress0/arith/integers/arith-int-091.cvc
parent52a39aca19b7238d08c3cebcfa46436a73194008 (diff)
Refactor regressions (#1581)
Diffstat (limited to 'test/regress/regress0/arith/integers/arith-int-091.cvc')
-rw-r--r--test/regress/regress0/arith/integers/arith-int-091.cvc22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/regress/regress0/arith/integers/arith-int-091.cvc b/test/regress/regress0/arith/integers/arith-int-091.cvc
deleted file mode 100644
index 29a19db39..000000000
--- a/test/regress/regress0/arith/integers/arith-int-091.cvc
+++ /dev/null
@@ -1,22 +0,0 @@
-% EXPECT: valid
-x0, x1, x2, x3 : INT;
-ASSERT (26 * x0) + (32 * x1) + (-26 * x2) + (-26 * x3) = -26 ;
-ASSERT (30 * x0) + (17 * x1) + (28 * x2) + (-9 * x3) = -21 ;
-ASSERT (15 * x0) + (9 * x1) + (-13 * x2) + (-21 * x3) = -13 ;
-ASSERT (-4 * x0) + (16 * x1) + (-5 * x2) + (8 * x3) = -25 ;
-ASSERT (-11 * x0) + (26 * x1) + (1 * x2) + (23 * x3) < 6 ;
-ASSERT (-31 * x0) + (-25 * x1) + (1 * x2) + (16 * x3) > -8 ;
-ASSERT (9 * x0) + (-19 * x1) + (28 * x2) + (15 * x3) < -30 ;
-ASSERT (32 * x0) + (18 * x1) + (2 * x2) + (31 * x3) > -7 ;
-ASSERT (24 * x0) + (29 * x1) + (20 * x2) + (-16 * x3) >= 3 ;
-ASSERT (-1 * x0) + (17 * x1) + (-27 * x2) + (-32 * x3) >= 20 ;
-ASSERT (26 * x0) + (-23 * x1) + (6 * x2) + (30 * x3) <= 5 ;
-ASSERT (13 * x0) + (6 * x1) + (-26 * x2) + (1 * x3) > -29 ;
-ASSERT (26 * x0) + (2 * x1) + (8 * x2) + (-18 * x3) <= 32 ;
-ASSERT (-21 * x0) + (28 * x1) + (23 * x2) + (4 * x3) <= -31 ;
-ASSERT (26 * x0) + (2 * x1) + (-28 * x2) + (12 * x3) > 6 ;
-ASSERT (-20 * x0) + (-22 * x1) + (-16 * x2) + (-21 * x3) <= -1 ;
-ASSERT (21 * x0) + (-22 * x1) + (19 * x2) + (32 * x3) <= -10 ;
-ASSERT (3 * x0) + (28 * x1) + (-11 * x2) + (0 * x3) > 0 ;
-ASSERT (-13 * x0) + (-16 * x1) + (-17 * x2) + (-2 * x3) <= -17;
-QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback