NetworkX

Previous topic

networkx.max_weight_matching

Next topic

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