Skip to content

Commit

Permalink
Merge pull request #2071 from JuliaOpt/bl/sdpt3
Browse files Browse the repository at this point in the history
Add SDPT3 in list of solvers
  • Loading branch information
blegat committed Sep 30, 2019
2 parents d50e3fc + 80a182a commit 1a4f663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ embedded in **[Julia]**. It currently supports a number of open-source and
commercial solvers ([Artelys Knitro], [BARON], [Bonmin], [Cbc], [CDCS], [CDD],
[Clp], [COSMO], [Couenne], [CPLEX], [CSDP], [ECOS], [FICO Xpress], [GLPK],
[Gurobi], [Ipopt], [Juniper], [MOSEK], [NLopt], [OSQP], [ProxSDP], [SCIP],
[SCS], [SDPA], [SeDuMi]) for a variety of problem classes, including
[SCS], [SDPA], [SDPT3], [SeDuMi]) for a variety of problem classes, including
**[linear programming]**, **[(mixed) integer programming]**,
**[second-order conic programming]**, **[semidefinite programming]**, and **[nonlinear programming]**.

Expand Down Expand Up @@ -38,6 +38,7 @@ commercial solvers ([Artelys Knitro], [BARON], [Bonmin], [Cbc], [CDCS], [CDD],
[SCIP]: https://scip.zib.de/
[SCS]: https://github.com/cvxgrp/scs
[SDPA]: http://sdpa.sourceforge.net/
[SDPT3]: http://www.math.nus.edu.sg/~mattohkc/SDPT3.html
[SeDuMi]: http://sedumi.ie.lehigh.edu/
[linear programming]: http://en.wikipedia.org/wiki/Linear_programming
[(mixed) integer programming]: http://en.wikipedia.org/wiki/Integer_programming
Expand Down
1 change: 1 addition & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ is often more complex. We list below the currently available solvers.
| [SCIP](https://scip.zib.de/) | [SCIP.jl](https://github.com/SCIP-Interfaces/SCIP.jl) | ZIB | MILP, MINLP |
| [SCS](https://github.com/cvxgrp/scs) | [SCS.jl](https://github.com/JuliaOpt/SCS.jl) | MIT | LP, SOCP, SDP |
| [SDPA](http://sdpa.sourceforge.net/) | [SDPA.jl](https://github.com/JuliaOpt/SDPA.jl) | GPL | LP, SDP |
| [SDPT3](http://www.math.nus.edu.sg/~mattohkc/SDPT3.html) | [SDPT3.jl](https://github.com/JuliaOpt/SDPT3.jl) | GPL | LP, SOCP, SDP |
| [SeDuMi](http://sedumi.ie.lehigh.edu/) | [SeDuMi.jl](https://github.com/JuliaOpt/SeDuMi.jl) | GPL | LP, SOCP, SDP |


Expand Down

0 comments on commit 1a4f663

Please sign in to comment.