14structure Instance where 15 vertices : List Nat 16 edges : List (Nat × Nat) 17 k : Nat 18 deriving Repr 19 20/-- A set `S` covers an edge `(u,v)` if it contains `u` or `v`. -/
used by (13)
From the project-wide theorem graph. These declarations reference this one in their body.