Go to the documentation of this file.
17 #ifndef POLYNOMIAL_CONSOLIDATOR_GUARD
18 #define POLYNOMIAL_CONSOLIDATOR_GUARD
33 (
const mpz_class& coef,
37 (
const mpz_class& coef,
const vector<mpz_class>& term);
const auto_ptr< CoefBigTermConsumer > _consumer
virtual void consumeRing(const VarNames &names)
virtual void beginConsuming()
TermTranslator handles translation between terms whose exponents are infinite precision integers and ...
Term represents a product of variables which does not include a coefficient.
PolynomialConsolidator(auto_ptr< CoefBigTermConsumer > consumer)
virtual void doneConsuming()
virtual void consume(const mpz_class &coef, const Term &term, const TermTranslator &translator)
Defines the variables of a polynomial ring and facilities IO involving them.