Closed
Description
It would be nice if this functionality is more easily available from Graphs. Maybe something like:
julia> using Graphs
julia> canonize!(randomgraph::SimpleGraph)
MethodError:...
Hint: canonize algorithms are implemented in dependencies like NautyGraphs.jl; Make sure you first import NautyGraphs
julia> using NautyGraphs # which loads extension NautyGraphsExt
julia> canonize!(randomgraph::SimpleGraph) # with default implementation dispatching to `canonize!(randomgraphs, ::AlgNautyGraph)`
I will not immediately have a chance to work on this, but wanted to drop it here in case it can spur discussion or other volunteers.
I am also trying to package the very_nauty package as well canonize!
Metadata
Metadata
Assignees
Labels
No labels