Karp's 21 NP-complete problems
From Wikipedia, the free encyclopedia
One of the most important results in computational complexity theory was Stephen Cook's 1971 demonstration of the first (practically relevant) NP-complete problem, the boolean satisfiability problem.[1] In 1972, Richard Karp took this idea a leap forward with his landmark paper, "Reducibility Among Combinatorial Problems", in which he showed that 21 diverse combinatorial and graph theoretical problems, each infamous for its computational intractability, are NP-complete.[2]
By revealing that a large number of problems important to researchers are NP-complete, Karp motivated the study of NP, NP-completeness, and the now-famous P = NP question.
[edit] The problems
Karp's 21 problems, many with their original names, are shown below, with the nesting indicating the direction of the reductions used. For example, KNAPSACK was shown to be NP-complete by reducing EXACT COVER to KNAPSACK.
- SAT: the boolean satisfiability problem for formulas in conjunctive normal form
- 0-1 INTEGER PROGRAMMING
- CLIQUE (see also independent set problem)
- 3-SAT
- CHROMATIC NUMBER (also called the Graph Coloring Problem)
- CLIQUE COVER
- EXACT COVER
- HITTING SET
- STEINER TREE
- 3-dimensional MATCHING
- KNAPSACK (Karp's definition of Knapsack is closer to Subset sum)
- CHROMATIC NUMBER (also called the Graph Coloring Problem)
As time went on it was discovered that many of the problems can be solved if restricted to special cases, or can be solved within any fixed percentage of the optimal result. However, David Zuckerman showed in 1996 that every one of these 21 problems has a constrained optimization version that is impossible to approximate within any constant factor unless P = NP, by showing that Karp's approach to reduction generalizes to a specific type of approximability reduction.[3]
[edit] See also
[edit] References
- ^ Stephen Cook (1971). "The Complexity of Theorem Proving Procedures", Proceedings of the third annual ACM symposium on Theory of computing, 151–158.
- ^ Richard M. Karp (1972). "Reducibility Among Combinatorial Problems", in R. E. Miller and J. W. Thatcher (editors): Complexity of Computer Computations. New York: Plenum, 85–103.
- ^ David Zuckerman (1996). "On Unapproximable Versions of NP-Complete Problems". SIAM Journal on Computing 25 (6): 1293–1304. doi: .