Question 42
A graph is called a cluster graph if and only if it is a disjoint union of cliques. Recall that a clique is a graph where every vertex is adjacent to every other vertex.
The CLUSTER VERTEX DELETION problem is the following: Given an input graph and a parameter , does there exist a set of at most vertices of such that the subgraph induced on is a cluster graph.
In the DISJOINT CLUSTER VERTEX DELETION problem we are given an input graph , parameter and a set of vertices of of size such that the subgraph induced on is a cluster graph. We need to find if there exists a subset of size at most which is disjoint from such that the subgraph induced on is a cluster graph. Determine, for each statements in the given subquestions as true or false.
True
False