Exact Optimization for Minimum Dominating Sets

📅 2025-08-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This paper addresses the NP-hard Minimum Dominating Set (MDS) problem by proposing ParDS, an exact algorithm based on the branch-and-bound framework. Methodologically, ParDS introduces two key innovations: (1) a high-accuracy linear programming relaxation to derive tighter theoretical lower bounds, and (2) dynamic graph reduction rules that simplify instances in real time during search, substantially shrinking the state space. Both components offer provable theoretical advantages over existing approaches in terms of bound quality and reduction efficiency. Experimental evaluation demonstrates that ParDS achieves the fastest runtime on 70% of benchmark graph classes, with up to 3,411× speedup on individual instances. Moreover, it successfully solves 16 previously unsolved instances—each exceeding the prior timeout threshold—within five hours. These results significantly extend the practical scalability of exact MDS computation on large-scale sparse graphs.

Technology Category

Application Category

📝 Abstract
The Minimum Dominating Set (MDS) problem is a well-established combinatorial optimization problem with numerous real-world applications. Its NP-hard nature makes it increasingly difficult to obtain exact solutions as the graph size grows. This paper introduces ParDS, an exact algorithm developed to address the MDS problem within the branch-and-bound framework. ParDS features two key innovations: an advanced linear programming technique that yields tighter lower bounds and a set of novel reduction rules that dynamically simplify instances throughout the solving process. Compared to the leading exact algorithms presented at IJCAI 2023 and 2024, ParDS demonstrates theoretically superior lower-bound quality. Experimental results on standard benchmark datasets highlight several significant advantages of ParDS: it achieves fastest solving times in 70% of graph categories, especially on large, sparse graphs, delivers a speed-up of up to 3,411 times on the fastest individual instance, and successfully solves 16 out of 43 instances that other algorithms were unable to resolve within the 5-hour time limit. These findings establish ParDS as a state-of-the-art solution for exactly solving the MDS problem.
Problem

Research questions and friction points this paper is trying to address.

Exact algorithm for Minimum Dominating Set NP-hard problem
Addresses computational difficulty in large graph instances
Improves lower bounds and reduction rules for optimization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Branch-and-bound framework with linear programming
Novel reduction rules for dynamic simplification
Tighter lower bounds for exact optimization
🔎 Similar Papers
No similar papers found.
💼 Related Jobs
No related jobs found.
E
Enqiang Zhu
Institute of Computing Science and Technology, Guangzhou University, Guangzhou, China
Q
Qiqi Bao
Institute of Computing Science and Technology, Guangzhou University, Guangzhou, China
Y
Yu Zhang
School of Computer Science, Peking University, Beijing, China
P
Pu Wu
Hithink RoyalFlush Information Network Co., Ltd., Hangzhou, China
C
Chanjuan Liu
School of Computer Science and Technology, Dalian University of Technology, Dalian, China