CVX Warning: The successive approximation method

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 .

1 Like

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.

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.
1 Like

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

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

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

How to find this information? Thankyou.