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