Skip to content

becoming a weakdep of Graphs #14

Closed
@Krastanov

Description

@Krastanov

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions