17#ifndef POLYNOMIAL_FACADE_GUARD
18#define POLYNOMIAL_FACADE_GUARD
void nameFactoryRegister(NameFactory< AbstractProduct > &factory)
Registers the string returned by ConcreteProduct::getStaticName() to a function that default-construc...
This is the super class of all facades.
A facade for operations on polynomials.
void sortVariables(BigPolynomial &poly)
Sort the variables of poly.
void sortTerms(BigPolynomial &poly)
Sort the terms of poly.