Exact Algorithms for Edge Domination

Exact Algorithms for Edge Domination

0.00 Avg rating0 Votes
Article ID: iaor20126444
Volume: 64
Issue: 4
Start Page Number: 535
End Page Number: 563
Publication Date: Dec 2012
Journal: Algorithmica
Authors: ,
Keywords: matching
Abstract:

An edge dominating set in a graph G=(V,E) is a subset of the edges DE such that every edge in E is adjacent or equal to some edge in D. The problem of finding an edge dominating set of minimum cardinality is NP‐hard. We present a faster exact exponential time algorithm for this problem. Our algorithm uses O(1.3226 n ) time and polynomial space. The algorithm combines an enumeration approach of minimal vertex covers in the input graph with the branch and reduce paradigm. Its time bound is obtained using the measure and conquer technique. The algorithm is obtained by starting with a slower algorithm which is refined stepwisely. In each of these refinement steps, the worst cases in the measure and conquer analysis of the current algorithm are reconsidered and a new branching strategy is proposed on one of these worst cases. In this way a series of algorithms appears, each one slightly faster than the previous one, ending in the O(1.3226 n ) time algorithm. For each algorithm in the series, we also give a lower bound on its running time. We also show that the related problems: minimum weight edge dominating set, minimum maximal matching and minimum weight maximal matching can be solved in O(1.3226 n ) time and polynomial space using modifications of the algorithm for edge dominating set. In addition, we consider the matrix dominating set problem which we solve in O(1.3226 n+m ) time and polynomial space for n×m matrices, and the parametrised minimum weight maximal matching problem for which we obtain an O (2.4179 k ) time and space algorithm.

Reviews

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