L' = relabelGraph(L, i, a)L' = relabelGraph(L, i)L' = relabelGraph LT = relabelGraph(S, i, a)T = relabelGraph(S, i)T = relabelGraph SH = relabelGraph(G, i, a)H = relabelGraph(G, i)H = relabelGraph GThis method applies one of sixteen vertex invariant based refinements to a graph. See the nauty documentation for a more complete description of each and how the argument $a$ is used.
The sixteen vertex invariants are:
|
|
Note that on most small graphs, all sixteen orderings produce the same result.
The object relabelGraph is a method function.
The source of this document is in NautyGraphs.m2:1497:0.