"Source: Text/Geometry/Polyhedra.text";
"Line: 1584";
"Date: Mon Aug 27 15:44:26 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Polyhedra.text, line: 1584
// Example: H152E11 ()
print "Example: H152E11";
ei := GetEchoInput();
SetEchoInput(true);
L:=ToricLattice(3);
v:=L ! [1/3,1/3,2/3];
N,emb:=AddVectorToLattice(v);
C:=Image(emb,PositiveQuadrant(L));
C;
IsIsolated(C);
assert $1;
IsQFactorial(C);
assert $1;
IsTerminal(C);
assert $1;
QuotientGenerators(C);
SetEchoInput(ei);
