17#ifndef TOTAL_DEGREE_COEF_TERM_CONSUMER_GUARD
18#define TOTAL_DEGREE_COEF_TERM_CONSUMER_GUARD
void nameFactoryRegister(NameFactory< AbstractProduct > &factory)
Registers the string returned by ConcreteProduct::getStaticName() to a function that default-construc...
TermTranslator handles translation between terms whose exponents are infinite precision integers and ...
Term represents a product of variables which does not include a coefficient.
virtual void consumeRing(const VarNames &names)
virtual void doneConsuming()
virtual void beginConsuming()
auto_ptr< CoefBigTermConsumer > _consumerOwner
virtual void consume(const mpz_class &coef, const Term &term)
CoefBigTermConsumer & _consumer
const TermTranslator & _translator
A sparse univariate polynomial represented by a hash table mapping terms to coefficients.
Defines the variables of a polynomial ring and facilities IO involving them.