Hello everyone!
I have both latest versions of Mosek and Yalmip installed on my Matlab2015a. I am trying to solve geometric programming problem that has binary variables. I have specified my options as following
ops2 = sdpsettings('verbose',2,'solver','bnb','bnb.solver','mosek-geometric', 'convertconvexquad',0);
but I get error result
problem: -3 solver 'mosek-geometric' is not found.
but when I do yalmiptest
| MOSEK| LP/QP| found|
| MOSEK| SOCP| found|
| MOSEK| SDP| found|
| MOSEK| GEOMETRIC| found|
and before I used Mosek(but not mosek-geometric). The mosek version installed on my PC is standalone version, hence I don't expect any limitations. I use academic-free license.
Hence I have a contradiction: yalmiptest is saying that I have it and problem complains that I don't have it.
Has anyone encountered this kind of issue before? If yes, could you please tell me how to solve it?
Thanks!