2005
DOI: 10.1007/11523468_16
|View full text |Cite
|
Sign up to set email alerts
|

Measure and Conquer: Domination – A Case Study

Abstract: Davis-Putnam-style exponential-time backtracking algorithms are the most common algorithms used for finding exact solutions of NP-hard problems. The analysis of such recursive algorithms is based on the bounded search tree technique: a measure of the size of the subproblems is defined; this measure is used to lower bound the progress made by the algorithm at each branching step.For the last 30 years the research on exact algorithms has been mainly focused on the design of more and more sophisticated algorithms… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

2
104
0
1

Year Published

2005
2005
2012
2012

Publication Types

Select...
7
1

Relationship

2
6

Authors

Journals

citations
Cited by 102 publications
(107 citation statements)
references
References 20 publications
2
104
0
1
Order By: Relevance
“…We refer to [9,10] for a reference on Measure & Conquer. Even though Measure & Conquer has been applied to several problems to obtain exact exponential time algorithms, its applicability in obtaining parameterized algorithm has been limited to an algorithm for 3-Hitting Set by Wahlström [20].…”
Section: Theoremmentioning
confidence: 99%
“…We refer to [9,10] for a reference on Measure & Conquer. Even though Measure & Conquer has been applied to several problems to obtain exact exponential time algorithms, its applicability in obtaining parameterized algorithm has been limited to an algorithm for 3-Hitting Set by Wahlström [20].…”
Section: Theoremmentioning
confidence: 99%
“…There exists at least one vertex j ∈ A such thatd A (j) 1, or else a pure set covering problem where the set F corresponds to the universe U of elements and the set A corresponds to the collection S of the (nonempty) subsets of U and the aim is to determine a minimum cardinality subcollection S ′ ⊆ S which covers U . This set covering problem is known to be solvable to optimality in O * (1.2301 |A|+|F | ) time ( [2]). But, as |A| + |F | n this is not superior to O * (1.2301 n ) time.…”
Section: Max Dominating Cliquementioning
confidence: 99%
“…Recently, [7] have proposed a branching algorithm that, according to a measure and conquer analysis [2], solves min dominating clique with polynomial space and running time O * (1.3387 |V | ), and another one that requires O * (1.3234 |V | ) time and space. Naturally, these algorithms also solve existing dominating clique.…”
Section: Introductionmentioning
confidence: 99%
“…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%
“…The running time obtained with respect to the refined measure is eventually turned into the equivalent running time in terms of some standard measure (typically the number of nodes or edges for graph problems). Measure & Conquer has been successfully applied to the design of exact algorithms for coloring [12], independent set [18], dominating set [17,22,27,28], cubic-TSP [14], feedback vertex set [16], and maximum leaf spanning tree [20], among others. As it will be clearer from the analysis, a convenient measure in our case is a linear combination of the number n of nodes and number n − k of non-terminals in the graph.…”
Section: Introductionmentioning
confidence: 99%