#include <list>
#include <set>
#include <iterator>
#include <algorithm>
#include <numeric>
#include <polybori/routines/pbori_algo.h>
#include <polybori/BoolePolynomial.h>
#include <polybori/BooleMonomial.h>
#include <polybori/BooleExponent.h>
#include <polybori/BooleSet.h>
#include <polybori/BoolePolyRing.h>
#include <polybori/BooleEnv.h>
#include <polybori/except/PBoRiGenericError.h>
#include <polybori/routines/pbori_func.h>
#include <polybori/iterators/PBoRiOutIter.h>
#include <polybori/iterators/COrderedIter.h>
#include <polybori/literals/CStringLiteral.h>
#include <polybori/routines/pbori_routines.h>
#include <polybori/diagram/CDDOperations.h>
#include <polybori/cache/CDegreeCache.h>
#include <polybori/iterators/CGenericIter.h>
#include <polybori/iterators/CExpIter.h>
#include <polybori/orderings/pbori_order.h>
Namespaces | |
namespace | polybori |
Classes | |
class | polybori::EliminationDegreeAdder< ExponentVectorType > |
class | polybori::AddEliminationDegree< SizeType > |
Defines | |
#define | PBORI_USE_CCUDDFIRSTITER |
Functions | |
BoolePolynomial::ostream_type & | polybori::operator<< (BoolePolynomial::ostream_type &, const BoolePolynomial &) |
Stream output operator. |
#define PBORI_USE_CCUDDFIRSTITER |