Question 4
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.
In the DISJOINT CLUSTER VERTEX DELETION problem, if the subgraph induced on the vertices of S is not a cluster graph, we can immediately return NO.
TRUE
FALSE