Jump to content

GapP: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
added {{ComplexityClasses}}
Added {{No footnotes}} tag
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{short description|Complexity class}}
'''GapP''' is a [[counting complexity class]], consisting of all of the functions ''f'' such that there exists a polynomial-time [[non-deterministic Turing machine]] ''M'' where, for any input ''x'', ''f(x)'' is equal to the number of accepting paths of ''M'' minus the number of rejecting paths of ''M''. GapP is exactly the closure of [[Sharp-P|#P]] under subtraction. It also has all the other nice closure properties of #P, such as addition, multiplication, and binomial coefficients.
{{No footnotes|date=November 2024}}
'''GapP''' is a [[counting complexity class]], consisting of all of the functions ''f'' such that there exists a polynomial-time [[non-deterministic Turing machine]] ''M'' where, for any input ''x'', ''f(x)'' is equal to the number of accepting paths of ''M'' minus the number of rejecting paths of ''M''. GapP is exactly the closure of [[Sharp-P|#P]] under subtraction. It also has all the other closure properties of #P, such as addition, multiplication, and binomial coefficients.


The counting class [[AWPP]] is defined in terms of GapP functions.
The counting class [[Almost Wide Probabilistic Polynomial-Time|AWPP]] is defined in terms of GapP functions.


==References==
==References==

Latest revision as of 07:24, 18 November 2024

GapP is a counting complexity class, consisting of all of the functions f such that there exists a polynomial-time non-deterministic Turing machine M where, for any input x, f(x) is equal to the number of accepting paths of M minus the number of rejecting paths of M. GapP is exactly the closure of #P under subtraction. It also has all the other closure properties of #P, such as addition, multiplication, and binomial coefficients.

The counting class AWPP is defined in terms of GapP functions.

References

[edit]