could_be_isomorphic
faster_could_be_isomorphic
Enter search terms or a module, class or function name.
Returns False if graphs are definitely not isomorphic. True does NOT guarantee isomorphism.
G1, G2 : NetworkX graph instances
The two graphs G1 and G2 must be the same type.
Notes
Checks for matching degree and triangle sequences.