split definitions and declarations, move to "tc" namespace

This commit is contained in:
2019-12-27 16:46:33 -05:00
parent 186ddc425c
commit 08aa3f5453
6 changed files with 233 additions and 204 deletions

View File

@@ -3,4 +3,4 @@ project(test)
set(CMAKE_CXX_STANDARD 17)
add_executable(test test.cpp)
add_executable(test test.cpp groups.cpp solver.cpp)