2009
DOI: 10.1145/1552285.1552286
|View full text |Cite
|
Sign up to set email alerts
|

A measure & conquer approach for the analysis of exact algorithms

Abstract: For more than 40 years, Branch & Reduce exponential-time backtracking algorithms have been among the most common tools used for finding exact solutions of NP-hard problems. Despite that, the way to analyze such recursive algorithms is still far from producing tight worst-case running time bounds. Motivated by this, we use an approach, that we call "Measure & Conquer", as an attempt to step beyond such limitations. The approach is based on the careful design of a nonstandard measure of the subproblem size; this… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
144
0
2

Year Published

2012
2012
2019
2019

Publication Types

Select...
4
3

Relationship

1
6

Authors

Journals

citations
Cited by 215 publications
(146 citation statements)
references
References 71 publications
0
144
0
2
Order By: Relevance
“…In our main implementation, we completely use the same strategy as the one used in the theoretical exact exponential algorithm by Fomin et al [7] for selecting a vertex to branch on. Basically, a vertex of the maximum degree is selected.…”
Section: Vertex Selectionmentioning
confidence: 99%
See 3 more Smart Citations
“…In our main implementation, we completely use the same strategy as the one used in the theoretical exact exponential algorithm by Fomin et al [7] for selecting a vertex to branch on. Basically, a vertex of the maximum degree is selected.…”
Section: Vertex Selectionmentioning
confidence: 99%
“…In our experiments (Section 7.3.3), we compare this strategy to the random selection strategy and the minimum degree selection strategy. For the mirror branching rule by Fomin et al [7], we branch into two cases: 1) including M[v] to the vertex cover or 2) discarding v while including N (v) to the vertex cover. In our implementation, we use this branching rule when the selected vertex v has mirrors.…”
Section: Vertex Selectionmentioning
confidence: 99%
See 2 more Smart Citations
“…For this reason we use the Measure & Conquer analytical technique described in [21] (see also [17,18]), which is based on the quasiconvex analysis of multivariate recurrences by Eppstein [13]. The basic idea is designing a convenient (non-trivial) measure of the size of the problem.…”
Section: Introductionmentioning
confidence: 99%