Go to the source code of this file.
|
| | ABSL_FLAG (int, vrp_stops, 25, "Stop locations in the problem.") |
| |
| | ABSL_FLAG (int, vrp_orders_per_stop, 5, "Nodes for each stop.") |
| |
| | 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) |
| |
◆ ABSL_FLAG() [1/5]
| ABSL_FLAG |
( |
bool |
, |
|
|
vrp_use_deterministic_random_seed |
, |
|
|
false |
, |
|
|
"Use deterministic random seeds." |
|
|
) |
| |
◆ ABSL_FLAG() [2/5]
| ABSL_FLAG |
( |
int |
, |
|
|
vrp_orders_per_stop |
, |
|
|
5 |
, |
|
|
"Nodes for each stop." |
|
|
) |
| |
◆ ABSL_FLAG() [3/5]
| ABSL_FLAG |
( |
int |
, |
|
|
vrp_stops |
, |
|
|
25 |
, |
|
|
"Stop locations in the problem." |
|
|
) |
| |
◆ ABSL_FLAG() [4/5]
| ABSL_FLAG |
( |
int |
, |
|
|
vrp_vehicles |
, |
|
|
20 |
, |
|
|
"Size of Traveling Salesman Problem instance." |
|
|
) |
| |
◆ ABSL_FLAG() [5/5]
| ABSL_FLAG |
( |
std::string |
, |
|
|
routing_search_parameters |
, |
|
|
"" |
, |
|
|
"Text proto RoutingSearchParameters (possibly partial) that will " "override the DefaultRoutingSearchParameters()" |
|
|
) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ kCapacity
| const char* kCapacity = "Capacity" |
◆ kTime
| const char* kTime = "Time" |