Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ examples/ cpp/

RandomDemand Class Reference

Random demand. More...

List of all members.

Public Member Functions

 RandomDemand (int size, RoutingModel::NodeIndex depot)
void Initialize ()
int64 Demand (RoutingModel::NodeIndex from, RoutingModel::NodeIndex to) const


Detailed Description

Random demand.

Definition at line 107 of file cvrptw.cc.


Constructor & Destructor Documentation

RandomDemand::RandomDemand ( int  size,
RoutingModel::NodeIndex  depot 
) [inline]

Definition at line 109 of file cvrptw.cc.


Member Function Documentation

void RandomDemand::Initialize (  )  [inline]

Definition at line 113 of file cvrptw.cc.

int64 RandomDemand::Demand ( RoutingModel::NodeIndex  from,
RoutingModel::NodeIndex  to 
) const [inline]

Definition at line 127 of file cvrptw.cc.


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