• Thumbnail for NP-completeness
    problems in NP in polynomial time. The concept of NP-completeness was introduced in 1971 (see Cook–Levin theorem), though the term NP-complete was introduced...
    30 KB (3,617 words) - 20:05, 16 January 2025
  • NP-complete. An important variant is where each clause has exactly three literals (3SAT), since it is used in the proof of many other NP-completeness...
    29 KB (2,746 words) - 00:31, 24 April 2025
  • To attack the P = NP question, the concept of NP-completeness is very useful. NP-complete problems are problems that any other NP problem is reducible...
    63 KB (7,784 words) - 06:53, 25 April 2025
  • computational complexity, strong NP-completeness is a property of computational problems that is a special case of NP-completeness. A general computational problem...
    4 KB (642 words) - 19:47, 7 May 2023
  • In computational complexity, an NP-complete (or NP-hard) problem is weakly NP-complete (or weakly NP-hard) if there is an algorithm for the problem whose...
    2 KB (429 words) - 23:56, 28 May 2022
  • computationally intractable, and it drove interest in the study of NP-completeness and the P versus NP problem. Karp's 21 problems are shown below, many with their...
    5 KB (491 words) - 02:47, 13 May 2025
  • Thumbnail for NP-hardness
    S. (1979). Computers and Intractability: A Guide to the Theory of NP-Completeness. Series of Books in the Mathematical Sciences (1st ed.). New York:...
    9 KB (1,119 words) - 00:35, 28 April 2025
  • computational problems that are co-NP-complete are those that are the hardest problems in co-NP, in the sense that any problem in co-NP can be reformulated as a...
    3 KB (369 words) - 23:34, 6 May 2021
  • Thumbnail for NP (complexity)
    Publishing. ISBN 0-534-94728-X. Sections 7.3–7.5 (The Class NP, NP-completeness, Additional NP-complete Problems), pp. 241–271. David Harel, Yishai Feldman....
    21 KB (2,784 words) - 18:11, 6 May 2025
  • versus NP problem, which is still widely considered the most important unsolved problem in theoretical computer science. The concept of NP-completeness was...
    19 KB (2,354 words) - 04:22, 13 May 2025
  • Theory of NP-Completeness is a textbook by Michael Garey and David S. Johnson. It was the first book exclusively on the theory of NP-completeness and computational...
    7 KB (779 words) - 04:28, 13 May 2025
  • is GI-complete, as are several other related problems. Karp's 21 NP-complete problems MIT OpenCourseWare: 16. Complexity: P, NP, NP-completeness, Reductions...
    11 KB (1,472 words) - 23:39, 6 June 2023
  • Addison-Wesley. ISBN 0-201-44124-1. Chap. 11. Goldreich, Oded (2010). P, NP, and NP-completeness: The Basics of Computational Complexity. Cambridge University Press...
    7 KB (964 words) - 05:30, 9 May 2025
  • Hamiltonian path problem (category NP-complete problems)
    of NP-complete problems, as shown in Michael Garey and David S. Johnson's book Computers and Intractability: A Guide to the Theory of NP-Completeness and...
    21 KB (2,518 words) - 19:02, 20 August 2024
  • complexity class NP-equivalent is the set of function problems that are both NP-easy and NP-hard. NP-equivalent is the analogue of NP-complete for function...
    3 KB (450 words) - 11:55, 11 January 2023
  • Thumbnail for Stephen Cook
    NP-completeness, and proved the existence of an NP-complete problem by showing that the Boolean satisfiability problem (usually known as SAT) is NP-complete...
    16 KB (1,540 words) - 18:01, 27 April 2025
  • S. (1979). Computers and Intractability: A Guide to the Theory of NP-Completeness. Series of Books in the Mathematical Sciences (1st ed.). New York:...
    50 KB (6,704 words) - 15:08, 29 April 2025
  • Thumbnail for Maximum cut
    Maximum cut (category NP-complete problems)
    be NP-complete. It is easy to see that the problem is in NP: a yes answer is easy to prove by presenting a large enough cut. The NP-completeness of the...
    25 KB (3,125 words) - 07:07, 19 April 2025
  • Not-all-equal 3-satisfiability (category NP-complete problems)
    3-satisfiability (NAE3SAT) is an NP-complete variant of the Boolean satisfiability problem, often used in proofs of NP-completeness. Like 3-satisfiability, an...
    5 KB (641 words) - 00:53, 13 February 2025
  • would be NP-complete. In 1982, Steve Mahaney published his proof that the nonexistence of sparse NP-complete languages (with NP-completeness defined in...
    11 KB (1,250 words) - 14:26, 18 December 2024
  • Boolean satisfiability problem (category NP-complete problems)
    S. (1979). Computers and Intractability: A Guide to the Theory of NP-Completeness. W. H. Freeman. pp. A9.1: LO1–LO7, pp. 259–260. ISBN 0-7167-1045-5...
    50 KB (5,045 words) - 15:59, 11 May 2025
  • Thumbnail for Richard M. Karp
    Engineering (1992) for major contributions to the theory and application of NP-completeness, constructing efficient combinatorial algorithms, and applying probabilistic...
    12 KB (883 words) - 18:04, 27 April 2025
  • reductions from one computational problem to another, as part of proofs of NP-completeness or other types of computational hardness. The component design technique...
    13 KB (1,604 words) - 13:24, 29 April 2025
  • Thumbnail for Graph isomorphism problem
    position of the problem in the class NP as well as in other complexity classes.) Johnson, David S. (2005), "The NP-Completeness Column", ACM Transactions on Algorithms...
    41 KB (4,214 words) - 00:03, 25 April 2025
  • Circuit satisfiability problem (category NP-complete problems)
    can be reduced to the other satisfiability problems to prove their NP-completeness. The satisfiability of a circuit containing m {\displaystyle m} arbitrary...
    9 KB (1,183 words) - 22:46, 12 April 2025
  • Thumbnail for Complete coloring
    {\displaystyle O\left(|V|/{\sqrt {\log |V|}}\right)} approximation ratio. The NP-completeness of the achromatic number problem holds also for some special classes...
    6 KB (614 words) - 10:20, 13 October 2024
  • Thumbnail for Clique problem
    Clique problem (category NP-complete problems)
    Cook (1971) and Karp (1972), researchers began using the theory of NP-completeness and related intractability results to provide a mathematical explanation...
    84 KB (9,905 words) - 06:48, 12 May 2025
  • Thumbnail for Feedback vertex set
    Feedback vertex set (category NP-complete problems)
    reduction also implies the NP-completeness of the feedback vertex set problem on undirected graphs, where the problem stays NP-complete on graphs of maximum...
    16 KB (1,805 words) - 23:02, 27 March 2025
  • Thumbnail for Planar SAT
    Planar SAT (category NP-complete problems)
    of the formula. This problem is NP-complete. Reduction from Planar SAT is a commonly used method in NP-completeness proofs of logic puzzles. Examples...
    16 KB (2,162 words) - 21:39, 25 March 2024
  • theorem. Special cases of Schaefer's dichotomy theorem include the NP-completeness of SAT (the Boolean satisfiability problem) and its two popular variants...
    12 KB (1,786 words) - 02:51, 14 October 2024