OR-Tools  8.0
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

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

Function Documentation

◆ DEFINE_int32()

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

Variable Documentation

◆ callback

MPCallback* callback

Definition at line 440 of file gurobi_interface.cc.

◆ context

GurobiMPCallbackContext* context

Definition at line 439 of file gurobi_interface.cc.

◆ gurobi_internal_callback_data

void* gurobi_internal_callback_data

Definition at line 196 of file gurobi_interface.cc.

◆ model

GRBmodel* model

Definition at line 195 of file gurobi_interface.cc.

◆ where

int where

Definition at line 197 of file gurobi_interface.cc.