NetworkX

Previous topic

networkx.faster_graph_could_be_isomorphic

Next topic

networkx.GraphMatcher

Quick search

networkx.is_isomorphic

is_isomorphic(G1, G2)

Returns True if the graphs G1 and G2 are isomorphic and False otherwise.

Uses the vf2 algorithm - see networkx.isomorphvf2