Open azeemsav opened 6 days ago
OSQP is a quadratic solver and is used as default for quadratic programs. ECOS is still used as default for conic problems in the default installation. Not sure what issue you are raising.
The documentation for CVXR::solve() states for the optional solver argument the following:
(Optional) A string indicating the solver to use. Defaults to "ECOS".
According to your reply, this is not quite true -- for quadratic programs OSQP is used.
The documentation should be updated to reflect the true state of matters.
I have version 1.0-14
In the CVXR package, the OSQP solver is used by default, not ECOS. This is because the webpage "https://cvxr.rbind.io/cvxr_examples/cvxr_using-other-solvers/" states that the ECOS solver is no longer maintained.