PolyBoRi
|
#include <literal_factorization.h>
Public Types | |
typedef LiteralFactorizationIterator | const_iterator |
typedef std::map< idx_type, int > | map_type |
typedef std::map< idx_type, idx_type > | var2var_map_type |
Public Member Functions | |
LiteralFactorization (const Polynomial &) | |
LiteralFactorization () | |
bool | occursAsLeadOfFactor (idx_type v) const |
bool | trivial () const |
bool | is11Factorization () |
bool | is00Factorization () |
const_iterator | begin () |
const_iterator | end () |
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 |
Referenced by polybori::groebner::easy_linear_factors().
Referenced by polybori::groebner::easy_linear_factors().
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().