"Source: Text/Group/GrpPerm.text";
"Line: 3009";
"Date: Wed Mar 24 09:34:33 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpPerm.text, line: 3009
// Example: H64E18 ()
print "Example: H64E18";
ei := GetEchoInput();
SetEchoInput(true);
SetEchoInput(false);
load rubik444;
SetEchoInput(true);
time max := MaximalSubgroups(G);
#max;
assert $1 eq 46;
[Index(G, x`subgroup) : x in max];
SetEchoInput(ei);
