-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved IsIsomorphicSemigroup Method (#1023)
* Some template improvements * More example isomorph code * Added the isomtest file created in the meeting yesterday * Fixed some (but not all) syntax errors * Added reminder of which packages to load * Removed useless comments * Commented out code that doesn't work yet * Added function to make some random Rees matrix semigroups. * Added testing function to compare isomorphism functions. * Improved testing function * Made testing function compare both isomorphic and non-isomorphic semigroups. * Added testing both isomorphism methods against comparing canonical multiplication tables * Finished writing IsIsomorphicRMS function, ready to add it to isomorph.gi * Added new isomorphism function to isomorph.gi * Added tests to isomorph.tst for new function * Added local variables used in test * Deleted isomtest.g * Fixed code styling * Fixed styling in test file * Changed order of processes to improve performance * Added test to make sure function works on simple semigroups that aren't RMS already * Remove slower code * Final tweaks --------- Co-authored-by: James D. Mitchell <[email protected]>
- Loading branch information
1 parent
c922565
commit fecdb4c
Showing
3 changed files
with
99 additions
and
3 deletions.
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