Originally posted by: MM87
Hi everyone, I'd like to report an issue with CPLEX settings in Matlab. When I build the structure with all CPLEX settings, I have a series of errors related to the mex file.
>> my_options = cplexoptimset('cplex');
Warning: The function 'cplexlink1262' returned an mxArray with non-temporary scope.
> In cplexoptimset/setCplexOptions
In cplexoptimset/setCplexOptions
In cplexoptimset
Warning: The function 'cplexlink1262' returned an mxArray with non-temporary scope.
> In cplexoptimset/setCplexOptions
In cplexoptimset/setCplexOptions
In cplexoptimset/setCplexOptions
In cplexoptimset
... and more than one hundred of nearly identical warnings. Apart from that, the solver works well (at least the quadratic programming part). Any fix available?
Linux x86_64 (Ubuntu 14.04.3 LTS)
CPLEX 12.6.2
Matlab 2015b
#CPLEXOptimizers#DecisionOptimization