OSDecompParam.h
Go to the documentation of this file.
1 /* $Id: OSColGenApp.cpp 3038 2009-11-07 11:43:44Z kmartin $ */
14 #ifndef OSDECOMPPARAM_H
15 #define OSDECOMPPARAM_H
16 
17 
18 // --------------------------------------------------------------------- //
25 // --------------------------------------------------------------------- //
26 
28  public:
29 
36 
40  int nodeLimit;
41 
46 
50  double zeroTol;
51 
55  double artVarCoeff;
56 
57 
59  double optTolPerCent;
60 
61 
62 
63 
64 
65 };//end class OSDecompParam
66 
67 #endif
int masterColumnResetValue
when the number of columns in the master hits masterColumnResetValue do a column purge ...
Definition: OSDecompParam.h:45
double optTolPerCent
we fathom a node if UB*(1 - optTolPerCent) <= LB
Definition: OSDecompParam.h:59
int columnLimit
columnLimit is the limit on the number of columns that can be generated in a single call to solveRest...
Definition: OSDecompParam.h:35
double zeroTol
we terminate column generation when the reduced costs are not smaller than zeroTol ...
Definition: OSDecompParam.h:50
int nodeLimit
nodeLimit is the limit on the number of nodes that are allowed in the branch and bound tree ...
Definition: OSDecompParam.h:40
double artVarCoeff
artVarCoeff is the coefficient of the artificial variable in the objective function ...
Definition: OSDecompParam.h:55