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 unexpected error in GQuotients (by fixing a bug in the cyclic modified Todd-Coxeter) #5532

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

fingolfin
Copy link
Member

When rewriting to cyclic subgroup words are just numbers, not lists. Thus concatenation needs to be replaced by addition. This was overlooked in one case.

This will fix #5525

Extracted from PR #5521 which mixes multiple changes.

When rewriting to cyclic subgroup words are just numbers, not lists. Thus
concatenation needs to be replaced by addition. This was overlooked in one
case.
@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them kind: bug: unexpected error Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes labels Nov 17, 2023
@fingolfin fingolfin merged commit 27cdd4b into gap-system:master Nov 17, 2023
21 checks passed
@fingolfin fingolfin deleted the mh/fix-cyclic-mtc branch November 17, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug: unexpected error Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them kind: bug Issues describing general bugs, and PRs fixing them 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.

Problem in GQuotients
2 participants