This commit is contained in:
2020-01-07 14:38:31 -05:00
parent d34d3e6af5
commit 050475b66b

View File

@@ -63,7 +63,7 @@ std::vector<int> build(const tc::Group &g, std::vector<int> gens) {
auto map = tc::solve(g, gens); auto map = tc::solve(g, gens);
size_t N = res.size(); size_t N = res.size();
res.resize(N * map.size()); res.resize(N * map.size());
,.
for (size_t i = 1; i < res.size(); ++i) { for (size_t i = 1; i < res.size(); ++i) {
auto action = map.path[i]; auto action = map.path[i];
for (size_t j = 0; j < N; ++j) { for (size_t j = 0; j < N; ++j) {