Spanning Trees with a Small Vertex Cover: the Complexity on Specific Graph Classes
Toranosuke Kokai, Akira Suzuki, Takahiro Suzuki, Yuma Tamura, Xiao Zhou
TL;DR
The paper investigates MCST, the problem of finding a spanning tree with a small vertex cover. It establishes a tight connection between MCST and Dominating Set on diameter-2 and P5-free graphs, yielding equality of the two central parameters in these classes and matching algorithmic consequences. It also proves NP-hardness for planar bipartite graphs with maximum degree 4 and for unit disk graphs, while delivering an FPT algorithm by clique-width via an MSO1 reformulation and a linear-time solution for interval graphs. Together, these results map the complexity landscape of MCST across diverse graph classes and provide practical algorithms for important subclasses. The work resolves open questions and highlights a nuanced boundary between tractability and hardness for MCST.
Abstract
In the context of algorithm theory, various studies have been conducted on spanning trees with desirable properties. In this paper, we consider the \textsc{Minimum Cover Spanning Tree} problem (MCST for short). Given a graph $G$ and a positive integer $k$, the problem determines whether $G$ has a spanning tree with a vertex cover of size at most $k$. We reveal the equivalence between \mcst\ and the \textsc{Dominating Set} problem when $G$ is of diameter at most~$2$ or $P_5$-free. This provides the intractability for these graphs and the tractability for several subclasses of $P_5$-free graphs. We also show that \mcst\ is NP-complete for bipartite planar graphs of maximum degree~$4$ and unit disk graphs. These hardness results resolve open questions posed in prior research. Finally, we present an FPT algorithm for {\mcst} parameterized by clique-width and a linear-time algorithm for interval graphs.
