aidevnn / FastGoat

What C# can do for studying Finite Groups, quotient groups, semi-direct products, homomorphisms, automorphisms group, characters table, minimalistic rings and fields manipulations, polynomials factoring, fields extensions and many more...
MIT No Attribution
12 stars 1 forks source link

Redundant possibilities #48

Closed aidevnn closed 11 months ago

aidevnn commented 11 months ago

The method below is incorrect for counting all possible values for a map with symbolic unknowns. It includes redundant possibilities that need to be eliminated.

https://github.com/aidevnn/FastGoat/blob/c5febf34fef918ccb80fcd26b39869ca560ffca1/FastGoat/UserGroup/GModuleN/Solver.cs#L173-L194