Isomorphism
networkx.fast_graph_could_be_isomorphic
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.