9 #ifndef CglLandPUtils_H
10 #define CglLandPUtils_H
19 double normCoef(TabRow &row,
int ncols,
const int * nonBasics);
21 void scale(OsiRowCut &cut);
23 void scale(OsiRowCut &cut,
double norma);
31 if (alpha_i>0)
return alpha_i* (1 - beta);
32 else return -alpha_i * beta;
38 double f_i = alpha - floor(alpha);
46 inline bool int_val(
double value,
double tol)
48 return fabs( floor( value + 0.5 ) - value ) < tol;
57 int insertAll(OsiCuts & cs, CoinRelFltEq eq);
65 const OsiRowCut *
rowCut(
unsigned int i)
const {
69 void insert(
int i, OsiRowCut * cut);
76 cuts_.resize(i, (OsiRowCut *) NULL);