#include <OsiCuts.hpp>
Public Member Functions | |
iterator (OsiCuts &cuts) | |
iterator (const iterator &src) | |
iterator & | operator= (const iterator &rhs) |
~iterator () | |
OsiCut * | operator * () const |
iterator | operator++ () |
iterator | operator++ (int) |
bool | operator== (const iterator &it) const |
bool | operator!= (const iterator &it) const |
bool | operator< (const iterator &it) const |
Private Member Functions | |
iterator () | |
iterator | begin () |
iterator | end () |
Private Attributes | |
OsiCuts & | cuts_ |
int | rowCutIndex_ |
int | colCutIndex_ |
OsiCut * | cutP_ |
Friends | |
class | OsiCuts |
This is a class for iterating over the collection of cuts.
Definition at line 31 of file OsiCuts.hpp.
|
|
|
|
|
|
|
|
|
|
|
Definition at line 38 of file OsiCuts.hpp. |
|
|
|
Definition at line 41 of file OsiCuts.hpp. |
|
Definition at line 48 of file OsiCuts.hpp. References colCutIndex_, and rowCutIndex_. |
|
Definition at line 52 of file OsiCuts.hpp. |
|
Definition at line 56 of file OsiCuts.hpp. References colCutIndex_, and rowCutIndex_. |
|
Referenced by OsiCuts::begin(). |
|
Referenced by OsiCuts::end(). |
|
Definition at line 32 of file OsiCuts.hpp. |
|
Definition at line 65 of file OsiCuts.hpp. |
|
Definition at line 66 of file OsiCuts.hpp. Referenced by operator<(), and operator==(). |
|
Definition at line 67 of file OsiCuts.hpp. Referenced by operator<(), and operator==(). |
|
Definition at line 68 of file OsiCuts.hpp. |