aplbrain / grandiso-networkx

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

Add hinting #12

Closed j6k4m8 closed 3 years ago

j6k4m8 commented 3 years ago

This PR adds partial candidate match hinting in order to seed a map with known graph node matches.

Fixes #11.