NetworkX

Previous topic

networkx.WeightedDiGraphMatcher.candidate_pairs_iter

Next topic

networkx.WeightedDiGraphMatcher.semantic_feasibility

networkx.WeightedDiGraphMatcher.match

WeightedDiGraphMatcher.match()

Extends the isomorphism mapping.

This function is called recursively to determine if a complete isomorphism can be found between G1 and G2. It cleans up the class variables after each recursive call. If an isomorphism is found, we yield the mapping.