2013
DOI: 10.1007/978-3-642-45030-3_31
|View full text |Cite
|
Sign up to set email alerts
|

Exact Algorithms for Maximum Independent Set

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

1
29
0

Year Published

2014
2014
2018
2018

Publication Types

Select...
6
3

Relationship

0
9

Authors

Journals

citations
Cited by 39 publications
(30 citation statements)
references
References 14 publications
1
29
0
Order By: Relevance
“…The complexity is reduced to O(2 0.276n ) by Robson [20] with a modified recursive algorithm. This result is recently improved by Xiao et al [26] to O (1.2002 n · n O (1) ). These exact methods are applicable to problem instances of very limited sizes.…”
Section: Related Workmentioning
confidence: 76%
See 1 more Smart Citation
“…The complexity is reduced to O(2 0.276n ) by Robson [20] with a modified recursive algorithm. This result is recently improved by Xiao et al [26] to O (1.2002 n · n O (1) ). These exact methods are applicable to problem instances of very limited sizes.…”
Section: Related Workmentioning
confidence: 76%
“…The best approximation ratio known for the MIS problem is O(n(log log n) 2 /(log n) 3 ) [10]. In addition, there are several studies on exponential-time exact algorithms: Robson [20] solves the problem in time O(2 0.276n ) using exponential space, which is recently improved to O (1.2002 n · n O (1) ) by Xiao [26]. All the above algorithms require memory space linear in the size of the input graph.…”
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%
“…Though these works apply reduction techniques as a preprocessing step, many works apply reductions as a natural step of the algorithm. Reductions were originally used by Tarjan and Trojanowski [41] to reduce the running time of the brute force O(n 2 2 n ) algorithm to time O(2 n/3 ), and reductions are further used to give the fastest known polynomial space algorithm with running time of O * (1.1996 n ) by Xiao and Nagamochi [46]. These algorithms apply reductions during recursion, only branching when the graph can no longer be reduced [19]-known as the branch-and-reduce method.…”
Section: Related Workmentioning
confidence: 99%