From a94dedc9df4e16699062445f5626fc9094a37190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 8 Jan 2024 05:35:31 +0100 Subject: [PATCH] [docs] Add SDPLR to list of solvers (#3644) --- docs/packages.toml | 2 ++ docs/src/installation.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/packages.toml b/docs/packages.toml index 71858569752..bb64c67c369 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 |