"Source: Text/Geometry/Toric.text";
"Line: 600";
"Date: Wed Sep  5 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Toric.text, line: 600
// Example: H126E6 ()
print "Example: H126E6";
ei := GetEchoInput();
SetEchoInput(true);
P := Polytope([ [0,1], [1,0], [1,-1], [-1,0] ]);
SpanningFan(P);
Q := StandardSimplex(3);
DualFan(Q);
SetEchoInput(ei);
