3 #ifndef CglLiftAndProject_H
4 #define CglLiftAndProject_H
13 const std::string mpdDir );
22 virtual void generateCuts(
const OsiSolverInterface & si, OsiCuts & cs,
36 if (oneOrMinusOne==1 || oneOrMinusOne==-1){
37 beta_= (double)oneOrMinusOne;
40 throw CoinError(
"Unallowable value. Beta must be 1 or -1",
41 "cutGeneration",
"CglLiftAndProject");
100 const std::string mpdDir );