networkx.WeightedGraphMatcher.syntactic_feasibility
networkx.WeightedDiGraphMatcher.initialize
Enter search terms or a module, class or function name.
Initialize WeightedGraphMatcher.
G1, G2 : nx.DiGraph 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.