An Efficient Local Search for the Minimum Independent Dominating Set Problem
Kazuya Haraguchi

TL;DR
This paper introduces an efficient local search algorithm for the minimum independent dominating set problem, utilizing k-swap neighborhoods to improve solutions quickly, and demonstrates its effectiveness on benchmark graphs.
Contribution
It proposes a novel local search method with optimized k-swap neighborhood exploration for the minimum independent dominating set problem.
Findings
Improves solutions for 5 out of 80 benchmark graphs.
Achieves comparable results to existing methods on other graphs.
Provides a time complexity analysis for neighborhood search operations.
Abstract
In the present paper, we propose an efficient local search for the minimum independent dominating set problem. We consider a local search that uses -swap as the neighborhood operation. Given a feasible solution , it is the operation of obtaining another feasible solution by dropping exactly vertices from and then by adding any number of vertices to it. We show that, when , (resp., and a given solution is minimal with respect to 2-swap), we can find an improved solution in the neighborhood or conclude that no such solution exists in (resp., ) time, where denotes the number of vertices and denotes the maximum degree. We develop a metaheuristic algorithm that repeats the proposed local search and the plateau search iteratively, where the plateau search examines solutions of the same size as the current solution that are…
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.
