Table of Contents
Graph()
DiGraph()
MultiGraph()
MultiDiGraph()
Auto-generated API
networkx.algorithms.isomorphism.
fast_could_be_isomorphic
Returns False if graphs are definitely not isomorphic.
True does NOT guarantee isomorphism.
G1, G2 : graphs
The two graphs G1 and G2 must be the same type.
Notes
Checks for matching degree and triangle sequences.