| 
    Bonmin
    1.8.8
    
   | 
 
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.
Referenced by clone().
| Bonmin::CbcStrategyChooseCuts::CbcStrategyChooseCuts | ( | BabSetupBase & | s, | 
| const std::string & | prefix | ||
| ) | 
Constructor with a setup.
| Bonmin::CbcStrategyChooseCuts::CbcStrategyChooseCuts | ( | const CbcStrategyChooseCuts & | other | ) | 
Copy constructor.
      
  | 
  inline | 
Virtual copy constructor.
Definition at line 29 of file BonCbcLpStrategy.hpp.
References CbcStrategyChooseCuts().
| void Bonmin::CbcStrategyChooseCuts::setup | ( | BabSetupBase & | s, | 
| const std::string & | prefix | ||
| ) | 
Setup strategy.
      
  | 
  virtual | 
Setup cut generators.
      
  | 
  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