#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 More... | |
| int | nodeLimit |
| nodeLimit is the limit on the number of nodes that are allowed in the branch and bound tree More... | |
| int | masterColumnResetValue |
| when the number of columns in the master hits masterColumnResetValue do a column purge More... | |
| double | zeroTol |
| we terminate column generation when the reduced costs are not smaller than zeroTol More... | |
| double | artVarCoeff |
| artVarCoeff is the coefficient of the artificial variable in the objective function More... | |
| double | optTolPerCent |
| we fathom a node if UB*(1 - optTolPerCent) <= LB More... | |
Definition at line 27 of file OSDecompParam.h.
| int OSDecompParam::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
Definition at line 35 of file OSDecompParam.h.
| int OSDecompParam::nodeLimit |
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.
| int OSDecompParam::masterColumnResetValue |
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.
1.8.5