Return a list of all reachable node indices.
Equations
Instances For
theorem
Collect.collect_spec
{n m : ℕ}
{O : OBdd n m}
{j : Fin m}
:
Pointer.Reachable (↑O).heap (↑O).root (Pointer.node j) → j ∈ collect O
collect
is correct.
theorem
Collect.collect_spec_reverse
{n m : ℕ}
{O : OBdd n m}
{j : Fin m}
:
j ∈ collect O → Pointer.Reachable (↑O).heap (↑O).root (Pointer.node j)