"Source: Text/Geometry/Polyhedra.text";
"Line: 227";
"Date: Mon Aug 27 15:44:26 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Polyhedra.text, line: 227
// Example: H152E2 ()
print "Example: H152E2";
ei := GetEchoInput();
SetEchoInput(true);
C := Cone([[2,2],[1,1/2]]);
C;
Rays(C);
C;
P := StandardSimplex(2);
P + C;
Facets(P + C);
SetEchoInput(ei);
