"Source: Text/Group/GrpCoh.text";
"Line: 540";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpCoh.text, line: 540
// Example: H74E10 ()
print "Example: H74E10";
ei := GetEchoInput();
SetEchoInput(true);
G := OmegaMinus(8, 3);
M := GModule(G);
X := CohomologyModule(G, M);
time CohomologicalDimension(X, 2);
assert $1 eq 2;
phi, P := PermutationRepresentation(G);
MM := GModule(P, [ActionGenerator(M, i): i in [1..Ngens(G)]] );
SetEchoInput(ei);
