"Source: Text/Group/GrpMatFF.text";
"Line: 2457";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpMatFF.text, line: 2457
// Example: H67E15 ()
print "Example: H67E15";
ei := GetEchoInput();
SetEchoInput(true);
U33 := MatrixGroup(AtlasGroup("U33"), 1);
G := TensorWreathProduct( U33, Sym(3) );
time G_Tree := CompositionTree(G);
G := TensorWreathProduct( U33, Sym(3) );
time G_Tree := CompositionTree(G : Verify := true);
G := TensorWreathProduct( U33, Sym(3) );
time G_Tree := CompositionTree(G );
time CompositionTreeFastVerification(G);
time CompositionTreeVerify(G);
SetEchoInput(ei);
