#include <CglPreProcess.hpp>

Public Member Functions | |
| CglUniqueRowCuts (int initialMaxSize=0, int hashMultiplier=4) | |
| ~CglUniqueRowCuts () | |
| CglUniqueRowCuts (const CglUniqueRowCuts &rhs) | |
| CglUniqueRowCuts & | operator= (const CglUniqueRowCuts &rhs) |
| OsiRowCut * | cut (int sequence) const |
| int | numberCuts () const |
| int | sizeRowCuts () const |
| OsiRowCut * | rowCutPtr (int sequence) |
| void | eraseRowCut (int sequence) |
| void | insert (const OsiRowCut &cut) |
| int | insertIfNotDuplicate (const OsiRowCut &cut) |
| void | addCuts (OsiCuts &cs) |
Private Attributes | |
| OsiRowCut ** | rowCut_ |
| CglHashLink * | hash_ |
| Hash table. More... | |
| int | size_ |
| int | hashMultiplier_ |
| int | numberCuts_ |
| int | lastHash_ |
Definition at line 460 of file CglPreProcess.hpp.
| CglUniqueRowCuts::CglUniqueRowCuts | ( | int | initialMaxSize = 0, |
| int | hashMultiplier = 4 |
||
| ) |
| CglUniqueRowCuts::~CglUniqueRowCuts | ( | ) |
| CglUniqueRowCuts::CglUniqueRowCuts | ( | const CglUniqueRowCuts & | rhs | ) |
| CglUniqueRowCuts& CglUniqueRowCuts::operator= | ( | const CglUniqueRowCuts & | rhs | ) |
|
inline |
Definition at line 467 of file CglPreProcess.hpp.
|
inline |
Definition at line 469 of file CglPreProcess.hpp.
|
inline |
Definition at line 471 of file CglPreProcess.hpp.
|
inline |
Definition at line 473 of file CglPreProcess.hpp.
| void CglUniqueRowCuts::eraseRowCut | ( | int | sequence | ) |
Definition at line 477 of file CglPreProcess.hpp.
| int CglUniqueRowCuts::insertIfNotDuplicate | ( | const OsiRowCut & | cut | ) |
|
private |
Definition at line 484 of file CglPreProcess.hpp.
|
private |
Hash table.
Definition at line 486 of file CglPreProcess.hpp.
|
private |
Definition at line 487 of file CglPreProcess.hpp.
|
private |
Definition at line 488 of file CglPreProcess.hpp.
|
private |
Definition at line 489 of file CglPreProcess.hpp.
|
private |
Definition at line 490 of file CglPreProcess.hpp.
1.8.5