Skip to content
co-NP
EntityQ955748· pop 17· linked from 121 articles

Also known as coNP

In computational complexity theory, co-NP is a complexity class. A decision problem X is a member of co-NP if and only if its complement is in the complexity class NP. The class can be defined as follows: a decision problem is in co-NP if and only if for every no-instance we have a polynomial-length "certificate" and there is a polynomial-time algorithm that can be used to verify any purported certificate.

~5 min read

Article

8 sections
Contents
  • Complementary problems
  • Unsatisfiability
  • co-NP-completeness
  • Tautology reduction
  • Relationship to other classes
  • Integer factorization
  • References
  • External links

In computational complexity theory, co-NP is a complexity class. A decision problem X is a member of co-NP if and only if its complement is in the complexity class NP. The class can be defined as follows: a decision problem is in co-NP if and only if for every no-instance we have a polynomial-length "certificate" and there is a polynomial-time algorithm that can be used to verify any purported certificate.

That is, co-NP is the set of decision problems where there exists a polynomial and a polynomial-time bounded Turing machine M such that for every instance x, x is a no-instance if and only if: for some possible certificate c of length bounded by , the Turing machine M accepts the pair .

Gallery (2)

Connections

Categories