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