create cmake project

This commit is contained in:
2019-12-26 23:21:49 -05:00
parent d2dd002965
commit caf65101dd
3 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
#include <iostream>
int main() {
Group g = T(4500);
Group g = T(100);
auto s = std::chrono::system_clock::now();
auto cosets = g.solve();