![]() |
OR-Tools
9.6
|
Public Member Functions | |
| ZVector () | |
| ZVector (int64_t min_index, int64_t max_index) | |
| int64_t | min_index () const |
| int64_t | max_index () const |
| T | Value (int64_t index) const |
| T & | operator[] (int64_t index) |
| const T | operator[] (int64_t index) const |
| void | Set (int64_t index, T value) |
| bool | Reserve (int64_t new_min_index, int64_t new_max_index) |
| void | SetAll (T value) |
|
inline |