Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECOS solver is no longer actively maintained #146

Open
azeemsav opened this issue Nov 17, 2024 · 3 comments
Open

ECOS solver is no longer actively maintained #146

azeemsav opened this issue Nov 17, 2024 · 3 comments

Comments

@azeemsav
Copy link

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.

@bnaras
Copy link
Collaborator

bnaras commented Nov 18, 2024

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.

@ondrej-such
Copy link

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.

@ondrej-such
Copy link

I have version 1.0-14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants