HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Complexity of cubic graph decomposition

Submitted by: @import:stackexchange-cs··
0
Viewed 0 times
decompositiongraphcomplexitycubic

Problem

I am aware that deciding the existence of decomposition of a cubic graph into edge-disjoint claws is polynomial time solvable. Since a cubic graph has a decomposition into edge-disjoint claws if and only if it is bipartite.


What is the complexity of deciding the existence of decomposition of a cubic graph into vertex disjoint claws? Is it NP-complete?

In the former problem, we partition the edge set into edge-disjoint claws while in the later one we partition the vertex set into vertex-disjoint claws.

Solution

It turns out that the problem is eqivalent to the 1-perfect code problem in cubic graphs. Therefore, Deciding the existence of decomposition of a cubic graph into vertex disjoint claws is NP-complete.

Context

StackExchange Computer Science Q#44770, answer score: 2

Revisions (0)

No revisions yet.