"Source: Text/System/Par.text";
"Line: 1707";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 1707
// Example: H5E17 ()
print "Example: H5E17";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
// Parallel computation (32 threads)
SetNthreads(32);
L := Lattice( LatticeDatabase(), 64, 6);
time m := Minimum(L); m;
SetEchoInput(ei);
