This website requires JavaScript.
Explore
Help
Sign In
allemang.d
/
toddcox-visualize
Watch
1
Star
0
Fork
0
You've already forked toddcox-visualize
mirror of
https://github.com/allemangD/toddcox-visualize.git
synced
2026-01-11 18:34:07 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6
Commits
6
Branches
1
Tag
186ddc425ca126da2d1444f6188d68b04d37022f
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
David Allemang
186ddc425c
split definitions and declarations, move to "tc" namespace
2019-12-27 16:45:58 -05:00
.gitignore
create cmake project
2019-12-26 23:21:49 -05:00
CMakeLists.txt
create cmake project
2019-12-26 23:21:49 -05:00
groups.cpp
First implementation of the Todd-Coxeter algorithm for Coxeter groups. Based on github.com/allemangD/toddcox-fast
2019-12-23 01:55:33 -05:00
groups.h
split definitions and declarations, move to "tc" namespace
2019-12-27 16:45:58 -05:00
solver.cpp
Remove lst and fam vector from RelTable, replace with lst_ptr vector. fam is identified by the pointer value, and lst is identified by referencing the pointer.
2019-12-25 01:01:22 -05:00
solver.h
split definitions and declarations, move to "tc" namespace
2019-12-27 16:45:58 -05:00
test.cpp
create cmake project
2019-12-26 23:21:49 -05:00
Description
A new (basic) implementation of the Todd-Coxeter algorithm for Coxeter groups in C++ that beats GAP.
2
MiB
Languages
C++
93.2%
CMake
5.9%
GLSL
0.9%