Clique problem

E679893

The Clique problem is a classic NP-complete decision problem in graph theory that asks whether a graph contains a fully connected subgraph (clique) of at least a given size.

All labels observed (1)

Label Occurrences
Clique problem canonical 1

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf computational problem ⓘ
decision problem ⓘ
applicationArea bioinformatics ⓘ
computational chemistry ⓘ
pattern recognition ⓘ
social network analysis ⓘ
approximation hard to approximate within any reasonable factor (under standard assumptions) ⓘ
asksFor existence of a clique of at least a given size ⓘ
complexityClass NP-complete ⓘ
field graph theory ⓘ
theoretical computer science ⓘ
graphType undirected graph ⓘ
hasCertificate set of vertices forming a clique of size at least k ⓘ
inClass NP ⓘ
input integer k ⓘ
simple graph ⓘ
introducedBy Richard M. Karp ⓘ
linked to: Richard Karp
isComplementaryTo independent set problem ⓘ
isHardFor NP ⓘ
knownSince 1970s ⓘ
listedIn Karp's 21 NP-complete problems ⓘ
optimizationVariant maximum clique problem ⓘ
output NO if the graph does not contain a clique of size at least k ⓘ
YES if the graph contains a clique of size at least k ⓘ
parameterizedComplexity W[1]-complete ⓘ
parameterizedVariant parameterized by clique size k ⓘ
publication Reducibility Among Combinatorial Problems ⓘ
publicationYear 1972 ⓘ
reductionFrom 3-SAT ⓘ
reductionFrom Boolean satisfiability problem ⓘ
reductionTo independent set problem ⓘ
vertex cover problem ⓘ
relatedConcept NP-completeness ⓘ
clique ⓘ
complete subgraph ⓘ
independent set problem ⓘ
maximum clique problem ⓘ
vertex cover problem ⓘ
requires checking pairwise adjacency among vertices in candidate clique ⓘ
searchVariant find a clique of size at least k ⓘ
statusIfPEqualsNP would be solvable in polynomial time ⓘ
typicalDecisionQuestion Does the graph contain a clique of size at least k? ⓘ
typicalRepresentation adjacency list ⓘ
adjacency matrix ⓘ
usedIn algorithm design benchmarks ⓘ
complexity theory reductions ⓘ
verificationTime polynomial time ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

NP-completeness → hasCanonicalProblem → Clique problem ⓘ