diff --git a/docs/packages.toml b/docs/packages.toml index ca5671b69d7..6d5d040d79e 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -84,6 +84,8 @@ rev = "v2.0.0" [SDPA] rev = "v0.5.0" +[SDPLR] + rev = "v0.1.0" [SDPNAL] rev = "00a3fa19f4e1235587948113b0b681da17f4dab5" [SDPT3] diff --git a/docs/src/installation.md b/docs/src/installation.md index 77c170de30e..96dc73542dc 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -145,6 +145,7 @@ The link in the `Solver` column is the corresponding Julia package. | [SCIP](https://scipopt.org/) | [SCIP.jl](https://github.com/scipopt/SCIP.jl) | | Apache | (MI)LP, (MI)NLP | | [SCS](https://github.com/cvxgrp/scs) | [SCS.jl](https://github.com/jump-dev/SCS.jl) | | MIT | LP, QP, SOCP, SDP | | [SDPA](http://sdpa.sourceforge.net/) | [SDPA.jl](https://github.com/jump-dev/SDPA.jl), [SDPAFamily.jl](https://github.com/ericphanson/SDPAFamily.jl) | | GPL | LP, SDP | +| [SDPLR](https://github.com/sburer/sdplr) | [SDPLR.jl](https://github.com/jump-dev/SDPLR.jl) | | GPL | LP, SDP | | [SDPNAL](https://blog.nus.edu.sg/mattohkc/softwares/sdpnalplus/) | [SDPNAL.jl](https://github.com/jump-dev/SDPNAL.jl) | Manualᴹ | CC BY-SA | LP, SDP | | [SDPT3](https://blog.nus.edu.sg/mattohkc/softwares/sdpt3/) | [SDPT3.jl](https://github.com/jump-dev/SDPT3.jl) | Manualᴹ | GPL | LP, SOCP, SDP | | [SeDuMi](http://sedumi.ie.lehigh.edu/) | [SeDuMi.jl](https://github.com/jump-dev/SeDuMi.jl) | Manualᴹ | GPL | LP, SOCP, SDP |