-
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
Implement LeftSemigroupIdeal and RightSemigroupIdeal #1009
Open
Jun2M
wants to merge
45
commits into
semigroups:main
Choose a base branch
from
Jun2M:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 37 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
335f388
Adding Free Semilattice constructor
Jun2M 5fb0319
For Transformation and PartialPerm Semigroups
Jun2M 4685a06
Lint
Jun2M 721a464
Update semicons.gd
Jun2M c4f56d9
Merge branch 'main' into main
Jun2M 1ec0a1a
Add docs and a whole lot of tests
Jun2M f35961a
Minor test fix
Jun2M 9ae4fd9
Merge branch 'main' into main
Jun2M 432322b
Dial back on the number of tests
Jun2M 708e4c1
Merge branch 'main' into main
james-d-mitchell 917be05
Apply suggestions from code review
james-d-mitchell 7977c3b
Change tst to reflect the new error msg
Jun2M f7338a2
Merge branch 'main' into main
Jun2M b2463bb
Add Monoid constructors to FreeSemilatticeCons
Jun2M 19266ad
Unbind _IsXMonoid in semicons.gi
Jun2M 58013b4
Update semicons.xml and semicons.gi files
Jun2M f430c07
Adding Free Semilattice constructor
Jun2M 6a6fcf9
For Transformation and PartialPerm Semigroups
Jun2M d952a4a
Lint
Jun2M a15a713
Update semicons.gd
Jun2M 6bc9989
Add docs and a whole lot of tests
Jun2M d80fd74
Minor test fix
Jun2M 2e4c7aa
Dial back on the number of tests
Jun2M 1cc19e1
Apply suggestions from code review
james-d-mitchell c9c2062
Change tst to reflect the new error msg
Jun2M a36b834
Add Monoid constructors to FreeSemilatticeCons
Jun2M c583ad6
Unbind _IsXMonoid in semicons.gi
Jun2M fa9344f
Update semicons.xml and semicons.gi files
Jun2M 0b2d4d4
Merge branch 'semigroups:main' into main
Jun2M cfda100
Add left and right semigroup ideal support
Jun2M df1cc98
Edit docs
Jun2M 0880917
Don't destroy the whole thing
Jun2M 61ac68f
bug fix
Jun2M 4f1200b
Fix ideals.gd
Jun2M eb93dfc
doc update
Jun2M 4aefac6
Linting
Jun2M 1140492
Factor out the input parsing
Jun2M abdf215
Hide internal functions and make first edits on ideal.tst
Jun2M eb4bc56
Appearently not a duplicate
Jun2M 6e76d9b
Linting
Jun2M c74ebcd
Linting for tst file
Jun2M a538cc8
Linting for tst
Jun2M 0a39a7c
More tests
Jun2M 97eb398
Linting
Jun2M 2f825bd
Lint
Jun2M File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I'd suggest removing this from here, and instead doing
in the
.gi
file instead. Note also the_
in the name (either do this or just put the function into the recordSEMIGROUPS
, by doing:again in the
.gi
file. Same goes for all of the "internal" functions that start with "Any"