![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <routing_filters.h>
Classes | |
class | Iterator |
Public Member Functions | |
NodeRange (const ChainBounds *begin_chain, const ChainBounds *end_chain, const int *first_node) | |
Iterator | begin () const |
Iterator | end () const |
A NodeRange allows to iterate on all nodes of a path, by a two-level iteration on ChainBounds* and CommittedNode* of a PathState.
Definition at line 391 of file routing_filters.h.
|
inline |
NodeRanges hold ChainBounds* and int* (first committed node), a NodeRange may be invalidated if on of the underlying vector is modified.
Definition at line 428 of file routing_filters.h.
|
inline |
Definition at line 433 of file routing_filters.h.
|
inline |
Definition at line 436 of file routing_filters.h.