Add RelTable generator lookup to prevent scanning unnecessary RelTables

This commit is contained in:
JCRaymond
2019-12-25 00:04:35 -05:00
parent 55520fd50a
commit 8f82531a72
2 changed files with 26 additions and 17 deletions

View File

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