"Source: Text/Group/GrpData.text";
"Line: 2705";
"Date: Mon May 16 10:58:19 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpData.text, line: 2705
// Example: H72E16 ()
print "Example: H72E16";
ei := GetEchoInput();
SetEchoInput(true);
D := RationalMatrixGroupDatabase();
#D;
assert $1 eq 354;
maxdim := LargestDimension(D);
maxdim;
assert $1 eq 31;
&+[ NumberOfGroups(D, d) : d in [ 1 .. maxdim ] ];
assert $1 eq 354;
S := [ NumberOfGroups(D, d) : d in [ 1 .. maxdim ] ];
Max(S);
time orders := [#Group(D, 24, i): i in [1 .. NumberOfGroups(D, 24)]];
Min(orders);
SetEchoInput(ei);
