A class to setup default strategy for Cbc specifying which cut generators to use. More...
#include <BonCbcLpStrategy.hpp>


Public Member Functions | |
| CbcStrategyChooseCuts () | |
| Default constructor. More... | |
| CbcStrategyChooseCuts (BabSetupBase &s, const std::string &prefix) | |
| Constructor with a setup. More... | |
| CbcStrategyChooseCuts (const CbcStrategyChooseCuts &other) | |
| Copy constructor. More... | |
| CbcStrategy * | clone () const |
| Virtual copy constructor. More... | |
| void | setup (BabSetupBase &s, const std::string &prefix) |
| Setup strategy. More... | |
| virtual void | setupCutGenerators (CbcModel &model) |
| Setup cut generators. More... | |
Private Attributes | |
| int | gen_freqs_ [6] |
| Generators frequencies. More... | |
| int | genFlag_ |
| Flag to say which cut generators to use. More... | |
A class to setup default strategy for Cbc specifying which cut generators to use.
Definition at line 20 of file BonCbcLpStrategy.hpp.
| Bonmin::CbcStrategyChooseCuts::CbcStrategyChooseCuts | ( | ) |
Default constructor.
Definition at line 34 of file BonCbcLpStrategy.cpp.
| Bonmin::CbcStrategyChooseCuts::CbcStrategyChooseCuts | ( | BabSetupBase & | s, |
| const std::string & | prefix | ||
| ) |
Constructor with a setup.
Definition at line 48 of file BonCbcLpStrategy.cpp.
| Bonmin::CbcStrategyChooseCuts::CbcStrategyChooseCuts | ( | const CbcStrategyChooseCuts & | other | ) |
Copy constructor.
Definition at line 41 of file BonCbcLpStrategy.cpp.
|
inline |
Virtual copy constructor.
Definition at line 29 of file BonCbcLpStrategy.hpp.
| void Bonmin::CbcStrategyChooseCuts::setup | ( | BabSetupBase & | s, |
| const std::string & | prefix | ||
| ) |
Setup strategy.
Definition at line 56 of file BonCbcLpStrategy.cpp.
|
virtual |
Setup cut generators.
Definition at line 105 of file BonCbcLpStrategy.cpp.
|
private |
Generators frequencies.
Definition at line 40 of file BonCbcLpStrategy.hpp.
|
private |
Flag to say which cut generators to use.
Definition at line 42 of file BonCbcLpStrategy.hpp.
1.8.5