Cgl  0.59.10
List of all members
CglBK Class Reference

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...
 
CglBKoperator= (const CglBK &rhs)
 Assignment operator. More...
 
 ~CglBK ()
 Destructor. More...
 

Detailed Description

For Bron-Kerbosch.

Definition at line 366 of file CglPreProcess.hpp.

Constructor & Destructor Documentation

◆ CglBK() [1/3]

CglBK::CglBK ( )

Default constructor.

◆ CglBK() [2/3]

CglBK::CglBK ( const OsiSolverInterface &  model,
const char *  rowType,
int  numberElements 
)

Useful constructor.

◆ CglBK() [3/3]

CglBK::CglBK ( const CglBK rhs)

Copy constructor .

◆ ~CglBK()

CglBK::~CglBK ( )

Destructor.

Member Function Documentation

◆ bronKerbosch()

void CglBK::bronKerbosch ( )

For recursive Bron-Kerbosch.

◆ newSolver()

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

Creates strengthened smaller model.

◆ operator=()

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

Assignment operator.


The documentation for this class was generated from the following file: