From 55037e0bcef45c795f28ff3fcf6c1055af465c70 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Thu, 15 Feb 2018 15:31:48 -0600 Subject: Refactor regressions (#1581) --- test/regress/regress0/arith/integers/arith-int-006.cvc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/regress/regress0/arith/integers/arith-int-006.cvc (limited to 'test/regress/regress0/arith/integers/arith-int-006.cvc') diff --git a/test/regress/regress0/arith/integers/arith-int-006.cvc b/test/regress/regress0/arith/integers/arith-int-006.cvc deleted file mode 100644 index 999b4a5b4..000000000 --- a/test/regress/regress0/arith/integers/arith-int-006.cvc +++ /dev/null @@ -1,10 +0,0 @@ -% EXPECT: valid -x0, x1, x2, x3 : INT; -ASSERT (-7 * x0) + (-28 * x1) + (8 * x2) + (29 * x3) = -18 ; -ASSERT (11 * x0) + (2 * x1) + (4 * x2) + (23 * x3) = 6 ; -ASSERT (24 * x0) + (-20 * x1) + (23 * x2) + (-2 * x3) = 19 ; -ASSERT (17 * x0) + (-6 * x1) + (2 * x2) + (-22 * x3) = -31 ; -ASSERT (16 * x0) + (-7 * x1) + (27 * x2) + (17 * x3) = -8; -ASSERT (-5 * x0) + (18 * x1) + (3 * x2) + (-1 * x3) <= 29 ; -ASSERT (9 * x0) + (29 * x1) + (30 * x2) + (23 * x3) >= 21 ; -QUERY FALSE; -- cgit v1.2.3