Spanning Trees with a Small Vertex Cover: the Complexity on Specific Graph Classes
Toranosuke Kokai, Akira Suzuki, Takahiro Suzuki, Yuma Tamura, and Xiao Zhou

TL;DR
This paper investigates the computational complexity of the Minimum Cover Spanning Tree problem across various graph classes, establishing NP-completeness results and providing efficient algorithms for specific subclasses.
Contribution
It establishes the intractability of MCST on certain graph classes and offers fixed-parameter and linear-time algorithms for others, resolving open questions in the field.
Findings
NP-complete for bipartite planar graphs of max degree 4
NP-complete for unit disk graphs
FPT algorithm parameterized by clique-width and linear-time for interval graphs
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 and a positive integer , the problem determines whether has a spanning tree with a vertex cover of size at most . We reveal the equivalence between \mcst\ and the \textsc{Dominating Set} problem when is of diameter at most~ or -free. This provides the intractability for these graphs and the tractability for several subclasses of -free graphs. We also show that \mcst\ is NP-complete for bipartite planar graphs of maximum degree~ 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
