replace Rel with tuple

This commit is contained in:
David Allemang
2022-09-14 21:37:34 -04:00
parent 27a3231cfe
commit 89c216dfe4
5 changed files with 23 additions and 35 deletions

View File

@@ -10,7 +10,5 @@
#include "group.hpp"
namespace tc {
using Coset = unsigned int;
Cosets solve(const Group &group, const std::vector<Coset> &sub_gens);
}