Implement "generator" option for subgraph_isomorphism()
This introduces support for returning a generator in subgraph_isomorphism(), so that all matches do not need to be kept on memory simultaneously. This fixes issue #255.
This introduces support for returning a generator in subgraph_isomorphism(), so that all matches do not need to be kept on memory simultaneously. This fixes issue #255.