Skip to content

Commit 6d5f1a0

Browse files
committed
FIX: Identify conjugates in lattice
by storing a forced transversal.
1 parent faaba97 commit 6d5f1a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/grplatt.gi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,6 +2634,7 @@ local cls, len, sz, max, z, t, i, j, k;
26342634

26352635
max:=MaximalSubgroupsLattice(L);
26362636
for i in [1..Length(cls)] do
2637+
z:=ClassElementLattice(cls[i],len[i]); # force computation of transv.
26372638
for j in max[i] do
26382639
for k in [1..len[i]] do
26392640
if k=1 then

0 commit comments

Comments
 (0)