Filter Content By
Version
Text Search
Solving models with the Gurobi MATLAB interface
The Gurobi MATLAB interface can be used to solve optimization problems of
the following form:
minimize |
![]() |
|
subject to | ![]() |
(linear constraints) |
![]() |
(bound constraints) | |
some ![]() |
(integrality constraints) | |
some ![]() |
(cone constraints) | |
![]() |
(quadratic constraints) | |
some ![]() |
(special ordered set constraints) |
Many of the model components listed here are optional. For example, integrality constraints may be omitted. We'll discuss the details of how models are represented shortly.
The function gurobi, described next, allows you to take a model represented using MATLAB matrices and solve it with the Gurobi Optimizer.
Subsections