OR-Tools  9.6
RandomDemand

Detailed Description

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
 

Constructor & Destructor Documentation

◆ RandomDemand()

RandomDemand ( int  size,
RoutingIndexManager::NodeIndex  depot,
bool  use_deterministic_seed 
)

Definition at line 108 of file cvrptw_lib.cc.

Member Function Documentation

◆ Demand()

int64_t Demand ( RoutingIndexManager::NodeIndex  from,
RoutingIndexManager::NodeIndex  to 
) const

Definition at line 131 of file cvrptw_lib.cc.

◆ Initialize()

void Initialize ( )

Definition at line 116 of file cvrptw_lib.cc.


The documentation for this class was generated from the following files: