Question 8
A graph is called a cluster graph if and only if it is a disjoint union of cliques.
The CLUSTER VERTEX DELETION (CVD) 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 (DCVD) 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 and the subgraph is also a cluster graph. Our goal is to determine if there exists a subset of size at most which is disjoint from such that the subgraph induced on is a cluster graph.
Answer the given subquestions about CVD and DCVD.
If the subgraph induced on the vertices of S is a cluster graph and a vertex in V (G) \ S is adjacent to some but not all vertices in a clique of G[S], then we can delete it and decrease the parameter by 1.
TRUE
FALSE