|
Cgl
0.59.9
|
For Bron-Kerbosch. More...
#include <CglPreProcess.hpp>
Public Member Functions | |
Main methods | |
| void | bronKerbosch () |
| For recursive Bron-Kerbosch. More... | |
| OsiSolverInterface * | newSolver (const OsiSolverInterface &model) |
| Creates strengthened smaller model. More... | |
Constructors and destructors etc | |
| CglBK () | |
| Default constructor. More... | |
| CglBK (const OsiSolverInterface &model, const char *rowType, int numberElements) | |
| Useful constructor. More... | |
| CglBK (const CglBK &rhs) | |
| Copy constructor . More... | |
| CglBK & | operator= (const CglBK &rhs) |
| Assignment operator. More... | |
| ~CglBK () | |
| Destructor. More... | |
For Bron-Kerbosch.
Definition at line 366 of file CglPreProcess.hpp.
| CglBK::CglBK | ( | ) |
Default constructor.
| CglBK::CglBK | ( | const OsiSolverInterface & | model, |
| const char * | rowType, | ||
| int | numberElements | ||
| ) |
Useful constructor.
| CglBK::CglBK | ( | const CglBK & | rhs | ) |
Copy constructor .
| CglBK::~CglBK | ( | ) |
Destructor.
| void CglBK::bronKerbosch | ( | ) |
For recursive Bron-Kerbosch.
| OsiSolverInterface* CglBK::newSolver | ( | const OsiSolverInterface & | model | ) |
Creates strengthened smaller model.
1.8.5