"Source: Text/Group/GrpPC.text";
"Line: 6067";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPC.text, line: 6067
// Example: H70E38 ()
print "Example: H70E38";
ei := GetEchoInput();
SetEchoInput(true);
G := RandomGenus2Group(3, [4, 6, 10]);
#G eq 3^(4 + 6 + 10 + 2);
Genus(G);
SetVerbose("TameGenus", 1);
A := TGAutomorphismGroup(G);
SetEchoInput(ei);
