NetworkX

Previous topic

networkx.WeightedMultiDiGraphMatcher.candidate_pairs_iter

Next topic

networkx.WeightedMultiDiGraphMatcher.semantic_feasibility

networkx.WeightedMultiDiGraphMatcher.match

WeightedMultiDiGraphMatcher.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.