PolyBoRi
|
#include <list>
#include <set>
#include <iterator>
#include <algorithm>
#include <numeric>
#include "pbori_algo.h"
#include "CIdxPath.h"
#include "BoolePolynomial.h"
#include "BooleMonomial.h"
#include "BooleExponent.h"
#include "BooleSet.h"
#include "BoolePolyRing.h"
#include "BooleEnv.h"
#include "PBoRiGenericError.h"
#include "pbori_func.h"
#include "PBoRiOutIter.h"
#include "OrderedManager.h"
#include "COrderedIter.h"
#include "CStringLiteral.h"
#include "CPrintOperation.h"
#include "pbori_routines.h"
#include "CDDOperations.h"
#include "CDegreeCache.h"
#include "CDelayedTermIter.h"
#include "CGenericIter.h"
#include "CExpIter.h"
#include "LexOrder.h"
Classes | |
class | polybori::EliminationDegreeAdder< ExponentVectorType > |
class | polybori::AddEliminationDegree< SizeType > |
Namespaces | |
namespace | polybori |
Defines | |
#define | PBORI_USE_CCUDDFIRSTITER |
Functions | |
BoolePolynomial::ostream_type & | polybori::operator<< (BoolePolynomial::ostream_type &, const BoolePolynomial &) |
Stream output operator. |
This file implements the class BoolePolymials, where carries the definition of polynomials over Booleans.
#define PBORI_USE_CCUDDFIRSTITER |