coin-Cgl
|
This just uses implication info. More...
#include <CglProbing.hpp>
Public Member Functions | |
Generate Cuts | |
virtual void | generateCuts (const OsiSolverInterface &si, OsiCuts &cs, const CglTreeInfo info=CglTreeInfo()) const |
Generate cuts from implication table Insert generated cuts into the cut set cs. | |
Constructors and destructors | |
CglImplication () | |
Default constructor. | |
CglImplication (CglTreeProbingInfo *info) | |
Constructor with info. | |
CglImplication (const CglImplication &) | |
Copy constructor. | |
virtual CglCutGenerator * | clone () const |
Clone. | |
CglImplication & | operator= (const CglImplication &rhs) |
Assignment operator. | |
virtual | ~CglImplication () |
Destructor. | |
virtual std::string | generateCpp (FILE *fp) |
Create C++ lines to get to current state. | |
Set implication | |
void | setProbingInfo (CglTreeProbingInfo *info) |
Set implication. | |
Private Attributes | |
Private member data | |
CglTreeProbingInfo * | probingInfo_ |
Pointer to tree probing info. |
This just uses implication info.
Definition at line 465 of file CglProbing.hpp.
Default constructor.
Constructor with info.
CglImplication::CglImplication | ( | const CglImplication & | ) |
Copy constructor.
virtual CglImplication::~CglImplication | ( | ) | [virtual] |
Destructor.
virtual void CglImplication::generateCuts | ( | const OsiSolverInterface & | si, |
OsiCuts & | cs, | ||
const CglTreeInfo | info = CglTreeInfo() |
||
) | const [virtual] |
Generate cuts from implication table Insert generated cuts into the cut set cs.
Implements CglCutGenerator.
virtual CglCutGenerator* CglImplication::clone | ( | ) | const [virtual] |
Clone.
Implements CglCutGenerator.
CglImplication& CglImplication::operator= | ( | const CglImplication & | rhs | ) |
Assignment operator.
virtual std::string CglImplication::generateCpp | ( | FILE * | fp | ) | [virtual] |
Create C++ lines to get to current state.
Reimplemented from CglCutGenerator.
void CglImplication::setProbingInfo | ( | CglTreeProbingInfo * | info | ) | [inline] |
CglTreeProbingInfo* CglImplication::probingInfo_ [private] |
Pointer to tree probing info.
Definition at line 515 of file CglProbing.hpp.
Referenced by setProbingInfo().