"Source: Text/Code/CodeFld.text";
"Line: 3722";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 3722
// Example: H165E34 ()
print "Example: H165E34";
ei := GetEchoInput();
SetEchoInput(true);
SetPrintLevel("Minimal");
 
C1 := BCHCode(GF(2), 127, 43);
C2 := BCHCode(GF(2), 127, 55);
C3 := BKLC(GF(2), 34, 14);
C1; C2; C3;
CX := ConstructionX(C1, C2, C3);
CX;
time MinimumWeight(CX);
assert $1 eq 53;
SetEchoInput(ei);
