Skip to content

Commit

Permalink
ENHANCE: Option for perm group closure to get order of closure
Browse files Browse the repository at this point in the history
This can give speedup if closure is with normal subgroup.
  • Loading branch information
hulpke committed Mar 27, 2019
1 parent 04e91d2 commit 0ac827a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/grpperm.gi
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,8 @@ BindGlobal("DoClosurePrmGp",function( G, gens, options )
fi;
od;
else
o:=ValueOption("knownClosureSize");
if IsInt(o) then options.limit:=o;fi;
chain := ClosureRandomPermGroup( chain, gens, options );
fi;

Expand Down

0 comments on commit 0ac827a

Please sign in to comment.