OR-Tools  9.6
cvrp_disjoint_tw.cc File Reference

Go to the source code of this file.

Functions

 ABSL_FLAG (int, vrp_orders, 100, "Number of nodes in the problem.")
 
 ABSL_FLAG (int, vrp_vehicles, 20, "Number of vehicles in the problem.")
 
 ABSL_FLAG (int, vrp_windows, 5, "Number of disjoint windows per node.")
 
 ABSL_FLAG (bool, vrp_use_deterministic_random_seed, false, "Use deterministic random seeds.")
 
 ABSL_FLAG (bool, vrp_use_same_vehicle_costs, false, "Use same vehicle costs in the routing model")
 
 ABSL_FLAG (std::string, routing_search_parameters, "", "Text proto RoutingSearchParameters (possibly partial) that will " "override the DefaultRoutingSearchParameters()")
 
int main (int argc, char **argv)
 

Variables

const char * kTime = "Time"
 
const char * kCapacity = "Capacity"
 
const int64_t kMaxNodesPerGroup = 10
 
const int64_t kSameVehicleCost = 1000
 

Function Documentation

◆ ABSL_FLAG() [1/6]

ABSL_FLAG ( bool  ,
vrp_use_deterministic_random_seed  ,
false  ,
"Use deterministic random seeds."   
)

◆ ABSL_FLAG() [2/6]

ABSL_FLAG ( bool  ,
vrp_use_same_vehicle_costs  ,
false  ,
"Use same vehicle costs in the routing model  
)

◆ ABSL_FLAG() [3/6]

ABSL_FLAG ( int  ,
vrp_orders  ,
100  ,
"Number of nodes in the problem."   
)

◆ ABSL_FLAG() [4/6]

ABSL_FLAG ( int  ,
vrp_vehicles  ,
20  ,
"Number of vehicles in the problem."   
)

◆ ABSL_FLAG() [5/6]

ABSL_FLAG ( int  ,
vrp_windows  ,
,
"Number of disjoint windows per node."   
)

◆ ABSL_FLAG() [6/6]

ABSL_FLAG ( std::string  ,
routing_search_parameters  ,
""  ,
"Text proto RoutingSearchParameters (possibly partial) that will " "override the DefaultRoutingSearchParameters()"   
)

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 71 of file cvrp_disjoint_tw.cc.

Variable Documentation

◆ kCapacity

const char* kCapacity = "Capacity"

Definition at line 67 of file cvrp_disjoint_tw.cc.

◆ kMaxNodesPerGroup

const int64_t kMaxNodesPerGroup = 10

Definition at line 68 of file cvrp_disjoint_tw.cc.

◆ kSameVehicleCost

const int64_t kSameVehicleCost = 1000

Definition at line 69 of file cvrp_disjoint_tw.cc.

◆ kTime

const char* kTime = "Time"

Definition at line 66 of file cvrp_disjoint_tw.cc.