def
definition
def or abbrev
satJCost
show as:
view Lean formalization →
formal statement (Lean)
81noncomputable def satJCost {n : ℕ} (f : CNFFormula n) (a : Assignment n) : ℝ :=
proof body
Definition body.
82 (f.clauses.filter (fun c => !c.satisfiedBy a)).length
83
84/-- J-cost is nonneg (number of unsatisfied clauses ≥ 0). -/
used by (17)
-
CircuitLedgerCert -
CircuitSeparation -
moat_width_unsat -
moat_zero_sat -
jcostEdgeWeight -
jcostEdgeWeight_le_clauses -
LandscapeDepth -
landscapeDepth_unsat -
PvsNPDissolution -
RSATSeparation -
satJCost_nonneg -
satJCost_zero_iff -
sat_reaches_zero -
sat_recognition_time_bound -
unsat_cost_lower_bound -
unsat_positive_jcost -
empty_formula_flat_landscape