#include <PairLS.h>
Public Member Functions | |
int | getType () const |
Polynomial | extract (const PolyEntryVector &v) |
PairLS (int i, int j, const PolyEntryVector &v) | |
PairLS (int i, idx_type v, const PolyEntryVector &gen, int type) | |
PairLS (const Polynomial &delayed) | |
Public Attributes | |
wlen_type | wlen |
deg_type | sugar |
pair_data_ptr | data |
Monomial | lm |
polybori::groebner::PairLS::PairLS | ( | int | i, | |
int | j, | |||
const PolyEntryVector & | v | |||
) | [inline] |
References polybori::groebner::IJ_PAIR.
polybori::groebner::PairLS::PairLS | ( | int | i, | |
idx_type | v, | |||
const PolyEntryVector & | gen, | |||
int | type | |||
) | [inline] |
References PBORI_ASSERT, and polybori::groebner::VARIABLE_PAIR.
polybori::groebner::PairLS::PairLS | ( | const Polynomial & | delayed | ) | [inline] |
int polybori::groebner::PairLS::getType | ( | ) | const [inline] |
Polynomial polybori::groebner::PairLS::extract | ( | const PolyEntryVector & | v | ) | [inline] |
Referenced by polybori::groebner::PairLSCompare::operator()().
Referenced by polybori::groebner::PairLSCompare::operator()().
Referenced by polybori::groebner::PairLSCompare::operator()().