![]() |
OR-Tools
9.3
|
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) |
| ABSL_FLAG | ( | int | , |
| num_gurobi_threads | , | ||
| 4 | , | ||
| "Number of threads available for Gurobi." | |||
| ) |
| MPCallback* callback |
Definition at line 515 of file gurobi_interface.cc.
| GurobiMPCallbackContext* context |
Definition at line 514 of file gurobi_interface.cc.
| void* gurobi_internal_callback_data |
Definition at line 275 of file gurobi_interface.cc.
| GRBmodel* model |
Definition at line 274 of file gurobi_interface.cc.
| int where |
Definition at line 276 of file gurobi_interface.cc.