-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #705: Maximal normal subgroups fixes
Fix some issues with MaximalNormalSubgroups introduced from #692 after merging #552. - NormalSubgroup computation method is only called for finite groups. - Redispatch is added for two methods (finite, solvable). (Not added for abelian, because abelian groups should be recognized by the IsSolvabe test.) - New generic method added checking if AbelianInvariants has 0. - Abelian method checks if AbelianInvariants has 0 (for non pc-groups). - If GAP finds that there are infinitely many maximal normal subgroups, then it returns fail instead of erroring out (e.g. if 0 is in AbelianInvariants). - Manual is changed to reflect this new behaviour, an example is added, as well. - Lists are replaced by sorted lists in test file and some more tests are added.
- Loading branch information
Showing
4 changed files
with
104 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters