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 (int, num_gurobi_threads, 4, "Number of threads available for Gurobi.") |
|
MPSolverInterface * | BuildGurobiInterface (bool mip, MPSolver *const solver) |
|
◆ ABSL_FLAG()
ABSL_FLAG |
( |
int |
, |
|
|
num_gurobi_threads |
, |
|
|
4 |
, |
|
|
"Number of threads available for Gurobi." |
|
|
) |
| |
◆ callback
◆ context
GurobiMPCallbackContext* context |
◆ gurobi_internal_callback_data
void* gurobi_internal_callback_data |
◆ model
◆ where