David Allemang 01043e9bce Replace ComboIterator with std::set<std::vector<int>> via combinations.hpp
Since the number of generators never exceeds 6, the maximum number of combinations is (6, 3) = 20, so the space optimizations of using an iterator is mute.

Doing this way also allows to use set_difference and set_union to deal with collections of subgroups. This is not easily possible otherwise.
2020-10-24 23:06:52 -04:00
2020-03-18 17:29:12 -04:00
2020-03-11 01:45:27 -04:00
2019-12-26 23:21:49 -05:00
2020-10-10 23:00:41 -04:00
2020-03-11 01:45:27 -04:00

toddcox-visualize

Example render Example render


Example render Example render Example render Example render

Description
A new (basic) implementation of the Todd-Coxeter algorithm for Coxeter groups in C++ that beats GAP.
Readme 2 MiB
Languages
C++ 93.2%
CMake 5.9%
GLSL 0.9%