Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <graph.h>
Public Member Functions | |
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) | |
Protected Attributes | |
const ReverseArcMixedGraph * | graph_ |
ArcIndexType | index_ |
|
inline |
|
inline |
util::ReverseArcMixedGraph< NodeIndexType, ArcIndexType >::OppositeIncomingArcIterator::DEFINE_STL_ITERATOR_FUNCTIONS | ( | OppositeIncomingArcIterator | ) |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |