Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to Automorphism group/Group isomorphism (#3783)
* PERFORMANCE: Automorphism group/Group isomorphism In particular concerning the calculation of a faithful permutation representation. Also `SubgroupConditionAbove` uses composition series and complement zuppos. Includes minor addition to `ActionDomain` and required manual/test changes * ENHANCE: Equality test tools for permutation groups Add `OrbitsMovedPoints`. Compare orbits first. If size is know avoid forcing a stabilizer chain if one group has one. This helps e.g. when acting on subgroups. * PERFORMANCE: Direct product structure helps for factor groups * ENHANCE: Added StructuralSeriesOfGroup Also added method for trivial closure * ENHANCE: comparison of classes in pc group * TEST: Unrelated tests to ensure test ratio does not decrease As the new code cannot be tested within the time-out limits of travis.
- Loading branch information