16 #ifndef polybori_groebner_ExpGreater_h_
17 #define polybori_groebner_ExpGreater_h_
35 return parent().ordering().compare(lhs,rhs)==CTypes::greater_than;
This class is just a wrapper for using variables for storing indices as interim data structure for Bo...
Definition: BooleExponent.h:34
bool operator()(const BooleExponent &lhs, const BooleExponent &rhs) const
Definition: ExpGreater.h:33
ExpGreater(const BoolePolyRing &ring)
Definition: ExpGreater.h:31
#define END_NAMESPACE_PBORIGB
Definition: groebner_defs.h:16
This class reinterprets decicion diagram managers as Boolean polynomial rings, adds an ordering and v...
Definition: BoolePolyRing.h:40
#define BEGIN_NAMESPACE_PBORIGB
Definition: groebner_defs.h:15
This base class CFactoryBase is used for currying other constructors with a BoolePolyRing.
Definition: CFactoryBase.h:35
This class defines ExpGreater.
Definition: ExpGreater.h:28