Go to the documentation of this file.
18 #ifndef BIGATTI_FACADE_GUARD
19 #define BIGATTI_FACADE_GUARD
48 auto_ptr<BigattiPivotStrategy>
_pivot;
BigattiFacade(const BigattiParams ¶ms)
A facade for computing Hilbert series of monomial ideals using the divide-and-conquer algorithm by Bi...
CommonParamsHelper _common
Utility class for dealing with the contents of CommonParams.
A BigattiPivotStrategy is an implementation of a pivot selection strategy for the Hilbert series algo...
void computeUnivariateHilbertSeries()
Computes the numerator of the univariate Hilbert-Poincare series with no cancellation of common terms...
void computeMultigradedHilbertSeries()
Computes the numerator of the multigraded Hilbert-Poincare series with no cancellation of common term...
auto_ptr< BigattiPivotStrategy > _pivot
This is the super class of all facades.