Originally posted by: minyivg
Hi, I am new to Cplex. I code my optimization problem on mac OSX 10.8, using Xcode 4.6 (c++).
Now I meet a problem: when the size of the input is large, the program stops due to lack of license. (up to 500 variables and 500 constraints)
I use it for academic purpose. I search in google and find https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014494807 , I try the way they said, not work!
I put the access.ilm in /Users/mingliu/ILOG/ilm/, and then create a ".bash_profile" written "export ILOG_LICENSE_FILE=/Users/mingliu/ILOG/ilm/access.ilm". I click the exec file "~/ILOG/cplex/bin/86-64_darwin/cplex ", still no license.
BTW, another way they mentioned is http://www-stat.wharton.upenn.edu/~josezubi/INSTALL , but still not work!
I ready do not know how to make it? Could you please help me? Thanks in advance!
Ming
#CPLEXOptimizers#DecisionOptimization