我试图在matlab上使用cplex,但我收到以下错误:
Error using cplexlp (line 256)
Invalid MEX-file 'C:\Program
Files\IBM\ILOG\CPLEX_Studio1271\cplex\matlab\x64_win64\cplexlink1271.mexw64': The specified
procedure could not be found.
Error in cplex_example (line 12)
[x,fval,exitflag,output] = cplexlp(f,A,b,Aeq,beq,lb,ub,options);
我已经添加了以下路径:
addpath ('C:\Program Files\IBM\ILOG\CPLEX_Studio1271\cplex\matlab\x64_win64')
addpath('C:\Program Files\IBM\ILOG\CPLEX_Studio1271\cplex\examples\src\matlab')
savepath
我的笔记本电脑在Windows 10 64位上运行,我的matlab是R2013a 64位,cplex是cplex 12.7.1 win-x86-64。
我看到一个类似问题的答案,他们说必须由依赖者沃克检查。 Dependency walker显示了一大堆API-MS-WIN-CORE,EVENTING,SECURITY,SERVICE,EXT-MS-WIN-GDI等dll文件丢失的地方。
我查看了一些帖子,暗示这些文章包含在Visual C ++ Redistributable软件包中,因此我安装了所有版本的Microsoft Visual C ++ Redistributable(x86和x64都是为了确定)。
但我仍然有问题。我在这里错过了什么?任何帮助将不胜感激。
答案 0 :(得分:0)
CPLEX 12.7.1不支持MATLAB R2013a(参见detailed system requirements)。您必须使用较新版本的MATLAB或较旧版本的CPLEX。