17 #ifndef BIG_TERM_CONSUMER_GUARD
18 #define BIG_TERM_CONSUMER_GUARD
35 virtual void consume(
const vector<mpz_class>& term) = 0;
41 virtual void consume(auto_ptr<BigIdeal> ideal);
virtual void consume(const vector< mpz_class > &term)=0
virtual void consumeRing(const VarNames &names)=0
Tell the consumer which ring is being used.
virtual void doneConsuming()=0
Must be called once after each time beginConsuming has been called.
virtual void beginConsuming()=0
Tell the consumer to begin consuming an ideal.
virtual ~BigTermConsumer()
This class is used to transfer terms one at a time from one part of the program to another,...
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.