PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
groebner
include
polybori
groebner
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
22
BEGIN_NAMESPACE_PBORIGB
23
29
class
ReductionOptions
{
30
public
:
31
ReductionOptions
():
32
optBrutalReductions(true), optLL(false),
33
optRedTailDegGrowth(true), optRedTail(true),
34
reducibleUntil(-1) {}
35
36
bool
optBrutalReductions
;
37
bool
optLL
;
38
bool
optRedTailDegGrowth
;
39
bool
optRedTail
;
40
idx_type
reducibleUntil
;
41
};
42
43
END_NAMESPACE_PBORIGB
44
45
#endif
/* polybori_groebner_ReductionOptions_h_ */
Generated by
1.8.3.1