This function can read several matrices from a
Normaliz output file. At the moment, the only ouput file that contains several matrices is the file with suffix
cst. It contains the supporting hyperplanes, the defining equations and the congruences defining the (same) cone. It is possible that one of the matrices is a matrix with zero rows.
nmzFilename="example" -- to keep the files |
mat=matrix({{1,2,3},{4,5,6},{7,8,10}}); |
normaliz(allComputations => true,mat,0) |
readMultipleNmzData "cst" |
rmNmzFiles(); |