Solver And how to change it

  1. How can I understand that CVX uses what kind of solver for solving my problem ?

  2. Does CVX solver change automatically when a solver fails to solve a problem ?

  3. How can I change the solver ?

You would be well served to read the CVX User’s Guide.

http://web.cvxr.com/cvx/doc/solver.html#selecting-a-solver addresses your questions. Note that CVX does not automatically change solver when it fails to solve a problem.

1 Like