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

Handle attributed C-Sets with nauty #18

Closed kris-brown closed 2 years ago

kris-brown commented 2 years ago

In principle it should be possible to encode an attributed C-Set as a graph for nauty to consume. We would just put all distinct attribute values into singleton partitions that are already ordered in the nauty input by the inherent < ordering of the attribute.

kris-brown commented 2 years ago

addressed by https://github.com/AlgebraicJulia/CSetAutomorphisms.jl/pull/28