Description:

  • Similar to Boolean Stisfiability Problem
  • A circuit K is a labelled, directed acyclic graph such that
    1. the sources in K are labelled with constants (0 or 1) or the name of a distinct variable (the inputs to the circuit).
    2. every other node is labelled with one Boolean operator AND, OR, and NOT
    3. a single node with no outgoing edges represents the output of K