16 #ifndef polybori_groebner_LessWeightedLengthInStrat_h_
17 #define polybori_groebner_LessWeightedLengthInStrat_h_
36 return (*strat)[a].weightedLength<(*strat)[b].weightedLength;
40 return (*strat)[a].weightedLength<(*strat)[b].weightedLength;
This class is just a wrapper for using variables for storing indices as interim data structure for Bo...
Definition: BooleExponent.h:34
#define END_NAMESPACE_PBORIGB
Definition: groebner_defs.h:16
This class defines LessWeightedLengthInStrat.
Definition: LessWeightedLengthInStrat.h:29
#define BEGIN_NAMESPACE_PBORIGB
Definition: groebner_defs.h:15
const ReductionStrategy * strat
Definition: LessWeightedLengthInStrat.h:31
LessWeightedLengthInStrat(const ReductionStrategy &strat)
Definition: LessWeightedLengthInStrat.h:32
This class defines ReductionStrategy.
Definition: ReductionStrategy.h:34
This class is just a wrapper for using variables from cudd's decicion diagram.
Definition: BooleMonomial.h:50