Cbc
2.8.12
|
#include <CbcCountRowCut.hpp>
Public Member Functions | |
CbcRowCuts (int initialMaxSize=0, int hashMultiplier=4) | |
~CbcRowCuts () | |
CbcRowCuts (const CbcRowCuts &rhs) | |
CbcRowCuts & | operator= (const CbcRowCuts &rhs) |
OsiRowCut2 * | cut (int sequence) const |
int | numberCuts () const |
int | sizeRowCuts () const |
OsiRowCut * | rowCutPtr (int sequence) |
void | eraseRowCut (int sequence) |
int | addCutIfNotDuplicate (const OsiRowCut &cut, int whichType=0) |
int | addCutIfNotDuplicateWhenGreedy (const OsiRowCut &cut, int whichType=0) |
void | addCuts (OsiCuts &cs) |
Definition at line 134 of file CbcCountRowCut.hpp.
CbcRowCuts::CbcRowCuts | ( | int | initialMaxSize = 0 , |
int | hashMultiplier = 4 |
||
) |
CbcRowCuts::~CbcRowCuts | ( | ) |
CbcRowCuts::CbcRowCuts | ( | const CbcRowCuts & | rhs | ) |
CbcRowCuts& CbcRowCuts::operator= | ( | const CbcRowCuts & | rhs | ) |
|
inline |
Definition at line 141 of file CbcCountRowCut.hpp.
|
inline |
Definition at line 143 of file CbcCountRowCut.hpp.
|
inline |
Definition at line 145 of file CbcCountRowCut.hpp.
|
inline |
Definition at line 147 of file CbcCountRowCut.hpp.
void CbcRowCuts::eraseRowCut | ( | int | sequence | ) |
int CbcRowCuts::addCutIfNotDuplicate | ( | const OsiRowCut & | cut, |
int | whichType = 0 |
||
) |
int CbcRowCuts::addCutIfNotDuplicateWhenGreedy | ( | const OsiRowCut & | cut, |
int | whichType = 0 |
||
) |
void CbcRowCuts::addCuts | ( | OsiCuts & | cs | ) |