This function removes the files created for and by
Normaliz, using the last filename created. These files are removed automatically unless a (non-empty) filename has been specified in the global variable
nmzFilename. In this case the filename is reset to the empty string.
i1 : nmzFilename="VeryInteresting";
|
i2 : R=ZZ/37[x,y,z];
|
i3 : normalToricRing {x^2*y, y^3};
|
i4 : get ("VeryInteresting.typ")
o4 = 2
2
1 0
0 1
|
i5 : rmNmzFiles();
|
i6 : nmzFilename
o6 =
|