b = areIsomorphic(G, H)G == Hb = areIsomorphic(S, T)b = areIsomorphic(S, H)S == Hb = areIsomorphic(G, T)G == TA very efficient method for determining whether two graphs (of the same format) are isomorphic.
|
|
|
|
|
|
|
|
The object areIsomorphic is a method function.
The source of this document is in NautyGraphs.m2:637:0.