Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an error in calculating subgroup lattices of nonsolvable groups was fixed. This error could lead to subgroups being omitted. #5475

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

hulpke
Copy link
Contributor

@hulpke hulpke commented Jul 23, 2023

This fixes an error in finding the perfect subgroups and removes the error case for larger groups by recursing through maximal subgroups.
Also fixed name of .tst file (that was erroneously named .txt)

Text for release notes

An error in calculating subgroup lattices of nonsolvable groups was fixed. This error could lead to subgroups being omitted.

@hulpke hulpke added kind: bug: wrong result Issues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing them release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes priority: high labels Jul 23, 2023
@hulpke hulpke force-pushed the additions branch 2 times, most recently from c117084 to 32b3a6b Compare July 23, 2023 21:43
This fixes an error in finding the perfect subgroups which got introducted
with a recent newer method.
If the perfect residuum is too large, it now recurses to maximal subgroups

Also fixed name of tst file (that was erraneously named txt)
@hulpke hulpke force-pushed the additions branch 2 times, most recently from 3de7b02 to 044b391 Compare July 26, 2023 19:43
Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@hulpke hulpke merged commit fc03bf2 into gap-system:master Jul 26, 2023
41 checks passed
@fingolfin fingolfin changed the title FIX: Perfect subgroups Fix an error in calculating subgroup lattices of nonsolvable groups was fixed. This error could lead to subgroups being omitted. Jan 23, 2024
@fingolfin fingolfin added release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes and removed release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug: wrong result Issues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing them priority: high release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants