English

An Efficient Local Search for the Minimum Independent Dominating Set Problem

Data Structures and Algorithms 2019-08-20 v3

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 kk-swap as the neighborhood operation. Given a feasible solution SS, it is the operation of obtaining another feasible solution by dropping exactly kk vertices from SS and then by adding any number of vertices to it. We show that, when k=2k=2, (resp., k=3k=3 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 O(nΔ)O(n\Delta) (resp., O(nΔ3)O(n\Delta^3)) time, where nn denotes the number of vertices and Δ\Delta 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 obtainable by exchanging a solution vertex and a non-solution vertex. The algorithm is so effective that, among 80 DIMACS graphs, it updates the best-known solution size for five graphs and performs as well as existing methods for the remaining graphs.

Keywords

Cite

@article{arxiv.1802.06478,
  title  = {An Efficient Local Search for the Minimum Independent Dominating Set Problem},
  author = {Kazuya Haraguchi},
  journal= {arXiv preprint arXiv:1802.06478},
  year   = {2019}
}

Comments

18 pages, presented at SEA2018

R2 v1 2026-06-23T00:25:58.464Z