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