introduce RelationSet, fix namespace for groups.cpp/.h

This commit is contained in:
2019-12-27 21:58:15 -05:00
parent 3aae0b5286
commit 873102a8c3
6 changed files with 95 additions and 87 deletions

View File

@@ -4,7 +4,8 @@
#include <iostream>
int main() {
tc::Group g = tc::group::T(2, 5000);
tc::Group g = tc::group::H(4);
// tc::Group g = tc::group::T(2, 5000);
auto s = std::chrono::system_clock::now();
auto cosets = solve(g);