A Chain is a range of committed nodes.
More...
#include <constraint_solveri.h>
A Chain is a range of committed nodes.
Definition at line 3551 of file constraint_solveri.h.
◆ Chain()
operations_research::PathState::Chain::Chain |
( |
const int * | begin_node, |
|
|
const int * | end_node ) |
|
inline |
Chains hold CommittedNode* values, a Chain may be invalidated if the underlying vector is modified.
Definition at line 3573 of file constraint_solveri.h.
◆ begin()
Iterator operations_research::PathState::Chain::begin |
( |
| ) |
const |
|
inline |
◆ end()
Iterator operations_research::PathState::Chain::end |
( |
| ) |
const |
|
inline |
◆ First()
int operations_research::PathState::Chain::First |
( |
| ) |
const |
|
inline |
◆ Last()
int operations_research::PathState::Chain::Last |
( |
| ) |
const |
|
inline |
◆ NumNodes()
int operations_research::PathState::Chain::NumNodes |
( |
| ) |
const |
|
inline |
◆ WithoutFirstNode()
Chain operations_research::PathState::Chain::WithoutFirstNode |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: