10#ifndef BonLinearCutsGenerator_H
11#define BonLinearCutsGenerator_H
51 methods_(other.methods_){
69 std::list<Coin::SmartPtr<CuttingMethod> > methods_;
A class to have all elements necessary to setup a branch-and-bound.
CglCutGenerator * clone() const
LinearCutsGenerator(const LinearCutsGenerator &other)
void generateCuts(const OsiSolverInterface &solver, OsiCuts &cs, const CglTreeInfo info=CglTreeInfo())
void initialize(BabSetupBase &s)
virtual ~LinearCutsGenerator()
(C) Copyright International Business Machines Corporation 2007
Type for cut generation method with its frequency and string identification.
CuttingMethod(const CuttingMethod &other)