14#ifndef OSDECOMPPARAM_H
15#define OSDECOMPPARAM_H
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