Modified facts to use heap

This commit is contained in:
JCRaymond
2019-12-24 23:23:12 -05:00
parent ed69ba6dc0
commit 55520fd50a
2 changed files with 16 additions and 19 deletions

View File

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