How to stop printing when I use CVXQUAD

To avoid using the successive approximation method, I’ve downloaded CVXQUAD. It works good, but in the command window, it prints a lot of stuff as follows:

Using Pade approximation for exponential
cone with parameters m=3, k=3

=====================================
Using Pade approximation for exponential
cone with parameters m=3, k=3

So my question is how to cancel the printing of the above.

I don’t think there is any documented user-level way to do that. Perhaps you can find and modify the relevant CVXQUAD source code.

Thank you very much! I changed the CVXQUAD source code and removed printing.

BTW, if you have access to Mosek (9.x), you can use that with CVX 2.2, which will utilize Mosek’s native exponential code capability, which is better than using CVXQUAD (but CVXQUAD is still needed if you use its matrix level log related functions).

Thanks you very much, for my code if I use Mosek, some problems can occur. That’s why I use SDPT3.

Maybe if you provide enough information on the problems you encounter with Mosek, one of the forum readers from Mosek can provide suggestions.