#include <CbcCountRowCut.hpp>
Definition at line 132 of file CbcCountRowCut.hpp.
◆ CbcRowCuts() [1/2]
CbcRowCuts::CbcRowCuts |
( |
int |
initialMaxSize = 0 , |
|
|
int |
hashMultiplier = 4 |
|
) |
| |
◆ ~CbcRowCuts()
CbcRowCuts::~CbcRowCuts |
( |
| ) |
|
◆ CbcRowCuts() [2/2]
◆ operator=()
◆ cut()
OsiRowCut2* CbcRowCuts::cut |
( |
int |
sequence | ) |
const |
|
inline |
◆ numberCuts()
int CbcRowCuts::numberCuts |
( |
| ) |
const |
|
inline |
◆ sizeRowCuts()
int CbcRowCuts::sizeRowCuts |
( |
| ) |
const |
|
inline |
◆ rowCutPtr()
OsiRowCut* CbcRowCuts::rowCutPtr |
( |
int |
sequence | ) |
|
|
inline |
◆ eraseRowCut()
void CbcRowCuts::eraseRowCut |
( |
int |
sequence | ) |
|
◆ addCutIfNotDuplicate()
int CbcRowCuts::addCutIfNotDuplicate |
( |
const OsiRowCut & |
cut, |
|
|
int |
whichType = 0 |
|
) |
| |
◆ addCutIfNotDuplicateWhenGreedy()
int CbcRowCuts::addCutIfNotDuplicateWhenGreedy |
( |
const OsiRowCut & |
cut, |
|
|
int |
whichType = 0 |
|
) |
| |
◆ addCuts()
void CbcRowCuts::addCuts |
( |
OsiCuts & |
cs | ) |
|
◆ truncate()
void CbcRowCuts::truncate |
( |
int |
numberAfter | ) |
|
◆ rowCut_
OsiRowCut2** CbcRowCuts::rowCut_ |
|
private |
◆ hash_
◆ size_
◆ hashMultiplier_
int CbcRowCuts::hashMultiplier_ |
|
private |
◆ numberCuts_
int CbcRowCuts::numberCuts_ |
|
private |
◆ lastHash_
int CbcRowCuts::lastHash_ |
|
private |
The documentation for this class was generated from the following file: