-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Labels
kind: enhancementLabel for issues suggesting enhancements; and for pull requests implementing enhancementsLabel for issues suggesting enhancements; and for pull requests implementing enhancementstopic: performancebugs or enhancements related to performance (improvements or regressions)bugs or enhancements related to performance (improvements or regressions)
Description
(The problem has been described in oscar-system/Oscar.jl#5838.)
gap> g:= AtlasGroup( "HN" );
<permutation group of size 273030912000000 with 2 generators>
gap> h:= AtlasSubgroup( g, 1 );
<permutation group of size 239500800 with 2 generators>
gap> k:= AtlasSubgroup( g, 2 );
<permutation group of size 177408000 with 2 generators>
gap> IsConjugate( g, h, k );
The last question takes a long time. It could be answered immediately, using that the orders of the two subgroups are known and different, but GAP does not use such shortcuts.
I think the natural place where necessary conditions could/should be checked is RepresentativeAction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: enhancementLabel for issues suggesting enhancements; and for pull requests implementing enhancementsLabel for issues suggesting enhancements; and for pull requests implementing enhancementstopic: performancebugs or enhancements related to performance (improvements or regressions)bugs or enhancements related to performance (improvements or regressions)