Skip to content

Adding Edge Coloring/weight functionality #6

@rightleftspin

Description

@rightleftspin

Add the functionality to deal with edge weighted graphs similar to nauty-pet, which is the rust library that implements nauty for petgraphs. The code for it in rust is in this file

https://github.com/a-maier/nauty-pet/blob/7aa4f4407ad56df9b0cf086e4ebc261c582f0f9b/src/nauty_graph.rs#L98

It comes in place when importing a graph from petgraph I believe. It should be possible to follow the same format, when importing a graph with edge weights from Graphs.jl, we can convert it into a graph that nauty can deal with.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions