"Source: Text/Lat/GLat.text";
"Line: 511";
"Date: Fri Sep 26 12:10:10 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Lat/GLat.text, line: 511
// Example: H33E3 ()
print "Example: H33E3";
ei := GetEchoInput();
SetEchoInput(true);
L := Lattice("Lambda", 16);
LL := Lattice(ReedMullerCode(1, 4), "B");
time bool, T := IsIsometric(L, LL : Depth := 4);
bool;
assert $1;
T * GramMatrix(L) * Transpose(T) eq GramMatrix(LL);
assert $1;
IsIsometric(L, Dual(L));
assert $1;
SetEchoInput(ei);
