summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-086.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-086.cvc
parent52a39aca19b7238d08c3cebcfa46436a73194008 (diff)
Refactor regressions (#1581)
Diffstat (limited to 'test/regress/regress0/arith/integers/arith-int-086.cvc')
-rw-r--r--test/regress/regress0/arith/integers/arith-int-086.cvc13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/regress/regress0/arith/integers/arith-int-086.cvc b/test/regress/regress0/arith/integers/arith-int-086.cvc
deleted file mode 100644
index 64c212b3c..000000000
--- a/test/regress/regress0/arith/integers/arith-int-086.cvc
+++ /dev/null
@@ -1,13 +0,0 @@
-% EXPECT: valid
-x0, x1, x2, x3 : INT;
-ASSERT (-16 * x0) + (28 * x1) + (2 * x2) + (7 * x3) = -25 ;
-ASSERT (-20 * x0) + (-24 * x1) + (4 * x2) + (32 * x3) = -22 ;
-ASSERT (19 * x0) + (28 * x1) + (-15 * x2) + (18 * x3) < -9 ;
-ASSERT (-10 * x0) + (1 * x1) + (-3 * x2) + (6 * x3) <= 1 ;
-ASSERT (-15 * x0) + (-32 * x1) + (28 * x2) + (6 * x3) >= -8 ;
-ASSERT (-18 * x0) + (-16 * x1) + (15 * x2) + (-28 * x3) <= 1 ;
-ASSERT (-20 * x0) + (-31 * x1) + (20 * x2) + (13 * x3) >= -7 ;
-ASSERT (29 * x0) + (16 * x1) + (7 * x2) + (14 * x3) < 11 ;
-ASSERT (-10 * x0) + (22 * x1) + (25 * x2) + (24 * x3) >= 5 ;
-ASSERT (-3 * x0) + (11 * x1) + (27 * x2) + (11 * x3) <= 9;
-QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback