Hi,everyone! I have dumped the problem to a file as instructed by the mosek matlab toolbox document, how do I use ‘anapro’ to produce a log like the following:
You cannot use that from Cvx.
Some options
-
- Use the Mosek toolbox directly.
-
- Dump the problem to disk and read it in with Mosek toolbox. And then analyze it with the toolbox.
1 Like
Thank you! You helped me a lot!
Summary of steps:
- use cvx_solver_settings(‘write’, ‘dump.task.gz’); in cvx to produce the mosek task file.
- use [r, res] = mosekopt(‘read(dump.task.gz)’); to read it.
- use [rcode, res2] = mosekopt(‘anapro’, res.prob); to print the log .