Hi,
I am a grad student and I am trying to use gurobi in MATLAB for the
first time for solving a MILP. I had no problem downloading gurobi
4.5.2 and getting the academic license. However, I have had a much
harder time with the gurobi_mex. After downloading gurobi_mex, I
attempted to call mex in MATLAB with the following:
mex -O -largeArrayDims -I"C:\gurobi452\win64\include" "C:
\gurobi_mex_v1.55\gurobi_mex.c" "C:\gurobi452\win64\lib\gurobi45.lib"
MATLAB outputs the following error:
C:\PROGRA~2\MATLAB\R2009B\BIN\
MEX.PL: Error: Link of
'gurobi_mex.mexw32' failed.
??? Error using ==> mex at 221
Unable to complete successfully.
Does anyone have any suggestions for how to fix this problem? I have
been trying to carefully follow the instructions at:
http://www.convexoptimization.com/wikimization/index.php/Gurobi_Mex:_A_MATLAB_interface_for_Gurobi
Thanks,
Josh