16 #ifndef polybori_groebner_GetNthPoly_h_
17 #define polybori_groebner_GetNthPoly_h_
36 template <
class KeyType>
38 return m_strat[key].p;
GetNthPoly(ReductionStrategy &strat)
Definition: GetNthPoly.h:34
#define END_NAMESPACE_PBORIGB
Definition: groebner_defs.h:16
#define BEGIN_NAMESPACE_PBORIGB
Definition: groebner_defs.h:15
This class wraps the underlying decicion diagram type and defines the necessary operations.
Definition: BoolePolynomial.h:85
const Polynomial & operator()(const KeyType &key)
Definition: GetNthPoly.h:37
ReductionStrategy & m_strat
Definition: GetNthPoly.h:41
This class defines ReductionStrategy.
Definition: ReductionStrategy.h:34
Definition: GetNthPoly.h:32