Experimental Analysis of Heuristic Algorithms for the Dominating Set Problem

Experimental Analysis of Heuristic Algorithms for the Dominating Set Problem

0.00 Avg rating0 Votes
Article ID: iaor2012997
Volume: 33
Issue: 1
Start Page Number: 3
End Page Number: 18
Publication Date: May 2002
Journal: Algorithmica
Authors:
Keywords: graphs, optimization, heuristics
Abstract:

We say a vertex v in a graph G covers a vertex w if v=w or if v and w are adjacent. A subset of vertices of G is a dominating set if it collectively covers all vertices in the graph. The dominating set problem, which is NP‐hard, consists of finding a smallest possible dominating set for a graph. The straightforward greedy strategy for finding a small dominating set in a graph consists of successively choosing vertices which cover the largest possible number of previously uncovered vertices. Several variations on this greedy heuristic are described and the results of extensive testing of these variations is presented. A more sophisticated procedure for choosing vertices, which takes into account the number of ways in which an uncovered vertex may be covered, appears to be the most successful of the algorithms which are analyzed. For our experimental testing, we used both random graphs and graphs constructed by test case generators which produce graphs with a given density and a specified size for the smallest dominating set. We found that these generators were able to produce challenging graphs for the algorithms, thus helping to discriminate among them, and allowing a greater variety of graphs to be used in the experiments.

Reviews

Required fields are marked *. Your email address will not be published.