Connect IBM CPLEX to Matlab on MacOS
Show older comments
I'm using
addpath('/Applications/CPLEX_Studio_Community128/cplex/matlab/')
addpath('/Applications/CPLEX_Studio_Community128/cplex/examples/src/matlab/')
there is not error message but when I use
ver
CPLEX doesn't show up in the toolbox kits
6 Comments
Walter Roberson
on 9 Mar 2018
When I look at the documentation https://www.ibm.com/support/knowledgecenter/en/SSSA5P_12.6.3/ilog.odms.cplex.help/CPLEX/MATLAB/topics/cplex_matlab_overview.html I do not see any indication that it is intended that cplex will show up when you use ver ?
ver works by looking through directories on the path for Contents.m files that are actually data in a special format that gives information about the package. Add-ons are not required to supply Contents.m files, and the format of the data ver expects is not described in any obvious place.
Tam Ho
on 9 Mar 2018
Edited: Walter Roberson
on 9 Mar 2018
Walter Roberson
on 9 Mar 2018
Unfortunately I am not considered a Student or Academic, so I do not have free access to CPLEX to examine the files :(
Walter Roberson
on 9 Mar 2018
"As part of our effort to make optimization pervasive we made our mathematical optimization products free for academic use 6 years ago. 4 years ago we removed license files, enabling the use of CPLEX offline for teachers, researchers and university staff. We are now making a further effort by allowing any student to use CPLEX for free. "
I am not a teacher, researcher, university staff, or student.
"The licensing cost vary, and you would need to talk to IBM sales to get an exact answer for your use case. It's free for academics. Commercialy, if you want to use cplex only through a modeling language and only for yourself on a single machine, you can purchase an AMPL/CPLEX for $9500. IBM doesn't post their price list, but from page 4 of this gurobi presentation, a license that would allow you to deploy an application in production was around $72,240."
Unfortunately $9500 is a bit out of reach for me.
Tam Ho
on 9 Mar 2018
Edited: Walter Roberson
on 9 Mar 2018
Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!