Warning

This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.

could_be_isomorphic

could_be_isomorphic(G1, G2)[source]

Returns False if graphs are definitely not isomorphic. True does NOT guarantee isomorphism.

Parameters:G2 (G1,) – The two graphs G1 and G2 must be the same type.

Notes

Checks for matching degree, triangle, and number of cliques sequences.