"Source: Text/System/Par.text";
"Line: 1963";
"Date: Mon May 29 16:04:52 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/Par.text, line: 1963
// Example: H5E23 ()
print "Example: H5E23";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
SetNthreads(108);
C := QRCode( GF(2), 191);
time mw := MinimumWeight(C); mw;
//no-test
SetNthreads(32);
C := QRCode( GF(3), 97);
time mw := MinimumWeight(C); mw;
SetEchoInput(ei);
