![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Allows indexing into a vector with an edge or node index. More...
#include <graph.h>
Public Member Functions | |
const T & | operator[] (IndexT index) const |
T & | operator[] (IndexT index) |
void | resize (IndexT index, const T &value) |
void | reserve (IndexT index) |
void | assign (IndexT index, const T &value) |
IndexT | size () const |
Allows indexing into a vector with an edge or node index.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |