Covering by Cliques

Input

Graph G=(V,E)G = (V, E), positive integer KEK \leq |E|.

Question

Are there kKk \leq K subsets V1,V2,,VkV_1, V_2, \dots, V_k of VV such that each ViV_i induces a complete subgraph of GG and such that for each edge {u,v}E\{u, v\} \in E there is some ViV_i that contains both uu and vv?

Classes

Proofs

NP-complete

Transformation from Partition into Cliques (Kou et al., 1978), (Orlin, 1977).

Reducible from

References