-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collection of small fixes and improvements that do not merit an own P…
…R each (#4411) Performance improvement to automorphism group/group isomorphism * FIX: Improvements in how MTC deletes superfluous generators -- avoid error message in homomorphisms for FpGroups. * Performance improvement in IntermediateSubgroups if the smaller subgroup has many orbits * Clean away the messy EFactors function in DataAboutSimpleGroup Store Solvability of extensions, if known Have RankAction test transitivity (was requested) (The ones with * merit mentioning in the release notes) * ENHANCE: Criterion for using radical automorphisms Restrict on dimensions of all LGLayers, not just the top one. * ENHANCE: Clean away `EFactors' function. * ENHANCE: Transfer solvability information onto extension. * ENHANCE: RankAction tests transitivity since it can be done at low cost in this particular case. This resolves #4370 * FIX: MTC will do better work in deleting superfluous generators. This resolves #4406 * ENHANCE: IntermediateSubgroups performance Abvoid getting bugged down in trying to match many short orbits of a subgroup. Added function to find nonnegative solutions of linear diophantine equation. Moved combinatorial function into combinat.gi * Update lib/ghomfp.gi Co-authored-by: Wilf Wilson <wilf@wilf-wilson.net> Co-authored-by: Wilf Wilson <wilf@wilf-wilson.net>
- Loading branch information
1 parent
5ef54a8
commit c576931
Showing
10 changed files
with
309 additions
and
244 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
Oops, something went wrong.