"Source: Text/Geometry/Toric.text";
"Line: 3307";
"Date: Wed Sep  5 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Toric.text, line: 3307
// Example: H126E22 ()
print "Example: H126E22";
ei := GetEchoInput();
SetEchoInput(true);
F := FanOfWPS([1,1,1,1]);
G := Blowup(F, Ambient(F) ! [1,-1,1]);
X := ToricVariety(Rationals(),G);
models,mmp := MMP(X);
#models;
assert $1 eq 3;
mmp;
models,mmp := MMP(X : type:="all");
models;
mmp;
SetEchoInput(ei);
