"Source: Text/LieTheory/GrpCox.text";
"Line: 2498";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 2498
// Example: H108E33 ()
print "Example: H108E33";
ei := GetEchoInput();
SetEchoInput(true);
SetVerbose("WGraph",1);
wtable, W :=Partition2WGtable([4,4,3,1]);
wg := WGtable2WG(wtable);
TestWG(W,wg);
SetEchoInput(ei);
