#include <OSDecompParam.h>
Public Attributes | |
int | columnLimit |
columnLimit is the limit on the number of columns that can be generated in a single call to solveRestrictedMasterRelaxation, this number is different than the maximum number of columns allowed in the master | |
int | nodeLimit |
nodeLimit is the limit on the number of nodes that are allowed in the branch and bound tree | |
int | masterColumnResetValue |
when the number of columns in the master hits masterColumnResetValue do a column purge | |
double | zeroTol |
we terminate column generation when the reduced costs are not smaller than zeroTol | |
double | artVarCoeff |
artVarCoeff is the coefficient of the artificial variable in the objective function | |
double | optTolPerCent |
we fathom a node if UB*(1 - optTolPerCent) <= LB |
Definition at line 27 of file OSDecompParam.h.
columnLimit is the limit on the number of columns that can be generated in a single call to solveRestrictedMasterRelaxation, this number is different than the maximum number of columns allowed in the master
Definition at line 35 of file OSDecompParam.h.
nodeLimit is the limit on the number of nodes that are allowed in the branch and bound tree
Definition at line 40 of file OSDecompParam.h.
when the number of columns in the master hits masterColumnResetValue do a column purge
Definition at line 45 of file OSDecompParam.h.
double OSDecompParam::zeroTol |
we terminate column generation when the reduced costs are not smaller than zeroTol
Definition at line 50 of file OSDecompParam.h.
double OSDecompParam::artVarCoeff |
artVarCoeff is the coefficient of the artificial variable in the objective function
Definition at line 55 of file OSDecompParam.h.
double OSDecompParam::optTolPerCent |
we fathom a node if UB*(1 - optTolPerCent) <= LB
Definition at line 59 of file OSDecompParam.h.