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

Factorization returns incorrect answers #424

Closed
james-d-mitchell opened this issue Dec 14, 2017 · 0 comments
Closed

Factorization returns incorrect answers #424

james-d-mitchell opened this issue Dec 14, 2017 · 0 comments
Assignees
Labels
bug Label for issues or PR which report or fix bugs

Comments

@james-d-mitchell
Copy link
Collaborator

I get the following in v3.0.10:

gap> S := SymmetricInverseMonoid(4);;
gap> T := IdempotentGeneratedSubsemigroup(S);;
gap> MinimalFactorization(T, GeneratorsOfSemigroup(T)[2]);
[ 5 ]

The answer should be [ 2 ], not sure what's going on.

@james-d-mitchell james-d-mitchell self-assigned this Dec 14, 2017
@james-d-mitchell james-d-mitchell added 3.0 bug Label for issues or PR which report or fix bugs labels Dec 14, 2017
james-d-mitchell pushed a commit to james-d-mitchell/Semigroups that referenced this issue Dec 19, 2017
james-d-mitchell pushed a commit that referenced this issue Dec 19, 2017
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
Projects
None yet
Development

No branches or pull requests

1 participant