WIP: Copy tc logic from toddcox-faster

This commit is contained in:
David Allemang
2022-02-23 18:36:51 -05:00
parent 22976a9778
commit 63eb9e47b4
8 changed files with 730 additions and 1 deletions

8
tc/CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
add_library(tc
include/tc/groups.hpp
src/groups.cpp
include/tc/core.hpp
src/core.cpp
src/solve.cpp)
target_include_directories(tc PUBLIC include)