User:Thore Husfeldt/sandbox
ACC0, sometimes called ACC, is a class of computational models and problems defined in circuit complexity, a field of theoretical computer science. A problem belongs ACC0 if it can be solved by polynomial-size, constant-depth circuits of unbounded fan-in gates, including "counting" gates. ACC0 corresponds to computation in any solvable algebra. The class is very well studied in theoretical computer science because of the algebraic connections and because it is one of the largest concrete computational models for which computational impossibility results, so-called circuit lower bounds, can be proved.
ACC0 Circuits
[edit]Informally, ACC0 models the class of computations realised by Boolean circuits of constant depth and polynomial size, where the circuit gates includes “counting gates” that compute the number of true inputs modulo some fixed constant.
More formally, an infinite family of circuits C1, C2, … belongs AC0(m) if Cn takes n inputs, the depth of every circuit is constant, the size of Cn is a polynomial function of n, and the circuit uses the following gates: AND- and OR-gates of unbounded fan-in, computing the conjunction and disjunction of their inputs; NOT-gates computing the negation of their single input; and unbounded fan-in MODm-gates, which compute 1 if the number of input 1s is a multiple of m. A circuit family belongs to ACC0 if it belongs to AC0(m) for some m.
Relations to other Complexity Classes
[edit]The class ACC0 includes AC0. This inclusion is strict, because a single MOD2-gate computes the parity function, which is known to be impossible in AC0. More generally, the function MODm can not be computed in AC0(p) for prime p unless m is a power of p.
Every problem in ACC0 can be solved by circuits of depth 2, with AND-gates of polylogarithmic fan-in at the inputs, connected to a single gate computing a symmetric function. These circuits are called SYM+-circuits.
The class ACC0 is included in TC0.
A 2010 manuscript Ryan Williams shows that ACC0 does not contain NEXP.
References
[edit]- Circuit Complexity before the Dawn of the New Millennium, a 1997 survey of the field by Eric Allender
Category:Computational complexity theory
Graph coloring | |
| |
Problem | |
Input | Graph with vertices. Integer |
Output | Does admit a proper vertex coloring with colors? |
Algorithms | |
Running time | |
Complexity | NP-complete |
Garey–Johnson | GT4 |
Chromatic number | |
Problem | |
Input | Graph with vertices. |
Output | |
Algorithms | |
Running time | |
Complexity | NP-hard |
Garey–Johnson | GT4 |
Approximable | |
Not approximable | unless P=NP |
Chromatic polynomial | |
Problem | |
Input | Graph with vertices. Integer |
Output | The number of proper -colorings of |
Algorithms | |
Running time | |
Complexity | #P-complete |
Approximable | FPRAS for restricted cases |
Not approximable | No PTAS unless P=NP |
Graph coloring | |
| |
Decision problem | |
Input | Graph coloring |
Input | Graph with vertices. Integer |
Output | Does admit a proper vertex coloring with colors? |
Running time | |
Complexity | NP-complete |
Reduction from | 3-Satisfiability |
Garey–Johnson | GT4 |
Optimisation problem | |
Name | Chromatic number |
Input | Graph with vertices. |
Output | |
Running time | |
Complexity | NP-hard |
Approximable | |
Not approximable | unless P=NP |
Counting problem | |
Name | Chromatic polymomial |
Input | Graph with vertices. Integer |
Output | The number of proper -colorings of |
Running time | |
Complexity | #P-complete |
Approximable | FPRAS for restricted cases |
Not approximable | No PTAS unless P=NP |
Petersen graph | |
---|---|
Named after | Julius Petersen |
Vertices | 10 |
Edges | 15 |
Radius | 2 |
Diameter | 2 |
Girth | 5 |
Chromatic number | 3 |
Chromatic index | |
Properties | Cubic Strongly regular Snark |
Table of graphs and parameters |