@@ -8,7 +8,7 @@ embedded in **[Julia]**. It currently supports a number of open-source and
8
8
commercial solvers ([ Artelys Knitro] , [ BARON] , [ Bonmin] , [ Cbc] , [ CDCS] , [ CDD] ,
9
9
[ Clp] , [ COSMO] , [ Couenne] , [ CPLEX] , [ CSDP] , [ ECOS] , [ FICO Xpress] , [ GLPK] ,
10
10
[ 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
12
12
** [ linear programming] ** , ** [ (mixed) integer programming] ** ,
13
13
** [ second-order conic programming] ** , ** [ semidefinite programming] ** , and ** [ nonlinear programming] ** .
14
14
@@ -38,6 +38,7 @@ commercial solvers ([Artelys Knitro], [BARON], [Bonmin], [Cbc], [CDCS], [CDD],
38
38
[ SCIP ] : https://scip.zib.de/
39
39
[ SCS ] : https://github.com/cvxgrp/scs
40
40
[ SDPA ] : http://sdpa.sourceforge.net/
41
+ [ SDPT3 ] : http://www.math.nus.edu.sg/~mattohkc/SDPT3.html
41
42
[ SeDuMi ] : http://sedumi.ie.lehigh.edu/
42
43
[ linear programming ] : http://en.wikipedia.org/wiki/Linear_programming
43
44
[ (mixed) integer programming ] : http://en.wikipedia.org/wiki/Integer_programming
0 commit comments