NetworkX

This documentation is for version 1.6.dev_20110629230015, which is not released yet.

Previous topic

networkx.DiGraphMatcher.__init__

Next topic

networkx.DiGraphMatcher.is_isomorphic

networkx.DiGraphMatcher.initialize

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