This class is just a wrapper accessing global structures. More...
#include <BooleEnv.h>
Public Types | |
typedef BooleEnv | self |
generic access to current type | |
typedef CTypes::orderenums_type | base |
generic access to base type | |
typedef std::vector< idx_type > | block_idx_type |
Type for block indices. | |
typedef block_idx_type::const_iterator | block_iterator |
Type for block iterators. | |
typedef BoolePolyRing | ring_type |
typedef CDynamicOrderBase | order_type |
enum | ordercodes |
Explicitely mention ordercodes' enumeration. More... | |
adopt global type definitions | |
typedef CTypes::ordercode_type | ordercode_type |
Type for ordering codes. | |
typedef CTypes::manager_type | manager_type |
typedef CTypes::manager_reference | manager_reference |
typedef CTypes::manager_ptr | manager_ptr |
typedef CTypes::dd_type | dd_type |
typedef CTypes::vartext_type | vartext_type |
Type for setting/getting names of variables. | |
Static Public Member Functions | |
static dd_type | variable (idx_type idx) |
Access idx-th variable of the active ring. | |
static dd_type | persistentVariable (idx_type idx) |
Access idx-th variable. | |
static ordercode_type | getOrderCode () |
Get numerical code for current ordering. | |
static ordercode_type | getBaseOrderCode () |
static dd_type | zero () |
Get empty decision diagram. | |
static dd_type | one () |
Get decision diagram with all variables negated. | |
static size_type | nVariables () |
Get number of ring variables the of active ring. | |
static ring_type & | ring () |
static manager_type & | manager () |
static order_type & | ordering () |
static void | setVariableName (idx_type idx, vartext_type varname) |
Set name of variable with index idx. | |
static vartext_type | getVariableName (idx_type idx) |
Get name of variable with index idx. | |
static void | changeOrdering (ordercode_type code) |
Change order of current ring. | |
static void | printInfo () |
static void | set (ring_type &theRing) |
interface for block orderings | |
static block_iterator | blockBegin () |
static block_iterator | blockEnd () |
static void | appendBlock (idx_type idx) |
static void | clearBlocks () |
static idx_type | lastBlockStart () |
This class is just a wrapper accessing global structures.
generic access to base type
typedef std::vector<idx_type> polybori::BooleEnv::block_idx_type |
Type for block indices.
typedef block_idx_type::const_iterator polybori::BooleEnv::block_iterator |
Type for block iterators.
Type for ordering codes.
Reimplemented from polybori::CAuxTypes.
typedef BooleEnv polybori::BooleEnv::self |
generic access to current type
Type for setting/getting names of variables.
Reimplemented from polybori::CAuxTypes.
Explicitely mention ordercodes' enumeration.
void polybori::BooleEnv::appendBlock | ( | idx_type | idx | ) | [static] |
References polybori::CDynamicOrderBase::appendBlock(), and ordering().
BooleEnv::block_iterator polybori::BooleEnv::blockBegin | ( | ) | [static] |
References polybori::CDynamicOrderBase::blockBegin(), and ordering().
BooleEnv::block_iterator polybori::BooleEnv::blockEnd | ( | ) | [static] |
References polybori::CDynamicOrderBase::blockEnd(), and ordering().
void polybori::BooleEnv::changeOrdering | ( | ordercode_type | code | ) | [static] |
Change order of current ring.
References polybori::BoolePolyRing::changeOrdering(), and ring().
void polybori::BooleEnv::clearBlocks | ( | ) | [static] |
References polybori::CDynamicOrderBase::clearBlocks(), and ordering().
BooleEnv::ordercode_type polybori::BooleEnv::getBaseOrderCode | ( | ) | [static] |
Get numerical code for current base ordering (the same for non-block orderings)
References polybori::CDynamicOrderBase::getBaseOrderCode(), and ordering().
BooleEnv::ordercode_type polybori::BooleEnv::getOrderCode | ( | ) | [static] |
Get numerical code for current ordering.
References polybori::CDynamicOrderBase::getOrderCode(), and ordering().
BooleEnv::vartext_type polybori::BooleEnv::getVariableName | ( | idx_type | idx | ) | [static] |
Get name of variable with index idx.
References manager().
BooleEnv::idx_type polybori::BooleEnv::lastBlockStart | ( | ) | [static] |
References polybori::BoolePolyRing::lastBlockStart().
BooleEnv::manager_type & polybori::BooleEnv::manager | ( | ) | [static] |
References polybori::BooleRing::manager(), and ring().
Referenced by getVariableName(), nVariables(), persistentVariable(), setVariableName(), and variable().
BooleEnv::size_type polybori::BooleEnv::nVariables | ( | ) | [static] |
Get number of ring variables the of active ring.
References manager().
BooleEnv::dd_type polybori::BooleEnv::one | ( | ) | [static] |
Get decision diagram with all variables negated.
References polybori::BooleRing::one(), and ring().
BooleEnv::order_type & polybori::BooleEnv::ordering | ( | ) | [static] |
References polybori::BoolePolyRing::ordering(), and ring().
Referenced by polybori::groebner::PolynomialSugar::add(), appendBlock(), blockBegin(), blockEnd(), polybori::BoolePolynomial::boundedLead(), polybori::BoolePolynomial::boundedLeadExp(), clearBlocks(), polybori::BooleMonomial::compare(), polybori::BooleExponent::compare(), polybori::BoolePolynomial::eliminationLength(), polybori::BoolePolynomial::eliminationLengthWithDegBound(), getBaseOrderCode(), getOrderCode(), polybori::greater_variable(), polybori::BoolePolynomial::lead(), polybori::BoolePolynomial::leadExp(), polybori::BoolePolynomial::leadFirst(), polybori::groebner::LiteralFactorization::LiteralFactorization(), polybori::groebner::GroebnerStrategy::nf(), polybori::BoolePolynomial::orderedBegin(), polybori::BoolePolynomial::orderedEnd(), polybori::BoolePolynomial::orderedExpBegin(), polybori::BoolePolynomial::orderedExpEnd(), and polybori::groebner::red_tail_general().
BooleEnv::dd_type polybori::BooleEnv::persistentVariable | ( | idx_type | idx | ) | [static] |
Access idx-th variable.
References manager().
void polybori::BooleEnv::printInfo | ( | ) | [static] |
References polybori::BooleRing::printInfo(), and ring().
static ring_type& polybori::BooleEnv::ring | ( | ) | [inline, static] |
References polybori::active_ring.
Referenced by changeOrdering(), manager(), one(), ordering(), printInfo(), polybori::groebner::LexBucket::updateTailStart(), and zero().
void polybori::BooleEnv::set | ( | ring_type & | theRing | ) | [static] |
Referenced by polybori::BoolePolyRing::activate().
void polybori::BooleEnv::setVariableName | ( | idx_type | idx, | |
vartext_type | varname | |||
) | [static] |
Set name of variable with index idx.
References manager().
BooleEnv::dd_type polybori::BooleEnv::variable | ( | idx_type | idx | ) | [static] |
Access idx-th variable of the active ring.
References manager().
BooleEnv::dd_type polybori::BooleEnv::zero | ( | ) | [static] |
Get empty decision diagram.
References ring(), and polybori::BooleRing::zero().