wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

circuit_value_problem (320B)


      1 # Circuit value problem
      2 
      3 https://en.wikipedia.org/wiki/Circuit_value_problem
      4 
      5 Given a [Boolean_circuit] with Boolean values on the gates, and a [gate], decide if that [gate] evaluates to [true]
      6 
      7 It is [P_complete]
      8 
      9 Up: [decision_problem] on [circuit]
     10 
     11 See also: [formula_value_problem], [circuit_satisfiability_problem]