English

Exploiting Low Scanwidth to Resolve Soft Polytomies

Data Structures and Algorithms 2026-03-13 v2

Abstract

Phylogenetic networks allow modeling reticulate evolution, capturing events such as hybridization and horizontal gene transfer. A fundamental computational problem in this context is the Tree Containment problem, which asks whether a given phylogenetic network is compatible with a given phylogenetic tree. However, the classical statement of the problem is not robust to poorly supported branches in biological data, possibly leading to false negatives. In an effort to address this, a relaxed version that accounts for uncertainty, called Soft Tree Containment, has been introduced by Bentert, Mal\'ik, and Weller [SWAT'18]. We present an algorithm that solves Soft Tree Containment in 2O(ΔTklog(k))nO(1)2^{O(\Delta_T \cdot k \cdot \log(k))} \cdot n^{O(1)} time, where k=sw(Γ)+ΔNk = \operatorname{sw}(\Gamma) + \Delta_N, with ΔT\Delta_T and ΔN\Delta_N denoting the maximum out-degrees in the tree and the network, respectively, and sw(Γ)\operatorname{sw}(\Gamma) denoting the "scanwidth" [Berry, Scornavacca, and Weller, SOFSEM'20] of a given tree extension of the network, while nn is the input size. Our approach leverages the fact that phylogenetic networks encountered in practice often exhibit low scanwidth, making the problem more tractable.

Keywords

Cite

@article{arxiv.2511.20771,
  title  = {Exploiting Low Scanwidth to Resolve Soft Polytomies},
  author = {Sebastian Bruchhold and Mathias Weller},
  journal= {arXiv preprint arXiv:2511.20771},
  year   = {2026}
}

Comments

19 pages. To be submitted to DMTCS. An extended abstract appeared in the proceedings of SOFSEM 2026

R2 v1 2026-07-01T07:55:00.391Z