Allow computing edge orbits in normal_form
Use this option for the graphs produced in expanding_differential, so that in the next step, only one representative of each edge orbit can be contracted. So far we do not use this option for the graphs produced by contractions. (It could be used in the future to produce coboundaries.)
... | ... | @@ -6,3 +6,4 @@ edition = "2021" |
[dependencies] | ||
itertools = "0.13.0" | ||
nauty-Traces-sys = "0.8.0" | ||
union-find = "0.4.3" |
Please register or sign in to comment