Я пытался использовать заголовок «gurobi_c ++. H», чтобы выполнить оптимизацию с помощью Gurobi Solver в Matlab, но все время получаю следующую ошибку:
fatal error: 'gurobi_c++.h' file not found #include "gurobi_c++.h"
Я заметил, что я уже установил компилятор C ++ и gurobi:
>> mex -setup
MEX configured to use 'Xcode with Clang' for C language compilation.
Warning: The MATLAB C and Fortran API has changed to support MATLAB
variables with more than 2^32-1 elements. In the near future
you will be required to update your code to utilize the
new API. You can find more information about this at:
http://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html.
To choose a different language, select one from the following:
mex -setup C++
mex -setup FORTRAN
Также Gurobi правильно установлен в моей Mac OS:
>> gurobi_setup
The MATLAB interface for Gurobi 7.0.2 has been installed.
The directory /Library/gurobi702/mac64/matlab/
has been added to the MATLAB path.
To use Gurobi regularly, you must save this new path definition.
To do this, type the command savepath at the MATLAB prompt. Please consult the MATLAB documentation if necessary.
>>
Благодарю.
Задача ещё не решена.
Других решений пока нет …