1
0
Go to file
David Allemang d8efa09fc2 Simplify RelTables Structure
Some performance hit, but remember that std::vector already does block allocation so it's not too bad.

- Remove block-allocation from RelTables
- Use std::shared_ptr for lst_ptrs
- Replace vector-of-struct-of-vector with vector-of-struct.
- Remove rels from RelTables
2021-11-01 14:49:51 -04:00
2021-11-01 14:49:51 -04:00
2021-11-01 14:49:51 -04:00
2021-11-01 14:49:51 -04:00
Description
A new (basic) implementation of the Todd-Coxeter algorithm for Coxeter groups in C++ that beats GAP.
104 KiB
Languages
C++ 97.7%
CMake 2.3%