forked from gap-system/gap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve construction of permutation actions and by this e.g. make `Fa…
…ctorCosetAction` faster by several magnitudes in certain examples (gap-system#5698) * PERFORMANCE: Permutation Group transversal Rewrite a condition, mapping with inverse permutations, to test for a small set of numbers rather than a large one. Doing so can give a substantial speedup for constructing certain right transversals. Also adjust of storage limits to reflect hardware progress over 20 years. * ENHANCE: Orbit calculation may keep permutations using an option, if they are obtained for free during the calculation * ENHANCE: FactorCosetAction and RightTransversal Speed up these operations by finding a better subgroup series, defined by actions, and use these actions if possible. Added example and clarify that ordering of points in `FactorCosetAction` is not guaranteed.
- Loading branch information
Showing
6 changed files
with
307 additions
and
30 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
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.