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.