mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
WIP: Copy tc logic from toddcox-faster
This commit is contained in:
11
src/tctest.cpp
Normal file
11
src/tctest.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <tc/core.hpp>
|
||||
#include <tc/groups.hpp>
|
||||
#include <Eigen/Eigen>
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
auto group = tc::group::H(4);
|
||||
auto cos = group.solve({});
|
||||
|
||||
std::cout << cos.size() << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user