My Project
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
41
46
50 double zeroTol;
51
56
57
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
double artVarCoeff
artVarCoeff is the coefficient of the artificial variable in the objective function
int columnLimit
columnLimit is the limit on the number of columns that can be generated in a single call to solveRest...
double optTolPerCent
we fathom a node if UB*(1 - optTolPerCent) <= LB
double zeroTol
we terminate column generation when the reduced costs are not smaller than zeroTol
int nodeLimit
nodeLimit is the limit on the number of nodes that are allowed in the branch and bound tree