Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <graph.h>
Public Member Functions | |
IncomingArcIterator (const ReverseArcMixedGraph &graph, NodeIndexType node) | |
IncomingArcIterator (const ReverseArcMixedGraph &graph, NodeIndexType node, ArcIndexType arc) | |
ArcIndexType | Index () const |
DEFINE_STL_ITERATOR_FUNCTIONS (IncomingArcIterator) | |
Public Member Functions inherited from util::ReverseArcMixedGraph< NodeIndexType, ArcIndexType >::OppositeIncomingArcIterator | |
OppositeIncomingArcIterator (const ReverseArcMixedGraph &graph, NodeIndexType node) | |
OppositeIncomingArcIterator (const ReverseArcMixedGraph &graph, NodeIndexType node, ArcIndexType arc) | |
bool | Ok () const |
ArcIndexType | Index () const |
void | Next () |
DEFINE_STL_ITERATOR_FUNCTIONS (OppositeIncomingArcIterator) | |
Additional Inherited Members | |
Protected Attributes inherited from util::ReverseArcMixedGraph< NodeIndexType, ArcIndexType >::OppositeIncomingArcIterator | |
const ReverseArcMixedGraph * | graph_ |
ArcIndexType | index_ |
|
inline |
|
inline |
util::ReverseArcMixedGraph< NodeIndexType, ArcIndexType >::IncomingArcIterator::DEFINE_STL_ITERATOR_FUNCTIONS | ( | IncomingArcIterator | ) |
|
inline |