-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi!
Thanks for this package, I happen to use it for my project. Is there a way to compute nauty hash of induced subgraph of a NautyGraph effectively (without allocating another graph)?
I use version 0.4 and I compute it like this:
induced_subg, _ = Graphs.induced_subgraph(g, comb)
grpsize, _, _, canon_hash_sub2 = NautyGraphs._nautyhash(induced_subg)
Thank you beforehand
Metadata
Metadata
Assignees
Labels
No labels