2008
DOI: 10.1007/978-3-540-79723-4_20
|View full text |Cite
|
Sign up to set email alerts
|

Exact Algorithms for Edge Domination

Abstract: An edge dominating set in a graph G = (V, E) is a subset of the edges D ⊆ E 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 t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
31
0

Year Published

2010
2010
2015
2015

Publication Types

Select...
4
4

Relationship

0
8

Authors

Journals

citations
Cited by 21 publications
(31 citation statements)
references
References 27 publications
0
31
0
Order By: Relevance
“…For a cycle c 1 c 2 c 3 c 4 of length 4, we can also branch with (3) by including either {c 1 , c 3 } or {c 2 , c 4 } into V 1 . For the details about the proof of this fact, reader is referred to [21,25,23].…”
Section: An Improved Parameterized Approximation Schemamentioning
confidence: 99%
See 1 more Smart Citation
“…For a cycle c 1 c 2 c 3 c 4 of length 4, we can also branch with (3) by including either {c 1 , c 3 } or {c 2 , c 4 } into V 1 . For the details about the proof of this fact, reader is referred to [21,25,23].…”
Section: An Improved Parameterized Approximation Schemamentioning
confidence: 99%
“…When the graph is restricted to be of maximum degree 3, the result can be further improved to O * (2.1479 k ) [24]. There is also a long list of contributions to exact algorithms for edge dominating set, such as the O * (1.4423 |V | )-time algorithm by Raman et al [20], the O * (1.4082 |V | )-time algorithm by Fomin et al [15], the O * (1.3226 |V | )-time algorithm by Rooij and Bodlaender [21], and finally the O * (1.3160 |V | )-time algorithm by Xiao and Nagamochi [25].…”
Section: Introductionmentioning
confidence: 99%
“…The high computational complexity of current optimal methods poses a significant problem, which we attempt to address in this paper. Indeed, there has been some recent interest in reducing the computational complexity of inherently NP-hard problems, particularly in the field of graph theory [16][17][18][19][20].…”
Section: Introductionmentioning
confidence: 99%
“…Research on exponential-time algorithms for some natural and basic problems, such as independent set [9], [20], coloring [1], exact satisfiability [3] and so on, has a long history. Recently, some other basic graph problems, such as dominating set [8], edge dominating set [19] and feedback set [17], also have drawn much attention in this line of research. Furthermore, to get more understanding of the structural properties of NP-complete problems, people also have interests in exactly solving problems in sparse and low-degree graphs.…”
Section: Introductionmentioning
confidence: 99%
“…Fomin et al [7] claimed an O * (1.4082 n )-time algorithm by considering the treewidth of the graphs. Rooij and Bodlaender [19] got an O * (1.3226 n )-time algorithm by using the 'measure and conquer' method, which was further improved to O * (1.3160 n ) [24]. In terms of parameterized algorithms with parameter k being the size of the solution, there are also a long list of contributions to the upper bound of the running time.…”
Section: Introductionmentioning
confidence: 99%