pith. machine review for the scientific record. sign in
structure definition def or abbrev

SATInstance

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  54structure SATInstance where
  55  n_vars : ℕ
  56  n_clauses : ℕ
  57  n_pos : 0 < n_vars
  58  m_pos : 0 < n_clauses
  59
  60/-- A J-cost landscape encoding of a SAT instance.
  61    Each clause becomes a local J-cost contribution.
  62    Total J-cost = 0 iff all clauses satisfied. -/

used by (5)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (14)

Lean names referenced from this declaration's body.