"Source: Text/Code/CodeFld.text";
"Line: 1965";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 1965
// Example: H165E19 ()
print "Example: H165E19";
ei := GetEchoInput();
SetEchoInput(true);
a := BKLC(GF(2),77,34);
a:Minimal;
ResetMinimumWeightBounds(a);
MinimumWeightBounds(a);
a:Minimal;
SetVerbose("Code",true);
IsLB, d_lower, IsMinWeight := VerifyMinimumWeightLowerBound(a, 11);
IsLB;
assert $1;
d_lower, IsMinWeight;
SetEchoInput(ei);
