From 17440c55e33e883ebe588367a576a88375773fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 15 May 2024 17:59:59 +0200 Subject: [PATCH 1/4] Add DSDP to solver list --- docs/src/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/installation.md b/docs/src/installation.md index a54fee843a9..290ace757bd 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) | | ??? | 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 | From 73d5a171dd5ade3dfd17310d2cc5e265fdbb6035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 15 May 2024 18:15:36 +0200 Subject: [PATCH 2/4] Add to packages.toml --- docs/packages.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/packages.toml b/docs/packages.toml index 3665b0c2488..d04044211ee 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -46,6 +46,8 @@ [DiffOpt] rev = "v0.4.2" extension = true +[DSDP] + rev = "7e967c5e0cee9270d97145178dca6ac1e3d42890" [Dualization] rev = "v0.5.8" [ECOS] From 8f64f20cfeeae070e6a6a3747f593f6e65bdedf6 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 16 May 2024 11:46:52 +1200 Subject: [PATCH 3/4] Update docs/src/installation.md --- docs/src/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/installation.md b/docs/src/installation.md index 290ace757bd..2a5159c47ca 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -115,7 +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) | | ??? | LP, SDP | +| [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 | From 1776943ce2a5410b2ac7bf5e690c7c03e0e98b99 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 16 May 2024 12:19:31 +1200 Subject: [PATCH 4/4] Update docs/packages.toml --- docs/packages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packages.toml b/docs/packages.toml index d04044211ee..26e942af8da 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -47,7 +47,7 @@ rev = "v0.4.2" extension = true [DSDP] - rev = "7e967c5e0cee9270d97145178dca6ac1e3d42890" + rev = "v0.2.0" [Dualization] rev = "v0.5.8" [ECOS]