-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IsNormal, uprank FittingSubgroup method(#61)
Our IsNormal method was buggy (it incorrectly used `Pcp(H,U)`. After fixing this it is mostly equivalent to GAP's default method; so we remove ours and use the default. This in turn revealed that our `FittingSubgroup` method may not be invoked for finite pcp groups, depending on which packages are loaded. Fix that by increasing its rank.
- Loading branch information
Showing
3 changed files
with
16 additions
and
17 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