NetworkX

Previous topic

networkx.WeightedGraphMatcher.candidate_pairs_iter

Next topic

networkx.WeightedGraphMatcher.semantic_feasibility

networkx.WeightedGraphMatcher.match

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