#include <GamsCutGenerator.hpp>
Collaboration diagram for GamsCutGenerator:

Public Member Functions | |
| GamsCutGenerator (GamsBCH &bch_, CbcModel *&modelptr_) | |
| void | generateCuts (const OsiSolverInterface &si, OsiCuts &cs, const CglTreeInfo info) const |
| CglCutGenerator * | clone () const |
Private Attributes | |
| GamsBCH & | bch |
| CbcModel *& | modelptr |
Definition at line 20 of file GamsCutGenerator.hpp.
| GamsCutGenerator::GamsCutGenerator | ( | GamsBCH & | bch_, | |
| CbcModel *& | modelptr_ | |||
| ) |
| void GamsCutGenerator::generateCuts | ( | const OsiSolverInterface & | si, | |
| OsiCuts & | cs, | |||
| const CglTreeInfo | info | |||
| ) | const |
| CglCutGenerator* GamsCutGenerator::clone | ( | ) | const |
GamsBCH& GamsCutGenerator::bch [private] |
Definition at line 22 of file GamsCutGenerator.hpp.
CbcModel*& GamsCutGenerator::modelptr [private] |
Definition at line 24 of file GamsCutGenerator.hpp.
1.4.7