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
@[instance_reducible]
The step charge of one permutation check: each vertex colour and each vertex pair inspected.
Equations
- Hex.GraphIso.checkCost n = n + n * n
Instances For
Bounded isomorphism check. none is replay exhaustion.
Equations
- Hex.GraphIso.checkIso? replay G H p = if Hex.GraphIso.checkCost n ≤ replay.maxKernelSteps then some (Hex.GraphIso.checkIso G H p) else none