CVX Warning: The successive approximation method

Uncategorized
Feb 21, 2020
M

You don’t need to do anything.different. Your problem is solved by CVX/MOSEK. Ignore the warning message. CVX 2.2 should not issue the warning when MOSEK 9.1 is used, but it does anyway.

Just use CVX 2.2/MOSEK 9.1 and enjoy it. If you don’t want to see the warning message, you can follow the directions in http://cvxr.com/cvx/doc/advanced.html#suppressing-the-warning .

K
Replying to #21

Thank-you so much for all this help I am so gratitude towards you.
I need to plot a graph in the end and this warning message is preventing to do so. I will try to figure this out by discussing with some colleagues. Hope to find a solution.

Good-luck.

M

As per the link in my previous post,

If you wish to suppress this warning in the future, simply issue the command

cvx_expert true

before you construct your model. If you wish to suppress this message for all future sessions of MATLAB, follow this command with the cvx_save_prefs command.
K
Replying to #23

I suppressed the warning.
Thank-you for following up this post and providing every help required.

K
Replying to #23

Can you help out in understanding this line:
"val=
cvx real affine expression (scalar)
"

M

Whatever val is, it is a cvx real afrfine expression. if you need more explanation than that, you need to provide context.

R
Replying to #3

How to find this information? Thankyou.