To begin, you'll need to tell MATLAB where to find the Gurobi routines. We've provided a script to assist you with this. The Gurobi MATLAB setup script, gurobi_setup.m, can be found in the <installdir>/matlab directory of your Gurobi installation
- the default <installdir> for Gurobi 10.0.1 is /opt/gurobi1001/linux64 for Linux
- the default <installdir> for Gurobi 10.0.1 is c:\gurobi1001\win64 for 64-bit Windows
- the default <installdir> for Gurobi 10.0.1 is /Library/gurobi1001/macos_universal2 for Mac
To get started, type the following commands within MATLAB to change to the matlab directory and call gurobi_setup:
>> cd /opt/gurobi1001/linux64/matlab
>> gurobi_setup
You will need to be careful that the MATLAB binary and the Gurobi package you install both use the same instruction set. You need to install the 64-bit version of MATLAB to use Gurobi.
This video will guide you through the steps of how to set up Gurobi for Matlab.
Comments
0 comments
Please sign in to leave a comment.