mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
introduce RelationSet, fix namespace for groups.cpp/.h
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user