A polynomial-time approximation to a minimum dominating set in a graph
Frank Hernandez, Ernesto Parra, Jose Maria Sigarreta, Nodari Vakhania

TL;DR
This paper presents a polynomial-time approximation algorithm for the minimum dominating set problem in graphs, combining greedy construction and a purification process to improve solution quality efficiently.
Contribution
It introduces a two-stage approximation algorithm with analysis, including conditions for optimality and new approximation ratios, extending prior greedy methods.
Findings
The algorithm performs well on certain graph classes, often producing optimal solutions.
The second purification stage significantly reduces the dominating set size in practice.
Experimental results show a notable gap between initial and refined solutions.
Abstract
A {\em dominating set} of a graph is a subset of vertices such that every vertex has at least one neighbor in . Finding a dominating set with the minimum cardinality in a connected graph is known to be NP-hard. A polynomial-time approximation algorithm for this problem, described here, works in two stages. At the first stage a dominant set is generated by a greedy algorithm, and at the second stage this dominating set is purified (reduced). The reduction is achieved by the analysis of the flowchart of the algorithm of the first stage and a special kind of clustering of the dominating set generated at the first stage. The clustering of the dominating set naturally leads to a special kind of a spanning forest of graph , which serves as a basis for the second purification stage. We expose some types of graphs for which the…
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 · Advanced Optical Network Technologies · Complexity and Algorithms in Graphs
