Question 9
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.
After modifying the input instance, we can solve DISJOINT CLUSTER VERTEX DELETION by solving a matching problem on a bipartite graph.
TRUE
FALSE