mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
8 lines
125 B
C++
8 lines
125 B
C++
#pragma once
|
|
|
|
#include "cosets.h"
|
|
|
|
namespace tc {
|
|
Cosets solve(const Group &g, const std::vector<int> &sub_gens = {});
|
|
}
|