Non-Contradiction / convexjlr

Disciplined Convex Programming in R using Convex.jl.
https://non-contradiction.github.io/convexjlr/
Apache License 2.0
14 stars 1 forks source link

Add support for other solvers like ECOS #4

Open Non-Contradiction opened 6 years ago

Non-Contradiction commented 6 years ago

The support for ECOS solver has been added. Currently it will be a hard dependency for convexjlr. And it is loading at the startup. Maybe need to only install and load it when needed? And may have a systemic way to support other solvers.

So although the support of ECOS solver is finished, leave the issue open for the record.