Go to the documentation of this file.
28 Facade(params.getPrintActions()),
45 beginAction(
"Computing multigraded Hilbert-Poincare series.");
61 beginAction(
"Computing univariate Hilbert-Poincare series.");
void computeMultigradedHilbertSeries()
Computes the numerator of the multigraded Hilbert-Poincare series with no cancellation of common term...
auto_ptr< IdealOrderer > _enumerationOrder
void runGeneric(const Ideal &ideal, CoefBigTermConsumer &consumer, bool univariate, bool canonical)
void readIdealAndSetPolyOutput(const CommonParams ¶ms)
Read input and support polynomial output.
ScarfFacade(const ScarfParams ¶ms)
auto_ptr< IdealOrderer > _deformationOrder
CoefBigTermConsumer & getPolyConsumer()
const string & getEnumerationOrder() const
Returns the name of the enumeration ordering.
const string & getDeformationOrder() const
Returns the name of the deformation ordering.
void endAction()
Prints to standard error the time since the last call to beginAction.
bool getProduceCanonicalOutput() const
Returns whether to produce output in a canonical representation.
TermTranslator & getTranslator()
void beginAction(const char *message)
Prints message to standard error if printing is turned on, and records the time when the action start...
CommonParamsHelper _helper
void computeUnivariateHilbertSeries()
Computes the numerator of the univariate Hilbert-Poincare series with no cancellation of common terms...
auto_ptr< IdealOrderer > createIdealOrderer(const string &prefix)
This is the super class of all facades.