OR-Tools  8.1
gurobi_interface.cc File Reference

Go to the source code of this file.

Classes

class  GurobiInterface
 

Namespaces

 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.
 

Functions

 ABSL_FLAG (int, num_gurobi_threads, 4, "Number of threads available for Gurobi.")
 
MPSolverInterface * BuildGurobiInterface (bool mip, MPSolver *const solver)
 

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( int  ,
num_gurobi_threads  ,
,
"Number of threads available for Gurobi."   
)

Variable Documentation

◆ callback

MPCallback* callback

Definition at line 510 of file gurobi_interface.cc.

◆ context

GurobiMPCallbackContext* context

Definition at line 509 of file gurobi_interface.cc.

◆ gurobi_internal_callback_data

void* gurobi_internal_callback_data

Definition at line 270 of file gurobi_interface.cc.

◆ model

GRBmodel* model

Definition at line 269 of file gurobi_interface.cc.

◆ where

int where

Definition at line 271 of file gurobi_interface.cc.