OR-Tools  9.6
cvrptw_with_breaks.cc File Reference

Go to the source code of this file.

Functions

 ABSL_FLAG (int, vrp_orders, 100, "Nodes in the problem.")
 
 ABSL_FLAG (int, vrp_vehicles, 20, "Size of Traveling Salesman Problem instance.")
 
 ABSL_FLAG (bool, vrp_use_deterministic_random_seed, false, "Use deterministic random seeds.")
 
 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"
 

Function Documentation

◆ ABSL_FLAG() [1/4]

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

◆ ABSL_FLAG() [2/4]

ABSL_FLAG ( int  ,
vrp_orders  ,
100  ,
"Nodes in the problem."   
)

◆ ABSL_FLAG() [3/4]

ABSL_FLAG ( int  ,
vrp_vehicles  ,
20  ,
"Size of Traveling Salesman Problem instance."   
)

◆ ABSL_FLAG() [4/4]

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 74 of file cvrptw_with_breaks.cc.

Variable Documentation

◆ kCapacity

const char* kCapacity = "Capacity"

Definition at line 72 of file cvrptw_with_breaks.cc.

◆ kTime

const char* kTime = "Time"

Definition at line 71 of file cvrptw_with_breaks.cc.