|
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> PBORINAME::groebner::LiteralFactorization::map_type |
| typedef std::map<idx_type, idx_type> PBORINAME::groebner::LiteralFactorization::var2var_map_type |
| PBORINAME::groebner::LiteralFactorization::LiteralFactorization | ( | const Polynomial & | p | ) |
| bool PBORINAME::groebner::LiteralFactorization::is00Factorization | ( | ) |
References PBORINAME::groebner::maps_to_one().
| bool PBORINAME::groebner::LiteralFactorization::is11Factorization | ( | ) |
References PBORINAME::groebner::maps_to_zero().
| bool PBORINAME::groebner::LiteralFactorization::occursAsLeadOfFactor | ( | idx_type | v | ) | const |
References polybori::BooleExponent::begin().
| bool PBORINAME::groebner::LiteralFactorization::trivial | ( | ) | const |
Referenced by PBORINAME::groebner::common_literal_factors_deg().
Referenced by PBORINAME::groebner::common_literal_factors_deg().
Referenced by PBORINAME::groebner::common_literal_factors_deg().
1.7.3