Cgl trunk
CglBK Class Reference

For Bron-Kerbosch. More...

#include <CglPreProcess.hpp>

List of all members.

Public Member Functions

Main methods
void bronKerbosch ()
 For recursive Bron-Kerbosch.
OsiSolverInterface * newSolver (const OsiSolverInterface &model)
 Creates strengthened smaller model.
Constructors and destructors etc
 CglBK ()
 Default constructor.
 CglBK (const OsiSolverInterface &model, const char *rowType, int numberElements)
 Useful constructor.
 CglBK (const CglBK &rhs)
 Copy constructor .
CglBKoperator= (const CglBK &rhs)
 Assignment operator.
 ~CglBK ()
 Destructor.

Detailed Description

For Bron-Kerbosch.

Definition at line 363 of file CglPreProcess.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

void CglBK::bronKerbosch ( )

For recursive Bron-Kerbosch.

OsiSolverInterface* CglBK::newSolver ( const OsiSolverInterface &  model)

Creates strengthened smaller model.

CglBK& CglBK::operator= ( const CglBK rhs)

Assignment operator.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines