A ChainRange is a range of Chains, committed or not.
More...
#include <routing_filters.h>
A ChainRange is a range of Chains, committed or not.
Definition at line 341 of file routing_filters.h.
◆ ChainRange()
operations_research::PathState::ChainRange::ChainRange |
( |
const ChainBounds *const | begin_chain, |
|
|
const ChainBounds *const | end_chain, |
|
|
const int *const | first_node ) |
|
inline |
ChainRanges hold ChainBounds* and CommittedNode*, a ChainRange may be invalidated if on of the underlying vector is modified.
Definition at line 368 of file routing_filters.h.
◆ begin()
Iterator operations_research::PathState::ChainRange::begin |
( |
| ) |
const |
|
inline |
◆ DropFirstChain()
ChainRange operations_research::PathState::ChainRange::DropFirstChain |
( |
| ) |
const |
|
inline |
◆ DropLastChain()
ChainRange operations_research::PathState::ChainRange::DropLastChain |
( |
| ) |
const |
|
inline |
◆ end()
Iterator operations_research::PathState::ChainRange::end |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: