AlgebraicJulia / CSetAutomorphisms.jl

Automorphism groups for CSets - generalizing the nauty algorithm to a broad class of data structures
MIT License
12 stars 2 forks source link

richer output for julia canonical isomorph algorithm #21

Closed kris-brown closed 2 years ago

kris-brown commented 2 years ago

Currently the Julia-based code which finds a canonical C-set does not return all the information that nauty returns, found in NautyInterface.jl: NautyRes. This includes

kris-brown commented 2 years ago

Addressed in https://github.com/AlgebraicJulia/CSetAutomorphisms.jl/pull/16