Strict-majority circuits -- definitions #
The raw construction specializes the unary threshold compiler to the smallest
integer strictly larger than half the input count. Primary input i is used
directly as referenced wire i.
Smallest integer count constituting a strict majority.
Equations
- Complexity.CircuitCode.strictMajorityThreshold inputCount = inputCount / 2 + 1
Instances For
Raw fan-in-two circuit testing whether its primary inputs contain a strict majority of true bits.
Equations
- One or more equations did not get rendered due to their size.