Reducing Dominating Sets in Graphs
Ernesto Parra Inza, Jos\'e Mar\'ia Sigarreta Almira, Nodari Vakhania

TL;DR
This paper enhances algorithms for reducing dominating sets in graphs, improving solution quality significantly through four new purification methods tested on extensive benchmarks, achieving near-optimal results.
Contribution
The paper introduces four new purification algorithms that outperform previous methods in reducing dominating sets in graphs.
Findings
Solutions were about 7 times better than known upper bounds.
Optimal solutions found for 46.33% of benchmark instances.
Average error for non-optimal instances was about 1.01.
Abstract
A dominating set of a graph is a subset of vertices such that every vertex has at least one neighbor in set . The corresponding optimization problem is known to be NP-hard. The best known polynomial time approximation algorithm for the problem separates the solution process in two stages applying first a fast greedy algorithm to obtain an initial dominating set, and then it uses an iterative procedure to reduce (purify) this dominating set. The purification stage turned out to be practically efficient. Here we further strengthen the purification stage presenting four new purification algorithms. All four purification procedures outperform the earlier purification procedure. The algorithms were tested for over 1300 benchmark problem instances. Compared to the known upper bounds, the obtained solutions were about 7 times better. Remarkably,…
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
