We address a combinatorialprobl em which arises in computationalph ylogenetics. In this problem we are given a set of unrooted
(not necessarily binary) trees each leaf-labelled by the same set S, and we wish to remove a minimum number of leaves so that the resultant trees share a common refinement (i.e. they are “compatible”.
If we assume the input trees are all binary, then this is simply the Maximum Agreement Subtree problem (MAST), for which much
is already known. However, if the input trees need not be binary, then the problem is much more computationally intensive:
it is NP-hard for just two trees, and solvable in polynomial time for any number k of trees when all trees have bounded degree. In this paper we present an O(k
2
n
2) 4-approximation algorithm and an O(k
2
n
3) 3-approximation algorithm for the general case of this problem.