Parameterized Edge Dominating Set In Cubic Graphs

Mingyu Xiao,Hiroshi Nagamochi
DOI: https://doi.org/10.1007/978-3-642-21204-8_14
2011-01-01
Abstract:In this paper, we present an improved algorithm to decide whether a graph of maximum degree 3 has an edge dominating set of size at most k or not, which is based on enumeration of vertex covers. We first enumerate vertex covers of size at most 2k and then construct an edge dominating set based on each vertex cover to find a satisfied edge dominating set. To enumerate vertex covers, we use a branch-and-reduce method that will generate a search tree of size O(2.1479(k)). Then we get the running time bound of the algorithm.
What problem does this paper attempt to address?