17#ifndef NULL_COEF_TERM_CONSUMER_GUARD
18#define NULL_COEF_TERM_CONSUMER_GUARD
void nameFactoryRegister(NameFactory< AbstractProduct > &factory)
Registers the string returned by ConcreteProduct::getStaticName() to a function that default-construc...
This follows the null object pattern.
virtual void beginConsuming()
virtual void consume(const mpz_class &coef, const Term &term)
virtual void doneConsuming()
virtual void consumeRing(const VarNames &names)
TermTranslator handles translation between terms whose exponents are infinite precision integers and ...
Term represents a product of variables which does not include a coefficient.
Defines the variables of a polynomial ring and facilities IO involving them.