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 undirected-graph support #1

Closed j6k4m8 closed 4 years ago

j6k4m8 commented 4 years ago

No API changes.

You don't need to specify directed=True; if both motif and host are directed, it's set automatically. Otherwise, the question is ill-defined and an undirected mode is used instead.