You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an unexpected error in IsomorphismGroups (#5935)
* FIX: bug in IsomorphismGroups
The matching of characteristic subgroups matched some subgroups without
testing that they indeed can match. This could lead to an error when no
partner is found.
This issue can only come up if the groups are nonisomorphic, so it should
not be able to lead to wrong results.
This fixes#5931
* FIX: FittingFreeSubgroupSetup
Always force ker component, as some code asks for it.
0 commit comments