My Project
OSDecompParam Class Reference

#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
 

Detailed Description

OSNode

Definition at line 27 of file OSDecompParam.h.

Member Data Documentation

◆ columnLimit

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.

◆ nodeLimit

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.

◆ masterColumnResetValue

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.

◆ zeroTol

double OSDecompParam::zeroTol

we terminate column generation when the reduced costs are not smaller than zeroTol

Definition at line 50 of file OSDecompParam.h.

◆ artVarCoeff

double OSDecompParam::artVarCoeff

artVarCoeff is the coefficient of the artificial variable in the objective function

Definition at line 55 of file OSDecompParam.h.

◆ optTolPerCent

double OSDecompParam::optTolPerCent

we fathom a node if UB*(1 - optTolPerCent) <= LB

Definition at line 59 of file OSDecompParam.h.


The documentation for this class was generated from the following file: