qcqp
qcqp copied to clipboard
qcqp requires un-supported version of MOSEK and how to use qcqp.suggest(RANDOM)
Hi, jaehyunp , I meet the following error:
_mosek.solsta.near_optimal: s.OPTIMAL_INACCURATE,
AttributeError: type object 'solsta' has no attribute 'near_optimal'
Current version of MOSEK > 9.1.11,but it is not compatibility with CVXPY 0.4.11.How to solve this problem?could you please give a compatible version of MOSEK.
And I also have question about the implement of function qcqp.suggest(RANDOM) with parameter RANDOM. Why I have different results every time when I use qcqp.suggest(RANDOM, solver=cp.CVXOPT)?
Have the issue been resolved? I met the same issue....