From Wikipedia, the free encyclopedia.
In computer science, the Clique Problem is an NP-complete problem in complexity theory.
![]() |
The clique problem is the optimization problem of finding a clique of maximum size in a graph. The problem is a decision problem, so we wonder if a clique of size k exists in the graph.
- CLIQUE = {<G, k>| G is a graph with a clique of size at least k}


