Cbc  2.9.8
Public Member Functions | List of all members
CbcRowCuts Class Reference

#include <CbcCountRowCut.hpp>

Public Member Functions

 CbcRowCuts (int initialMaxSize=0, int hashMultiplier=4)
 
 ~CbcRowCuts ()
 
 CbcRowCuts (const CbcRowCuts &rhs)
 
CbcRowCutsoperator= (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)
 

Detailed Description

Definition at line 134 of file CbcCountRowCut.hpp.

Constructor & Destructor Documentation

◆ CbcRowCuts() [1/2]

CbcRowCuts::CbcRowCuts ( int  initialMaxSize = 0,
int  hashMultiplier = 4 
)

◆ ~CbcRowCuts()

CbcRowCuts::~CbcRowCuts ( )

◆ CbcRowCuts() [2/2]

CbcRowCuts::CbcRowCuts ( const CbcRowCuts rhs)

Member Function Documentation

◆ operator=()

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

◆ cut()

OsiRowCut2* CbcRowCuts::cut ( int  sequence) const
inline

Definition at line 141 of file CbcCountRowCut.hpp.

◆ numberCuts()

int CbcRowCuts::numberCuts ( ) const
inline

Definition at line 143 of file CbcCountRowCut.hpp.

◆ sizeRowCuts()

int CbcRowCuts::sizeRowCuts ( ) const
inline

Definition at line 145 of file CbcCountRowCut.hpp.

◆ rowCutPtr()

OsiRowCut* CbcRowCuts::rowCutPtr ( int  sequence)
inline

Definition at line 147 of file CbcCountRowCut.hpp.

◆ 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)

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