16 #ifndef polybori_groebner_PairECompare_h_
17 #define polybori_groebner_PairECompare_h_
38 if (l.
lm!=r.
lm)
return parent().ordering().compare(l.
lm, r.
lm)
39 == CTypes::greater_than;
#define END_NAMESPACE_PBORIGB
Definition: groebner_defs.h:16
PairECompare(const BoolePolyRing &ring)
Definition: PairECompare.h:31
This class reinterprets decicion diagram managers as Boolean polynomial rings, adds an ordering and v...
Definition: BoolePolyRing.h:40
Exponent lm
Definition: PairE.h:40
#define BEGIN_NAMESPACE_PBORIGB
Definition: groebner_defs.h:15
This class defines PairE.
Definition: PairE.h:28
wlen_type wlen
Definition: PairE.h:35
deg_type sugar
Definition: PairE.h:36
This class defines PairECompare.
Definition: PairECompare.h:28
This base class CFactoryBase is used for currying other constructors with a BoolePolyRing.
Definition: CFactoryBase.h:35