circuit_value_problem (213B)
1 # Circuit value problem 2 3 Given a [Boolean_circuit] with Boolean values on the gates, and a [gate], decide if that [gate] evaluates to [true] 4 5 Up: [decision_problem] on [circuit] 6 7 See also: [formula_value_problem]