| LIB "normaliz.lib";
ring R=0,(x,y,z,t),dp;
ideal I=x3,x2y,y3;
list l=intclMonIdeal(I);
exportNuminvs();
// for example, now the following variables are set:
nmz_hilbert_basis_elements;
==> 7
nmz_number_extreme_rays;
==> 5
nmz_rank;
==> 4
nmz_number_support_hyperplanes;
==> 5
nmz_multiplicity;
==> 4
nmz_primary;
==> 0
|