Rahul Sharma (Editor)

Maximum agreement subtree problem

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The maximum agreement subtree problem is any of several closely related problems problems in graph theory and computer science. In all of these problems one is given a collection of trees T 1 , , T m each containing n leaves. The leaves of these trees are given labels from some set L with | L | = n so that no pair of leaves in the same tree sharing the same label, within the same tree the labelling for each leaf is distinct. In this problem one would like to find the largest subset L L such that the minimal spanning subtrees containing the leaves in L , of T 1 S , , T m S are the "same" while preserving the labelling.

Contents

Maximum homeomorphic agreement subtree

This version requires that the subtrees T 1 S , , T m S are homeomorphic to one another.

Rooted maximum homeomorphic agreement subtree

This version is the same as the maximum homeomorphic agreement subtree, but we further assume that T 1 , , T m are rooted and that the subtrees T 1 S , , T m S contain the root node. This version of the maximum agreement subtree problem is used for the study of phylogenetic trees. Because of its close ties with phylogeny this formulation is often what is mean when one refers to the "maximum agreement subtree" problem.

Other variants

There exits other formulations for example the (rooted) maximum isomorphic agreement subtree where we require the subtrees to be isomorphic to one another.

References

Maximum agreement subtree problem Wikipedia