networkx.WeightedDiGraphMatcher.syntactic_feasibility
networkx.WeightedMultiGraphMatcher.initialize
Enter search terms or a module, class or function name.
Initialize WeightedGraphMatcher.
G1, G2 : nx.MultiGraph instances
G1 and G2 must be weighted graphs.
rtol : float, optional
The relative tolerance used to compare weights.
atol : float, optional
The absolute tolerance used to compare weights.