10 #ifndef BonLinearCutsGenerator_H
11 #define BonLinearCutsGenerator_H
13 #include "CglCutGenerator.hpp"
14 #include "CoinSmartPtr.hpp"
27 CglCutGenerator *
cgl;
50 CglCutGenerator(other),
54 CglCutGenerator *
clone()
const {
65 void generateCuts(
const OsiSolverInterface &solver, OsiCuts &cs,
66 const CglTreeInfo
info = CglTreeInfo());
69 std::list<Coin::SmartPtr<CuttingMethod> >
methods_;
CuttingMethod(const CuttingMethod &other)
void fint fint fint real fint real real real real real real real real real fint real fint fint fint real fint fint fint fint * info
void generateCuts(const OsiSolverInterface &solver, OsiCuts &cs, const CglTreeInfo info=CglTreeInfo())
LinearCutsGenerator(const LinearCutsGenerator &other)
CglCutGenerator * clone() const
A class to have all elements necessary to setup a branch-and-bound.
void fint fint fint fint fint fint fint fint fint fint real real real real real real real real * s
Type for cut generation method with its frequency and string identification.
std::list< Coin::SmartPtr< CuttingMethod > > methods_
void initialize(BabSetupBase &s)
virtual ~LinearCutsGenerator()