2010
DOI: 10.1016/j.tcs.2010.06.026
|View full text |Cite
|
Sign up to set email alerts
|

Improved upper bounds for vertex cover

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

3
249
0

Year Published

2011
2011
2018
2018

Publication Types

Select...
9
1

Relationship

0
10

Authors

Journals

citations
Cited by 352 publications
(252 citation statements)
references
References 16 publications
3
249
0
Order By: Relevance
“…However, there is a gap between the theoretically fastest algorithms (i.e., those currently having the best time complexity) and the empirically fastest algorithms (i.e., those currently with the best running time for popular benchmark instances). In the theoretical research on exponential complexity or parameterized complexity of branching algorithms, branch-and-reduce methods, which involve a plethora of branching and reduction rules without using any lower bounds, currently have the best time complexity for a number of important problems, such as Independent Set (or, equivalently, Vertex Cover) [22,4], Dominating Set [10], and Directed Feedback Vertex Set [16]. On the other hand, in practice, branch-and-bound methods that involve problemspecific lower bounds or LP-based branch-and-cut methods, which generate new cuts to improve the lower bounds, are often used.…”
Section: Introductionmentioning
confidence: 99%
“…However, there is a gap between the theoretically fastest algorithms (i.e., those currently having the best time complexity) and the empirically fastest algorithms (i.e., those currently with the best running time for popular benchmark instances). In the theoretical research on exponential complexity or parameterized complexity of branching algorithms, branch-and-reduce methods, which involve a plethora of branching and reduction rules without using any lower bounds, currently have the best time complexity for a number of important problems, such as Independent Set (or, equivalently, Vertex Cover) [22,4], Dominating Set [10], and Directed Feedback Vertex Set [16]. On the other hand, in practice, branch-and-bound methods that involve problemspecific lower bounds or LP-based branch-and-cut methods, which generate new cuts to improve the lower bounds, are often used.…”
Section: Introductionmentioning
confidence: 99%
“…Fix some highly connected subgraph G[S] of order k if it exists. First compute a minimum vertex cover C for G in O(1.274 τ + τ n) time [6]. Enumerate all 2 τ possibilities for C := C ∩ S. Clearly, one branch contains the correct C .…”
Section: Set Multicovermentioning
confidence: 99%
“…The best known algorithm for V C k is due to Chen, Kanj, and Jia [15] and runs in time O(1.2738 k + kn).…”
Section: ) For P = Npmentioning
confidence: 99%