next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Normaliz :: allComputations

allComputations

Description

allComputations is an option for normaliz, intclToricRing, normalToricRing, intclMonIdeal, torusInvariants, finiteDiagInvariants, diagInvariants, intersectionValRings, intersectionValRingIdeals. Its default value is false. If it is set to true, the cone in the cache table of the monomial subalgebra returned contains not only the generators, but all the data that have been computed by Normaliz (what this includes depends on the type and the options set, see output files written by Normaliz).

R=ZZ/37[x,y,t];
L={x^3, x^2*y, y^3, x*y^2};
T=intclToricRing(allComputations=>true,L)
T.cache#"cone"

Functions with optional argument named allComputations :

For the programmer

The object allComputations is a symbol.