|
PolyBoRi
|
#include <pairs.h>
Public Member Functions | |
| PolyEntry (const Polynomial &p) | |
| deg_type | ecart () const |
| void | recomputeInformation () |
Public Attributes | |
| LiteralFactorization | literal_factors |
| Polynomial | p |
| Monomial | lm |
| wlen_type | weightedLength |
| len_type | length |
| deg_type | deg |
| deg_type | lmDeg |
| Exponent | lmExp |
| Monomial | gcdOfTerms |
| Exponent | usedVariables |
| Exponent | tailVariables |
| Polynomial | tail |
| std::set< idx_type > | vPairCalculated |
| set of variables with which pair was calculated | |
| bool | minimal |
| polybori::groebner::PolyEntry::PolyEntry | ( | const Polynomial & | p | ) |
References polybori::BoolePolynomial::boundedLead(), polybori::BooleExponent::deg(), polybori::BoolePolynomial::deg(), deg, polybori::BoolePolynomial::eliminationLengthWithDegBound(), polybori::BooleMonomial::exp(), polybori::BoolePolynomial::length(), length, lm, lmDeg, lmExp, minimal, p, tail, tailVariables, usedVariables, polybori::BoolePolynomial::usedVariablesExp(), and weightedLength.
| deg_type polybori::groebner::PolyEntry::ecart | ( | ) | const [inline] |
Referenced by polybori::groebner::should_propagate().
| void polybori::groebner::PolyEntry::recomputeInformation | ( | ) |
References polybori::BoolePolynomial::deg(), deg, polybori::BoolePolynomial::eliminationLengthWithDegBound(), polybori::BoolePolynomial::lead(), polybori::BoolePolynomial::length(), length, literal_factors, lm, polybori::BoolePolynomial::lmDeg(), lmDeg, polybori::BooleEnv::ordering(), p, tail, tailVariables, usedVariables, polybori::BoolePolynomial::usedVariablesExp(), and weightedLength.
Referenced by polybori::groebner::GroebnerStrategy::addGenerator(), PolyEntry(), polybori::groebner::GroebnerStrategy::propagate_step(), recomputeInformation(), polybori::groebner::reduce_complete(), polybori::groebner::should_propagate(), polybori::groebner::GroebnerStrategy::treat_m_p_1_case(), and polybori::groebner::wlen_literal_exceptioned().
Referenced by polybori::groebner::GroebnerStrategy::addGenerator(), PolyEntry(), and recomputeInformation().
Referenced by PolyEntry().
Referenced by polybori::groebner::GroebnerStrategy::addGenerator(), polybori::groebner::GroebnerStrategy::addNonTrivialImplicationsDelayed(), PolyEntry(), polybori::groebner::GroebnerStrategy::propagate_step(), recomputeInformation(), polybori::groebner::reduce_complete(), polybori::groebner::GroebnerStrategy::treat_m_p_1_case(), and polybori::groebner::GroebnerStrategy::treatVariablePairs().
Referenced by PolyEntry(), and recomputeInformation().
Referenced by PolyEntry(), and recomputeInformation().
Referenced by PolyEntry(), recomputeInformation(), and polybori::groebner::GroebnerStrategy::treatVariablePairs().
set of variables with which pair was calculated
1.7.4