b = areIsomorphic(G, H)
G == H
b = areIsomorphic(S, T)
b = areIsomorphic(S, H)
S == H
b = areIsomorphic(G, T)
G == T
A 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 /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Nauty.m2:639:0.