114structure BooleanCircuitWithEval (n : ℕ) extends BooleanCircuit n where 115 /-- The function computed by this circuit -/ 116 eval : Assignment n → Bool 117 118/-- A circuit with evaluation *decides* a formula if its eval matches 119 satisfiability on every assignment. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.