"Source: Text/Geometry/Polyhedra.text";
"Line: 2125";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/Polyhedra.text, line: 2125
// Example: H156E16 ()
print "Example: H156E16";
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);
