NetworkX

Previous topic

networkx.GraphMatcher.__init__

Next topic

networkx.GraphMatcher.is_isomorphic

networkx.GraphMatcher.initialize

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