12 #ifndef CglResidualCapacity_H
13 #define CglResidualCapacity_H
19 #include "CoinError.hpp"
50 const std::string mpdDir );
97 virtual void generateCuts(
const OsiSolverInterface & si, OsiCuts & cs,
151 const int rowLen,
const int* ind,
152 const double* coef,
const char sense,
154 const double* colLowerBound,
155 const double* colUpperBound)
const;
158 const int rowLen,
const int* ind,
161 const double* colLowerBound,
162 const double* colUpperBound)
const;
167 const double* colUpperBound,
168 const double* colLowerBound,
169 const CoinPackedMatrix& matrixByRow,
171 const double* coefByRow,
173 const int* rowStarts,
174 const int* rowLengths,
180 const int rowLen,
const int* ind,
184 const double* colUpperBound,
185 const double* colLowerBound,
186 OsiRowCut& resCapCut)
const;
237 const std::string mpdDir);