aplbrain / grandiso-networkx

Performant, pure-Python subgraph isomorphism and monomorphism search (aka "motif search")
Apache License 2.0
52 stars 10 forks source link

Add count interface #4

Closed j6k4m8 closed 3 years ago

j6k4m8 commented 3 years ago

By passing count_only=True, the user will avoid the additional memory overhead of collecting and storing mappings.

Fixes #3