aidevnn/FastGoat

IGroup and IElt Interface Model limitations.

Closed this issue · 2 comments

In the current interface model, Homomorphism, LeftCoset and Relators are not well implemented, that makes the project hard to maintain and it doesnt cover Undergraduated level.

Introducing Monoid, Set Theory and Magma Interfaces can makes the model more robust and more structured.

The documentation will be delayed.

Simplifying the interface IElt by removing BaseGroup reference has solved mostly the issue, rather than introducing more abstract object.

Implementing Relations can be delayed.