Hardness Results and Approximation Algorithms for the Minimum Dominating Tree Problem
Gilad Kutiel

TL;DR
This paper establishes the equivalence in approximability between the Minimum Dominating Tree problem and the Group Steiner Tree problem, improving known approximation bounds and exploring related variants like dominating star and path.
Contribution
It proves the approximation equivalence of the Minimum Dominating Tree and Group Steiner Tree problems, advancing the understanding of their computational complexity.
Findings
Equivalence in approximability between the two problems.
Improved approximation algorithms and inapproximability bounds.
Analysis of variants like dominating star and path.
Abstract
Given an undirected graph and a weight function , the \textsc{Minimum Dominating Tree} problem asks to find a minimum weight sub-tree of , , such that every is adjacent to at least one vertex in . The special case when the weight function is uniform is known as the \textsc{Minimum Connected Dominating Set} problem. Given an undirected graph with some subsets of vertices called groups, and a weight function , the \textsc{Group Steiner Tree} problem is to find a minimum weight sub-tree of which contains at least one vertex from each group. In this paper we show that the two problems are equivalents from approximability perspective. This improves upon both the best known approximation algorithm and the best inapproximability result for the \textsc{Minimum Dominating Tree}…
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 · Optimization and Search Problems
