#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 "pbori_order.h"
Classes | |
class | EliminationDegreeAdder< ExponentVectorType > |
class | AddEliminationDegree< SizeType > |
Defines | |
#define | PBORI_USE_CCUDDFIRSTITER |
Functions | |
BoolePolynomial::ostream_type & | operator<< (BoolePolynomial::ostream_type &os, const BoolePolynomial &source) |
Stream output operator. |
This file implements the class BoolePolymials, where carries the definition of polynomials over Booleans.
#define PBORI_USE_CCUDDFIRSTITER |
BoolePolynomial::ostream_type& operator<< | ( | BoolePolynomial::ostream_type & | os, | |
const BoolePolynomial & | source | |||
) |
Stream output operator.
References BoolePolynomial::print().