Skip to content

Commit

Permalink
Add DSDP to solver list (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored May 16, 2024
1 parent 9a5c781 commit 71c7764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
[DiffOpt]
rev = "v0.4.2"
extension = true
[DSDP]
rev = "v0.2.0"
[Dualization]
rev = "v0.5.8"
[ECOS]
Expand Down
1 change: 1 addition & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 71c7764

Please sign in to comment.