"Source: Text/Group/GrpPerm.text";
"Line: 3009";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 3009
// Example: H65E18 ()
print "Example: H65E18";
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);
