Re: Minimum Dominating Set
- From: Mathieu Liedloff <liedloff@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 10 Jul 2006 11:10:38 +0200
Luis Quesada a écrit :
Sadeq wrote:
Hi all,
Is there an algorithm for finding Minimum Dominating Set of a graph?
This algorithm should find the exact answer, not the approximation one.
Also, it shouldn't use brute force (trying all possible cases) to find
the answer, but it can be of any complexity.
Thanks in advance.
Have you had a look at:
A Note on the Complexity of Minimum Dominating Set. F. Grandoni. Journal of Discrete Algorithms. (To appear)
http://www.dsi.uniroma1.it/~grandoni/Gjda.pdf
?
Grandoni suggests an algorithm for solving this problem whose complexity is O(1.81^n).
Luis
Hi,
In the article "Measure and conquer: Domination - A case study",
(proceedings of ICALP 2005, Springer-Verlag, LNCS 3380, pp. 192-203)
the authors (Fomin, Kratsch and Grandoni) proved that this algorithm has running time O(1.5263^n) (and polynomial space) or O(1.5137^n) (and exponential space).
Mathieu
.
- References:
- Minimum Dominating Set
- From: Sadeq
- Re: Minimum Dominating Set
- From: Luis Quesada
- Minimum Dominating Set
- Prev by Date: Re: Two-dimensional pattern matching/compression
- Next by Date: Re: multithreaded programs with exponential diameter
- Previous by thread: Re: Minimum Dominating Set
- Next by thread: Two-dimensional pattern matching/compression
- Index(es):
Relevant Pages
|