NetworkX

Table Of Contents

Previous topic

networkx.algorithms.isolate.isolates

Next topic

networkx.algorithms.isomorphism.is_isomorphic

Isomorphism

is_isomorphic(G1, G2[, weighted, rtol, atol]) Returns True if the graphs G1 and G2 are isomorphic and False otherwise.
could_be_isomorphic(G1, G2) Returns False if graphs are definitely not isomorphic.
fast_could_be_isomorphic(G1, G2) Returns False if graphs are definitely not isomorphic.
faster_could_be_isomorphic(G1, G2) Returns False if graphs are definitely not isomorphic.