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

Bug in MultiplicationTable for fp semigroups #869

Closed
james-d-mitchell opened this issue Sep 7, 2022 · 1 comment
Closed

Bug in MultiplicationTable for fp semigroups #869

james-d-mitchell opened this issue Sep 7, 2022 · 1 comment
Labels
bug Label for issues or PR which report or fix bugs resolved-pending-release A label for issues that are resolved pending a release.

Comments

@james-d-mitchell
Copy link
Collaborator

I get the following:

gap> M := SmallSemigroup(6, 14260);
gap> M := AsSemigroup(IsFpSemigroup, M);
<fp semigroup with 6 generators and 36 relations of length 114>
gap> IdSmallSemigroup(last);
[ 6, 1 ] # should be [6, 14260]
gap> MultiplicationTable(M); # this is clearly wrong
[ [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 1 ], [ 1, 1, 1, 1, 1, 1 ],
  [ 1, 1, 1, 1, 1, 1 ] ]
@james-d-mitchell james-d-mitchell added the bug Label for issues or PR which report or fix bugs label Sep 7, 2022
james-d-mitchell added a commit to james-d-mitchell/Semigroups that referenced this issue Sep 17, 2022
@james-d-mitchell james-d-mitchell added the resolved-pending-release A label for issues that are resolved pending a release. label Sep 17, 2022
@james-d-mitchell james-d-mitchell added this to Todo in Next release via automation Sep 29, 2022
@james-d-mitchell james-d-mitchell moved this from Todo to Done in Next release Sep 29, 2022
@james-d-mitchell
Copy link
Collaborator Author

Resolved in v5.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Label for issues or PR which report or fix bugs resolved-pending-release A label for issues that are resolved pending a release.
Projects
Development

No branches or pull requests

1 participant