MATLAB Reference Manual

The Gurobi MATLAB® interface allows you to build an optimization model, pass the model to Gurobi, and obtain the optimization result, all from within the MATLAB environment. For those of you who are not familiar with MATLAB, it is an environment for doing numerical computing. Please visit the MATLAB web site for more information.

The Gurobi MATLAB API

The Gurobi MATLAB interface is quite concise. It consists of just four MATLAB functions: gurobi, gurobi_read, gurobi_write and gurobi_setup.



Subsections