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