diff --git a/docs/packages.toml b/docs/packages.toml index 3665b0c2488..26e942af8da 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -46,6 +46,8 @@ [DiffOpt] rev = "v0.4.2" extension = true +[DSDP] + rev = "v0.2.0" [Dualization] rev = "v0.5.8" [ECOS] diff --git a/docs/src/installation.md b/docs/src/installation.md index a54fee843a9..2a5159c47ca 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -115,6 +115,7 @@ The link in the `Solver` column is the corresponding Julia package. | [CPLEX](https://www.ibm.com/analytics/cplex-optimizer/) | [CPLEX.jl](https://github.com/jump-dev/CPLEX.jl) | Manual | Comm. | (MI)LP, (MI)SOCP | | [CSDP](https://github.com/coin-or/Csdp) | [CSDP.jl](https://github.com/jump-dev/CSDP.jl) | | EPL | LP, SDP | | [DAQP](https://github.com/darnstrom/daqp) | [DAQP.jl](https://github.com/darnstrom/DAQP.jl) | | MIT | (Mixed-binary) QP | +| [DSDP](http://www.mcs.anl.gov/hs/software/DSDP/) | [DSDP.jl](https://github.com/jump-dev/DSDP.jl) | | DSDP | LP, SDP | | [EAGO.jl](https://github.com/psorlab/EAGO.jl) | | | MIT | (MI)NLP | | [ECOS](https://github.com/ifa-ethz/ecos) | [ECOS.jl](https://github.com/jump-dev/ECOS.jl) | | GPL | LP, SOCP | | [FICO Xpress](https://www.fico.com/en/products/fico-xpress-optimization-suite) | [Xpress.jl](https://github.com/jump-dev/Xpress.jl) | Manual | Comm. | (MI)LP, (MI)SOCP |