OR-Tools  9.3
gurobi_interface.cc File Reference

Go to the source code of this file.

Classes

class  GurobiInterface
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

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 515 of file gurobi_interface.cc.

◆ context

GurobiMPCallbackContext* context

Definition at line 514 of file gurobi_interface.cc.

◆ gurobi_internal_callback_data

void* gurobi_internal_callback_data

Definition at line 275 of file gurobi_interface.cc.

◆ model

GRBmodel* model

Definition at line 274 of file gurobi_interface.cc.

◆ where

int where

Definition at line 276 of file gurobi_interface.cc.