mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-11 18:34:07 -05:00
first attempt at a general triangulation algorithm
This commit is contained in:
@@ -28,6 +28,10 @@ namespace tc {
|
||||
[[nodiscard]] Group product(const Group &other) const;
|
||||
|
||||
[[nodiscard]] Group power(int p) const;
|
||||
|
||||
[[nodiscard]] Group shrink(const std::vector<int> &gens) const;
|
||||
|
||||
[[nodiscard]] bool trivial() const;
|
||||
};
|
||||
|
||||
Group operator*(const Group &g, const Group &h);
|
||||
|
||||
Reference in New Issue
Block a user