#include <CglLandP.hpp>
Inheritance diagram for CglLandP:


Public Types | |
| mostNegativeRc | |
| select most negative reduced cost | |
| bestPivot | |
| select best possible pivot. | |
| enum | SelectionRules { mostNegativeRc, bestPivot } |
Public Member Functions | |
| CglLandP (const CglLandP::Parameters ¶ms=CglLandP::Parameters(), const CglValidator &validator=CglValidator()) | |
| Constructor for the class. | |
| ~CglLandP () | |
| Destructor. | |
| CglLandP (const CglLandP &source) | |
| Copy constructor. | |
| CglLandP & | operator= (const CglLandP &rhs) |
| Assignment operator. | |
| CglCutGenerator * | clone () const |
| Clone function. | |
| virtual bool | needsOptimalBasis () const |
| Return true if needs optimal basis to do cuts. | |
| CglValidator & | validator () |
| void | setLogLevel (int level) |
| set level of log for cut generation procedure : | |
| Parameters & | parameter () |
Generate Cuts | |
| virtual void | generateCuts (const OsiSolverInterface &si, OsiCuts &cs, const CglTreeInfo info=CglTreeInfo()) const |
| Generate cuts for the model data contained in si. | |
Private Attributes | |
| Parameters | params_ |
| CachedData | cached_ |
| CoinMessageHandler * | handler_ |
| message handler | |
| CoinMessages | messages_ |
| messages | |
| CglValidator | validator_ |
| cut validator | |
Friends | |
| class | LAP::CglLandPSimplex |
| void | CglLandPUnitTest (OsiSolverInterface *si, const std::string &mpsDir) |
Classes | |
| struct | CachedData |
| Some informations that will be changed by the pivots and that we want to keep. More... | |
| class | NoBasisError |
| class | Parameters |
| Class storing parameters. More... | |
| class | SimplexInterfaceError |
Definition at line 53 of file CglLandP.hpp.
Definition at line 61 of file CglLandP.hpp.
| CglLandP::CglLandP | ( | const CglLandP::Parameters & | params = CglLandP::Parameters(), |
|
| const CglValidator & | validator = CglValidator() | |||
| ) |
Constructor for the class.
| CglLandP::~CglLandP | ( | ) |
Destructor.
| CglLandP::CglLandP | ( | const CglLandP & | source | ) |
Copy constructor.
| CglCutGenerator* CglLandP::clone | ( | ) | const [virtual] |
| virtual void CglLandP::generateCuts | ( | const OsiSolverInterface & | si, | |
| OsiCuts & | cs, | |||
| const CglTreeInfo | info = CglTreeInfo() | |||
| ) | const [virtual] |
Generate cuts for the model data contained in si.
The generated cuts are inserted into and returned in the collection of cuts cs.
Implements CglCutGenerator.
| virtual bool CglLandP::needsOptimalBasis | ( | ) | const [inline, virtual] |
Return true if needs optimal basis to do cuts.
Reimplemented from CglCutGenerator.
Definition at line 151 of file CglLandP.hpp.
| CglValidator& CglLandP::validator | ( | ) | [inline] |
| void CglLandP::setLogLevel | ( | int | level | ) | [inline] |
set level of log for cut generation procedure :
Definition at line 164 of file CglLandP.hpp.
References handler_, and CoinMessageHandler::setLogLevel().
| Parameters& CglLandP::parameter | ( | ) | [inline] |
friend class LAP::CglLandPSimplex [friend] |
Definition at line 57 of file CglLandP.hpp.
| void CglLandPUnitTest | ( | OsiSolverInterface * | si, | |
| const std::string & | mpsDir | |||
| ) | [friend] |
Parameters CglLandP::params_ [private] |
CachedData CglLandP::cached_ [mutable, private] |
Definition at line 238 of file CglLandP.hpp.
CoinMessageHandler* CglLandP::handler_ [private] |
CoinMessages CglLandP::messages_ [private] |
CglValidator CglLandP::validator_ [private] |
1.4.7