NetworkX

Previous topic

networkx.WeightedMultiGraphMatcher.__init__

Next topic

networkx.WeightedMultiGraphMatcher.is_isomorphic

networkx.WeightedMultiGraphMatcher.initialize

WeightedMultiGraphMatcher.initialize()

Reinitializes the state of the algorithm.

This method should be redefined if using something other than GMState. If only subclassing GraphMatcher, a redefinition is not necessary.