Documentation

HexGraphIso.Limits

Limits on certificate and permutation replay.

  • maxKernelSteps : Nat

    The largest number of checker steps performed before exhaustion. One step is charged for each proof-rule record, vertex or permutation entry inspected, and dense adjacency word inspected.

Instances For
    Equations
    Instances For

      The step charge of one permutation check: each vertex colour and each vertex pair inspected.

      Equations
      Instances For
        def Hex.GraphIso.checkIso? {n k : Nat} (replay : ReplayLimits) (G H : Colored n k) (p : Perm n) :

        Bounded isomorphism check. none is replay exhaustion.

        Equations
        Instances For
          theorem Hex.GraphIso.checkIso?_some {n k : Nat} {replay : ReplayLimits} {G H : Colored n k} {p : Perm n} {b : Bool} (h : checkIso? replay G H p = some b) :
          b = true IsIso G H p