Get the running time of the inner solver

Uncategorized
Apr 30, 2016
Z

Hi,

Is there an option to get the running time of the inner solver (e.g.) Mosek? I’d like to know how much time was spent on preprocessing.

M

I think not, unless things have changed, or will perhaps change in the future. See CVX Modeling time vs. Solver time .

Z

If I’m not mistaken, to implement that one only needs to surround the inner solver call with tic-toc, and return the result.