"Source: Text/Lat/Lat.text";
"Line: 4748";
"Date: Wed Apr 27 14:29:19 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Lat/Lat.text, line: 4748
// Example: H31E20 ()
print "Example: H31E20";
ei := GetEchoInput();
SetEchoInput(true);
L := Dual(CoordinateLattice(Lattice("Kappa", 12)));
SL := ShortestVectors(L); 
SL := SL cat [ -v : v in SL ]; #SL;
time { (v,w) : v,w in SL };
M := Orthogonalize(L);
SM := ShortestVectors(M);
SM := SM cat [ -v : v in SM ]; #SM;
time { (v,w) : v,w in SM };
SetEchoInput(ei);
