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.",
void validateSplit(const SliceParams ¶ms, bool allowLabel, bool allowDegree)
virtual void obtainParameters(vector< Parameter * > ¶meters)
The intention of this class is to describe the different kinds of mathematical structures that Frobby...
static const DataType & getMonomialIdealListType()
Returns the one and only instance for monomial ideal lists.
SliceParameters _sliceParams
virtual void obtainParameters(vector< Parameter * > ¶meters)
static const char * staticGetName()
void obtainParameters(vector< Parameter * > ¶meters)
A facade for operations on monomial ideals using the Slice Algorithm.
void computeMaximalStaircaseMonomials()
Compute the maximal staircase monomials of the ideal.
void computeMaximalStandardMonomials()
Compute the maximal standard monomials of the ideal.
This header file includes common definitions and is included as the first line of code in every imple...