Originally posted by: SystemAdmin
Hi,
I am run a MIP model with Cplex in Matlab. When I used the small size data, it is fine in the machine.
However, when I increase the job size to 180 jobs, there is a error message showed up as
"{Error using cplexlink125
Out of memory. Type HELP MEMORY for your options.
Error in C:\Program Files
(x86)\IBM\ILOG\CPLEX_Studio125\cplex\matlab\x86_win32\@Cplex\Cplex.p>Cplex.addRows
(line 2331)
Error in C:\Program Files
(x86)\IBM\ILOG\CPLEX_Studio125\cplex\matlab\x86_win32\@Cplex\Cplex.p>Cplex.subsref
(line 3846)
Error in FTWCplexcode (line 37)
cplex.addRows(1, machinecons, 1); }"
Anyone can help? Thanks.
#CPLEXOptimizers#DecisionOptimization