mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 20:12:48 -05:00
starting new triangulation technique. verified working with edges.
This commit is contained in:
@@ -7,6 +7,7 @@ namespace tc {
|
||||
struct Action {
|
||||
int coset = -1;
|
||||
int gen = -1;
|
||||
int target = -1;
|
||||
};
|
||||
|
||||
struct Cosets {
|
||||
|
||||
@@ -29,8 +29,6 @@ namespace tc {
|
||||
|
||||
[[nodiscard]] Group power(int p) const;
|
||||
|
||||
[[nodiscard]] Group shrink(const std::vector<int> &gens) const;
|
||||
|
||||
[[nodiscard]] bool trivial() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user