"Source: Text/Code/CodeFld.text";
"Line: 3722";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 3722
// Example: H161E34 ()
print "Example: H161E34";
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);
