Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <graph.h>
Public Member Functions | |
OutgoingArcIterator (const ListGraph &graph, NodeIndexType node) | |
OutgoingArcIterator (const ListGraph &graph, NodeIndexType node, ArcIndexType arc) | |
bool | Ok () const |
ArcIndexType | Index () const |
void | Next () |
DEFINE_STL_ITERATOR_FUNCTIONS (OutgoingArcIterator) | |
|
inline |
|
inline |
util::ListGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator::DEFINE_STL_ITERATOR_FUNCTIONS | ( | OutgoingArcIterator | ) |
|
inline |
|
inline |
|
inline |