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