Remove lst and fam vector from RelTable, replace with lst_ptr vector. fam is identified by the pointer value, and lst is identified by referencing the pointer.

This commit is contained in:
JCRaymond
2019-12-25 01:01:22 -05:00
parent 8f82531a72
commit d2dd002965
2 changed files with 26 additions and 19 deletions

View File

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