mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 20:12:48 -05:00
point generation working; still needs broken into functions though.
This commit is contained in:
@@ -26,5 +26,7 @@ namespace tc {
|
||||
[[nodiscard]] int get(int coset, int gen) const;
|
||||
|
||||
[[nodiscard]] int get(int idx) const;
|
||||
|
||||
[[nodiscard]] int size() const;
|
||||
};
|
||||
}
|
||||
@@ -21,6 +21,8 @@ namespace tc {
|
||||
|
||||
void setmult(Rel rel);
|
||||
|
||||
[[nodiscard]] Rel rel(int a, int b) const;
|
||||
|
||||
[[nodiscard]] std::vector<Rel> get_rels() const;
|
||||
|
||||
[[nodiscard]] Group product(const Group &other) const;
|
||||
|
||||
Reference in New Issue
Block a user