#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 |
polybori::groebner::LiteralFactorization::LiteralFactorization | ( | const Polynomial & | p | ) |
bool polybori::groebner::LiteralFactorization::is00Factorization | ( | ) |
References factors, lmDeg, and polybori::groebner::maps_to_one().
bool polybori::groebner::LiteralFactorization::is11Factorization | ( | ) |
References factors, lmDeg, and polybori::groebner::maps_to_zero().
bool polybori::groebner::LiteralFactorization::occursAsLeadOfFactor | ( | idx_type | v | ) | const |
References factors, rest, and var2var_map.
bool polybori::groebner::LiteralFactorization::trivial | ( | ) | const |
References factors, rest, and var2var_map.
Referenced by is00Factorization(), is11Factorization(), LiteralFactorization(), occursAsLeadOfFactor(), and trivial().
Referenced by is00Factorization(), is11Factorization(), and LiteralFactorization().
Referenced by LiteralFactorization(), occursAsLeadOfFactor(), and trivial().
Referenced by LiteralFactorization(), occursAsLeadOfFactor(), and trivial().