PolyBoRi
ReductionOptions.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //*****************************************************************************
14 //*****************************************************************************
15 
16 #ifndef polybori_groebner_ReductionOptions_h_
17 #define polybori_groebner_ReductionOptions_h_
18 
19 // include basic definitions
20 #include "groebner_defs.h"
21 
23 
30 public:
32  optBrutalReductions(true), optLL(false),
33  optRedTailDegGrowth(true), optRedTail(true),
34  reducibleUntil(-1) {}
35 
37  bool optLL;
39  bool optRedTail;
41 };
42 
44 
45 #endif /* polybori_groebner_ReductionOptions_h_ */