-
Notifications
You must be signed in to change notification settings - Fork 36
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
Incorrect behaviour for a monoid created by MonoidByAdjoiningIdentity #371
Comments
Additional information. Without Semigroups package:
With Semigroups:
|
Line 280-284 in
In this example, |
@james-d-mitchell shall I just change this code block to:
? |
wilfwilson
added a commit
to wilfwilson/Semigroups
that referenced
this issue
Sep 13, 2017
wilfwilson
added a commit
to wilfwilson/Semigroups
that referenced
this issue
Sep 13, 2017
wilfwilson
added a commit
to wilfwilson/Semigroups
that referenced
this issue
Sep 13, 2017
wilfwilson
added a commit
to wilfwilson/Semigroups
that referenced
this issue
Sep 13, 2017
flsmith
pushed a commit
to flsmith/Semigroups
that referenced
this issue
Sep 20, 2023
…entations (semigroups#371) * Update relations * Add relation that e_12 is idempotent (missing from book) * Add test using presentation * Add relations from full transformation monoid * Perform error checking and formatting * Increase degree for ToddCoxeter tests * Fix errors * Change test tags * Add extreme test * Improve lambda functions * Perform formatting * Fix compilation warning * Add extreme test * Intermediate progress: things work * Sort author value * Change Aizenstat to Sutov, for partial transformation monoid * Move function to correct unnamed namespace * Add suggestion to self * Add comment for function * Formatting * Improve comment consistency * Remove FIXME comment * Fixup per James's review * Change not for exclamation mark * Fix bracket * Perform formatting * Update Sims1 test Co-authored-by: Murray Whyte <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the GAP
lib/adjoin.gd
file,MonoidByAdjoiningIdentity
is declared as an attribute that adjoins an identity to a semigroup (even if it already has one). Without the Semigroups package loaded, this is the following correct behaviour:With the Semigroups package loaded, this is what we get:
I've not dug into what's going on.
The text was updated successfully, but these errors were encountered: