Skip to content

Commit 1a4f663

Browse files
authored
Merge pull request #2071 from JuliaOpt/bl/sdpt3
Add SDPT3 in list of solvers
2 parents d50e3fc + 80a182a commit 1a4f663

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ embedded in **[Julia]**. It currently supports a number of open-source and
88
commercial solvers ([Artelys Knitro], [BARON], [Bonmin], [Cbc], [CDCS], [CDD],
99
[Clp], [COSMO], [Couenne], [CPLEX], [CSDP], [ECOS], [FICO Xpress], [GLPK],
1010
[Gurobi], [Ipopt], [Juniper], [MOSEK], [NLopt], [OSQP], [ProxSDP], [SCIP],
11-
[SCS], [SDPA], [SeDuMi]) for a variety of problem classes, including
11+
[SCS], [SDPA], [SDPT3], [SeDuMi]) for a variety of problem classes, including
1212
**[linear programming]**, **[(mixed) integer programming]**,
1313
**[second-order conic programming]**, **[semidefinite programming]**, and **[nonlinear programming]**.
1414

@@ -38,6 +38,7 @@ commercial solvers ([Artelys Knitro], [BARON], [Bonmin], [Cbc], [CDCS], [CDD],
3838
[SCIP]: https://scip.zib.de/
3939
[SCS]: https://github.com/cvxgrp/scs
4040
[SDPA]: http://sdpa.sourceforge.net/
41+
[SDPT3]: http://www.math.nus.edu.sg/~mattohkc/SDPT3.html
4142
[SeDuMi]: http://sedumi.ie.lehigh.edu/
4243
[linear programming]: http://en.wikipedia.org/wiki/Linear_programming
4344
[(mixed) integer programming]: http://en.wikipedia.org/wiki/Integer_programming

docs/src/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ is often more complex. We list below the currently available solvers.
5050
| [SCIP](https://scip.zib.de/) | [SCIP.jl](https://github.com/SCIP-Interfaces/SCIP.jl) | ZIB | MILP, MINLP |
5151
| [SCS](https://github.com/cvxgrp/scs) | [SCS.jl](https://github.com/JuliaOpt/SCS.jl) | MIT | LP, SOCP, SDP |
5252
| [SDPA](http://sdpa.sourceforge.net/) | [SDPA.jl](https://github.com/JuliaOpt/SDPA.jl) | GPL | LP, SDP |
53+
| [SDPT3](http://www.math.nus.edu.sg/~mattohkc/SDPT3.html) | [SDPT3.jl](https://github.com/JuliaOpt/SDPT3.jl) | GPL | LP, SOCP, SDP |
5354
| [SeDuMi](http://sedumi.ie.lehigh.edu/) | [SeDuMi.jl](https://github.com/JuliaOpt/SeDuMi.jl) | GPL | LP, SOCP, SDP |
5455

5556

0 commit comments

Comments
 (0)