17 #ifndef POLYNOMIAL_FACADE_GUARD 18 #define POLYNOMIAL_FACADE_GUARD
void sortTerms(BigPolynomial &poly)
Sort the terms of poly.
This is the super class of all facades.
PolynomialFacade(bool printActions)
A facade for operations on polynomials.
void sortVariables(BigPolynomial &poly)
Sort the variables of poly.