Go to the source code of this file.
|
| operations_research |
| The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
|
|
|
| ABSL_FLAG (bool, time_limit_use_usertime, false, "If true, rely on the user time in the TimeLimit class. This is " "only recommended for benchmarking on a non-isolated environment.") |
|
| ABSL_FLAG (bool, time_limit_use_instruction_count, false, "If true, measures the number of instructions executed") |
|
◆ ABSL_FLAG() [1/2]
ABSL_FLAG |
( |
bool |
, |
|
|
time_limit_use_instruction_count |
, |
|
|
false |
, |
|
|
"If |
true, |
|
|
measures the number of instructions executed" |
|
|
) |
| |
◆ ABSL_FLAG() [2/2]
ABSL_FLAG |
( |
bool |
, |
|
|
time_limit_use_usertime |
, |
|
|
false |
, |
|
|
"If |
true, |
|
|
rely on the user time in the TimeLimit class. This is " "only recommended for benchmarking on a non-isolated environment." |
|
|
) |
| |