-
Notifications
You must be signed in to change notification settings - Fork 160
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 unexpected error when computing conjugacy classes in certain large permutation groups (and other improvements) #4875
Conversation
And small changes in info messages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, very nice!
Just a minor remark: one commit introduces some new code that uses tabs for indentation while the surrounding code uses spaces, which results in hard to read code if one does not use the "correct" tab settings...
Stop when zero and scalar product only if nonzero entries.
The series used must go through the socle, otherwise abelian factors can end up forgotten. This fixes gap-system#4866
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
New features:
MinimalGeneratingSet
Text for release notes
An issue leading to an error message when computing conjugacy classes in large permutation groups has been fixed.