"Source: Text/System/Par.text";
"Line: 1985";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 1985
// 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);
