"Source: Text/Code/CodeFld.text";
"Line: 4855";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 4855
// Example: H165E41 ()
print "Example: H165E41";
ei := GetEchoInput();
SetEchoInput(true);
C, has_code := BestLengthLinearCode(GF(2),85,23);
has_code;
assert $1;
C:Minimal;
C, has_code := BestLengthLinearCode(GF(2),85,45);
has_code;
assert $1;
C:Minimal;
C, has_code := BestLengthLinearCode(GF(2),85,58);
has_code;
assert not $1;
SetEchoInput(ei);
