Thanks to you Mr. Löfberg. However, I just not get it run. It is version CPLEX 1.4 and Matlab R2014a. When I type CPLEX in my command windows there it appears "Welcome to IBM(R) ILOG(R) CPLEX(R) Interactive Optimizer 12.4.0.0 ...". When I try to find the path it gives /usr/sepp/bin/cplex.
Then I do addpath('/usr/sepp/bin/cplex'); which get me Warning: Directory access failure: /usr/sepp/bin/cplex
What is concerning me the most is that when I do "yalmiptest" it shows CPLEX not found BUT when I call yalmip with
ops = sdpsettings;
ops.cplex;
solvesdp(F,obj,ops);
It solves my problem ?! I read that yalmip has an internal solver which is not that good as CPLEX but I do not understand what it really does. Its confusing me totally. I call CPLEX and it does not use CPLEX?
Okay thanks for clearly telling me that parallelization is not possible in Yalmip. So the thing is I am calling Yalmip in a for-loop which is really bad performance. And I think calling all in one will increase my computational time towards infinity since I need integer programming (NP hard...). Any idea maybe? But main priority is to get CPLEX work (the real CPLEX...).
Thanks.
Chris