![]() |
OR-Tools
8.2
|
Public Member Functions | |
| OppositeIncomingArcIterator (const ReverseArcListGraph &graph, NodeIndexType node) | |
| OppositeIncomingArcIterator (const ReverseArcListGraph &graph, NodeIndexType node, ArcIndexType arc) | |
| bool | Ok () const |
| ArcIndexType | Index () const |
| void | Next () |
| DEFINE_STL_ITERATOR_FUNCTIONS (OppositeIncomingArcIterator) | |
Protected Attributes | |
| const ReverseArcListGraph & | graph_ |
| ArcIndexType | index_ |
|
inline |
|
inline |
| DEFINE_STL_ITERATOR_FUNCTIONS | ( | OppositeIncomingArcIterator | ) |
|
protected |