Dip
0.92.4
|
#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) |
void | truncate (int numberAfter) |
Private Attributes | |
OsiRowCut2 ** | rowCut_ |
CoinHashLink * | hash_ |
Hash table. More... | |
int | size_ |
int | hashMultiplier_ |
int | numberCuts_ |
int | lastHash_ |
Definition at line 132 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 138 of file CbcCountRowCut.hpp.
References rowCut_.
|
inline |
Definition at line 142 of file CbcCountRowCut.hpp.
References numberCuts_.
|
inline |
Definition at line 146 of file CbcCountRowCut.hpp.
References numberCuts_.
|
inline |
Definition at line 150 of file CbcCountRowCut.hpp.
References rowCut_.
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 | ) |
void CbcRowCuts::truncate | ( | int | numberAfter | ) |
|
private |
Definition at line 165 of file CbcCountRowCut.hpp.
Referenced by cut(), and rowCutPtr().
|
private |
Hash table.
Definition at line 167 of file CbcCountRowCut.hpp.
|
private |
Definition at line 168 of file CbcCountRowCut.hpp.
|
private |
Definition at line 169 of file CbcCountRowCut.hpp.
|
private |
Definition at line 170 of file CbcCountRowCut.hpp.
Referenced by numberCuts(), and sizeRowCuts().
|
private |
Definition at line 171 of file CbcCountRowCut.hpp.