![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <zvector.h>
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) |
| 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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |