"Source: Text/Geometry/Polyhedra.text";
"Line: 2125";
"Date: Mon Aug 27 15:44:26 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Polyhedra.text, line: 2125
// Example: H152E16 ()
print "Example: H152E16";
ei := GetEchoInput();
SetEchoInput(true);
L := ToricLattice(3);
nopoints := [ L | ];
&+ nopoints;
somepoints := [ L | [1/2,2/3,3/4], [1,2,3] ];
[ IsIntegral(v) : v in somepoints ];
SetEchoInput(ei);
