![]() |
OR-Tools
9.6
|
Definition at line 77 of file cvrptw_lib.h.
Public Member Functions | |
| RandomDemand (int size, RoutingIndexManager::NodeIndex depot, bool use_deterministic_seed) | |
| void | Initialize () |
| int64_t | Demand (RoutingIndexManager::NodeIndex from, RoutingIndexManager::NodeIndex to) const |
| RandomDemand | ( | int | size, |
| RoutingIndexManager::NodeIndex | depot, | ||
| bool | use_deterministic_seed | ||
| ) |
Definition at line 108 of file cvrptw_lib.cc.
| int64_t Demand | ( | RoutingIndexManager::NodeIndex | from, |
| RoutingIndexManager::NodeIndex | to | ||
| ) | const |
Definition at line 131 of file cvrptw_lib.cc.
| void Initialize | ( | ) |
Definition at line 116 of file cvrptw_lib.cc.