Documentation

HexGraphIso.Nauty.Correct.Generation.Head

inductive Hex.GraphIso.Nauty.Generation.FirstTail {n k : Nat} (G : Colored n k) (ctx : Ctx n) (inf tcLevel specFuel runFuel level numcells tc len tv1 e : Nat) (codes fs : List Nat) (rsLab rsPtn : Array Nat) (base : SearchSt n) :
NatOption NatVSet nSearchSt nOption (Key n)FrameTrailProp

The actual visits after the guiding child of a first-path sweep. The counter is absent from this proof index because it does not affect which child is visited or which state is passed to that child.

Instances For
    inductive Hex.GraphIso.Nauty.Generation.FirstHead {n k : Nat} (G : Colored n k) (ctx : Ctx n) (inf tcLevel specFuel runFuel level numcells tc len tv1 e : Nat) (codes : List Nat) (rsLab rsPtn : Array Nat) (tcell : VSet n) (pre : SearchSt n) (trail : FrameTrail) :

    The guiding visit of a first-path sweep and its actual recovered tail. This proof witness exposes the setup already established by the correctness induction, without rerunning or instrumenting the search.

    Instances For