|
PolyBoRi
|
#include <literal_factorization.h>
Public Types | |
| typedef std::map< idx_type, int > | map_type |
| typedef std::map< idx_type, idx_type > | var2var_map_type |
Public Member Functions | |
| LiteralFactorization (const Polynomial &) | |
| bool | occursAsLeadOfFactor (idx_type v) const |
| bool | trivial () const |
| bool | is11Factorization () |
| bool | is00Factorization () |
Public Attributes | |
| map_type | factors |
| Polynomial | rest |
| deg_type | lmDeg |
| var2var_map_type | var2var_map |
| typedef std::map<idx_type, int> polybori::groebner::LiteralFactorization::map_type |
| typedef std::map<idx_type, idx_type> polybori::groebner::LiteralFactorization::var2var_map_type |
References polybori::BooleExponent::begin(), polybori::BooleSet::change(), polybori::CDDInterface< CuddLikeZDD >::emptiness(), polybori::BooleExponent::end(), polybori::BoolePolynomial::isZero(), polybori::BoolePolynomial::leadExp(), polybori::CDDInterface< CuddLikeZDD >::length(), polybori::BoolePolynomial::lmDeg(), polybori::BooleSet::ring(), polybori::BoolePolynomial::ring(), polybori::BooleSet::subset0(), polybori::BooleSet::subset1(), UNLIKELY, and polybori::BoolePolynomial::usedVariablesExp().
References polybori::groebner::maps_to_one().
References polybori::groebner::maps_to_zero().
References polybori::BooleExponent::begin().
| bool polybori::groebner::LiteralFactorization::trivial | ( | ) | const |
Referenced by polybori::groebner::common_literal_factors_deg().
Referenced by polybori::groebner::common_literal_factors_deg().
Referenced by polybori::groebner::common_literal_factors_deg().
1.7.6.1