Latin squares is not enough
Closed this issue · 1 comments
aidevnn commented
Lines 190 to 204 in 3b0cf27
Associativity is not verified.
Latin square is cheap, complexity is O(n2) when Associativity is more costly O(n3)
aidevnn commented
UserGroups and their elements are by construction associatives. Writing a custom Loop of order 5 which isnt a Group is possible and fixing this issue isnt the priority at this moment.