Thanks to Moron and Rafal Dowgird for the tips! Based on this, I think I have a solution. Please correct me if I am wrong:
Since we already know that cliques and problems with the independent set NP-Complete, we can use this as a basis for proving our problem. Let us talk about our issue, βThe Challenge of Independent Build Clique Cliqueβ (CCIS).
Suppose we are given a graph G that has a clique C of size k. We can reduce this graph to a graph G '(read: G prime), which has both a clique C' of size k 'and an independent set I of size k', attaching k vertices to each vertex in C. This reduction occurs in polynomial time , since adding vertices takes O (n * k) time (n vertices in the graph and k vertices attached to each node).
Note that C = C 'and k = k'.
Now suppose we are given a graph G ', which has a clique C' of size k 'and an independent set I of size k', which is defined as true. The reduction to the click problem is trivial, since we do not need to change the schedule at all to find only the click.
source share