đ¤ AI Summary
This paper addresses the existence problem of Persistent Perfect Phylogenies (PPPs) on speciesâcharacter bipartite graphs under the âmaximum graphâ constraintâi.e., no two character state sets are inclusion-related. We present the first purely graph-theoretic polynomial-time algorithm for PPP existence testing. Our method leverages structural analysis of the bipartite graph and encodes character-set inclusion relations directly into auxiliary graph representations, bypassing exhaustive character-state enumeration or dynamic programming. This approach bridges a fundamental theoretical gap between classical Perfect Phylogenyâwhich admits linear-time solutionsâand the Dollo-*k* model for *k* > 1, which is NP-hard. Crucially, our algorithm preserves biological interpretability while substantially improving computational tractability for complex evolutionary models. It establishes a rigorous, efficient graph-theoretic framework for phylogenetic inference, offering both theoretical insight and practical utility in computational phylogenetics.
đ Abstract
The Persistent Perfect phylogeny, also known as Dollo-1, has been introduced as a generalization of the well-known perfect phylogenetic model for binary characters to deal with the potential loss of characters. The problem of deciding the existence of a Persistent Perfect phylogeny can be reduced to the one of recognizing a class of bipartite graphs whose nodes are species and characters. Thus an interesting question is solving directly the problem of recognizing such graphs. We present a polynomial-time algorithm for deciding Persistent Perfect phylogeny existence in maximal graphs, where no character's species set is contained within another character's species set. Our solution, that relies only on graph properties, narrows the gap between the linear-time simple algorithm for Perfect Phylogeny and the NP-hardness results for the Dollo-$k$ phylogeny with $k>1$.