Skip to content

Commit

Permalink
[docs] Add SDPLR to list of solvers (#3644)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Jan 8, 2024
1 parent 156d62b commit a94dedc
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 @@ -84,6 +84,8 @@
rev = "v2.0.0"
[SDPA]
rev = "v0.5.0"
[SDPLR]
rev = "v0.1.0"
[SDPNAL]
rev = "00a3fa19f4e1235587948113b0b681da17f4dab5"
[SDPT3]
Expand Down
1 change: 1 addition & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit a94dedc

Please sign in to comment.