Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Random demand. More...
#include <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 |
Random demand.
Definition at line 77 of file cvrptw_lib.h.
operations_research::RandomDemand::RandomDemand | ( | int | size, |
RoutingIndexManager::NodeIndex | depot, | ||
bool | use_deterministic_seed ) |
Definition at line 108 of file cvrptw_lib.cc.
int64_t operations_research::RandomDemand::Demand | ( | RoutingIndexManager::NodeIndex | from, |
RoutingIndexManager::NodeIndex | to ) const |
Definition at line 131 of file cvrptw_lib.cc.
void operations_research::RandomDemand::Initialize | ( | ) |
Definition at line 116 of file cvrptw_lib.cc.