Re: Complexity of graph problems
- From: Mathieu Liedloff <liedloff@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 09 Sep 2005 12:21:55 +0200
Michael Schnupp a écrit :
Mathieu Liedloff wrote:
# How to prove NP-completeness of Roman-Domination-Set on split graphs?
# (There are papers stating it is NP-complete, but I haven't found any proof
# so far.)
# # Any hint would be great.
Using a reduction from Vertex Cover:
Ah, thanks. Not so difficult - if you now how. :)
Today I tried to figure out, how to prove its completeness on bipartite graphs, but I did'n't manage to find a working reduction. Any hints here?
Using a reduction from minimum Set Cover...
(Maybe even an idea about RDS on circle graphs?)
Further results for some special graph classes can be found in
Roman domination over some graph classes, M. Liedloff, T. Kloks, J. Liu, S.L. Peng, Proceedings of WG'2005.
That's the very paper stating NP-completeness for RDS on planar, split and bipartite graphs by referencing to another paper which references to "private communication"...
I don't think that is the same paper since in the paper "Roman domination over some graph classes" we show that the Roman domination number of an interval graph or a cograph can be computed in linear time. Moreover, we show that there are polynomial time algorithms for computing the Roman domination numbers of AT-free graphs and graphs with a $d$-octopus.
Mathieu.
I managed the planar case¹, but had trouble with the others.
thanks again michas
¹thinking about it, the split case is not much different. :)
.
- Follow-Ups:
- Re: Complexity of graph problems
- From: Michael Schnupp
- Re: Complexity of graph problems
- References:
- Complexity of graph problems
- From: Michael Schnupp
- Re: Complexity of graph problems
- From: Mathieu Liedloff
- Re: Complexity of graph problems
- From: Michael Schnupp
- Complexity of graph problems
- Prev by Date: Re: Looking for an algorithm
- Next by Date: graph theory help wanted.
- Previous by thread: Re: Complexity of graph problems
- Next by thread: Re: Complexity of graph problems
- Index(es):
Relevant Pages
|