Maximum agreement subtree problem

The maximum agreement subtree problem is any of several closely related problems in graph theory and computer science. In all of these problems one is given a collection of trees T_1,\ldots, 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'\subset L such that the minimal spanning subtrees containing the leaves in L', of T_1\mid S,\ldots, T_m\mid S are the "same" while preserving the labelling.

Formulations

=Maximum homeomorphic agreement subtree=

Source:{{Cite journal|last=Amir|first=A.|last2=Keselman|first2=D.|date=1997-12-01|title=Maximum Agreement Subtree in a Set of Evolutionary Trees: Metrics and Efficient Algorithms|journal=SIAM Journal on Computing|volume=26|issue=6|pages=1656–1669|doi=10.1137/S0097539794269461|issn=0097-5397|citeseerx=10.1.1.133.6891}}

This version requires that the subtrees T_1\mid S,\ldots, T_m\mid 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,\ldots,T_m are rooted and that the subtrees T_1\mid S,\ldots, T_m\mid 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.

See also

References

{{reflist}}

  • {{cite journal|last1=Kao|first1=Ming-Yang|last2=Lam|first2=Tak-Wah|last3=Sung|first3=Wing-Kin|last4=Ting|first4=Hing-Fung|title=An Even Faster and More Unifying Algorithm for Comparing Trees via Unbalanced Bipartite Matchings|journal=Journal of Algorithms|date=August 2001|volume=40|issue=2|pages=212–233|doi=10.1006/jagm.2001.1163|arxiv=cs/0101010}}

Category:Computational problems in graph theory