NetworkX

Previous topic

Isomorphism

Next topic

networkx.fast_graph_could_be_isomorphic

Quick search

networkx.graph_could_be_isomorphic

graph_could_be_isomorphic(G1, G2)

Returns False if graphs G1 and G2 are definitely not isomorphic.

True does NOT garantee isomorphism.

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