27 "Compute the maximal standard monomials of the input ideal.",
28 "Compute the maximal standard monomials of the input ideal. A standard " 29 "monomial\nis a monomial that does not lie in the ideal, while a " 30 "maximal\nstandard monomial m is a standard monomial such that m * v does " 31 "lie in the\nideal for every variable v in the ambient polynomial ring of I.",
38 "Increase each entry of the output by 1 to compute maximal staircase\n" 39 "monomials in place of maximal standard monomials.",
static const DataType & getMonomialIdealListType()
Returns the one and only instance for monomial ideal lists.
virtual void obtainParameters(vector< Parameter *> ¶meters)
The intention of this class is to describe the different kinds of mathematical structures that Frobby...
static const char * staticGetName()
void computeMaximalStandardMonomials()
Compute the maximal standard monomials of the ideal.
A facade for operations on monomial ideals using the Slice Algorithm.
SliceParameters _sliceParams
virtual void obtainParameters(vector< Parameter *> ¶meters)
void obtainParameters(vector< Parameter *> ¶meters)
void computeMaximalStaircaseMonomials()
Compute the maximal staircase monomials of the ideal.
void validateSplit(const SliceParams ¶ms, bool allowLabel, bool allowDegree)