Returns True if the graphs G1 and G2 are isomorphic and False otherwise.
Parameters: | G1, G2: NetworkX graph instances :
weighted: bool, optional :
rtol: float, optional :
atol: float, optional :
|
---|
See also
isomorphvf2
Notes
Uses the vf2 algorithm. Works for Graph, DiGraph, MultiGraph, and MultiDiGraph