Misplaced Pages

AC (complexity)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

In circuit complexity, AC is a complexity class hierarchy. Each class, AC, consists of the languages recognized by Boolean circuits with depth O ( log i n ) {\displaystyle O(\log ^{i}n)} and a polynomial number of unlimited fan-in AND and OR gates.

The name "AC" was chosen by analogy to NC, with the "A" in the name standing for "alternating" and referring both to the alternation between the AND and OR gates in the circuits and to alternating Turing machines.

The smallest AC class is AC, consisting of constant-depth unlimited fan-in circuits.

The total hierarchy of AC classes is defined as

AC = i 0 AC i {\displaystyle {\mbox{AC}}=\bigcup _{i\geq 0}{\mbox{AC}}^{i}}

Relation to NC

The AC classes are related to the NC classes, which are defined similarly, but with gates having only constant fanin. For each i, we have

NC i AC i NC i + 1 . {\displaystyle {\mbox{NC}}^{i}\subseteq {\mbox{AC}}^{i}\subseteq {\mbox{NC}}^{i+1}.}

As an immediate consequence of this, we have that NC = AC.

It is known that inclusion is strict for i = 0.

Variations

The power of the AC classes can be affected by adding additional gates. If we add gates which calculate the modulo operation for some modulus m, we have the classes ACC.

Notes

  1. Regan (1999, p. 27-18)
  2. Clote & Kranakis (2002, p. 437)
  3. ^ Arora & Barak (2009, p. 118)
  4. ^ Clote & Kranakis (2002, p. 12)

References

Complexity classes
Considered feasible
Suspected infeasible
Considered infeasible
Class hierarchies
Families of classes
List of complexity classes
Categories: