Skip to content

Commit

Permalink
More generous up step to avoid horrible down indices.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Aug 10, 2018
1 parent 6eabfe3 commit 076a915
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/csetgrp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,8 @@ local c, flip, maxidx, refineChainActionLimit, cano, tryfct, p, r, t,

if maxidx(c)>10*actlimit then

badlimit:=10*actlimit;
uplimit:=15000;
r:=ShallowCopy(TryMaximalSubgroupClassReps(a:cheap));
r:=Filtered(r,x->Index(a,x)<uplimit);

Expand All @@ -891,6 +893,8 @@ local c, flip, maxidx, refineChainActionLimit, cano, tryfct, p, r, t,
stabs:=[b];
dcs:=[];

Info(InfoCoset,1,"Chosen series is ",List(c,Size));

# calculate setup for once
homs:=[];
tra:=[];
Expand Down

0 comments on commit 076a915

Please sign in to comment.