mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
convert Group::solve to tc::solve function
This commit is contained in:
@@ -8,3 +8,7 @@
|
||||
#include "util.hpp"
|
||||
#include "cosets.hpp"
|
||||
#include "group.hpp"
|
||||
|
||||
namespace tc {
|
||||
Cosets solve(const Group &group, const std::vector<size_t> &sub_gens);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user