void sortTermsReverseLex()
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.
Facade(bool printActions)
Constructs a facade that prints out what it is doing if printActions is true.
void sortVariables(BigPolynomial &poly)
Sort the variables of poly.
PolynomialFacade(bool printActions)
void sortTerms(BigPolynomial &poly)
Sort the terms of poly.
This header file includes common definitions and is included as the first line of code in every imple...