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