NetworkX

Previous topic

networkx.WeightedMultiDiGraphMatcher.__init__

Next topic

networkx.WeightedMultiDiGraphMatcher.is_isomorphic

networkx.WeightedMultiDiGraphMatcher.initialize

WeightedMultiDiGraphMatcher.initialize()

Reinitializes the state of the algorithm.

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