#include <OsiCuts.hpp>
Public Types | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef OsiCut * | value_type |
typedef size_t | difference_type |
typedef OsiCut ** | pointer |
typedef OsiCut *& | reference |
Public Member Functions | |
const_iterator (const OsiCuts &cuts) | |
const_iterator (const const_iterator &src) | |
const_iterator & | operator= (const const_iterator &rhs) |
~const_iterator () | |
const OsiCut * | operator * () const |
const_iterator | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &it) const |
bool | operator!= (const const_iterator &it) const |
bool | operator< (const const_iterator &it) const |
Private Member Functions | |
const_iterator () | |
const_iterator | begin () |
const_iterator | end () |
Private Attributes | |
const OsiCuts * | cutsPtr_ |
int | rowCutIndex_ |
int | colCutIndex_ |
const OsiCut * | cutP_ |
Friends | |
class | OsiCuts |
This is a class for iterating over the collection of cuts.
Definition at line 75 of file OsiCuts.hpp.
|
Definition at line 78 of file OsiCuts.hpp. |
|
Definition at line 79 of file OsiCuts.hpp. |
|
Definition at line 80 of file OsiCuts.hpp. |
|
Definition at line 81 of file OsiCuts.hpp. |
|
Definition at line 82 of file OsiCuts.hpp. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 89 of file OsiCuts.hpp. |
|
|
|
Definition at line 93 of file OsiCuts.hpp. |
|
Definition at line 100 of file OsiCuts.hpp. References colCutIndex_, and rowCutIndex_. |
|
Definition at line 104 of file OsiCuts.hpp. |
|
Definition at line 108 of file OsiCuts.hpp. References colCutIndex_, and rowCutIndex_. |
|
Referenced by OsiCuts::begin(). |
|
Referenced by OsiCuts::end(). |
|
Definition at line 76 of file OsiCuts.hpp. |
|
Definition at line 116 of file OsiCuts.hpp. |
|
Definition at line 117 of file OsiCuts.hpp. Referenced by operator<(), and operator==(). |
|
Definition at line 118 of file OsiCuts.hpp. Referenced by operator<(), and operator==(). |
|
Definition at line 119 of file OsiCuts.hpp. |