SDP
From OpenOpt
Semidefinite Problems (SDP)
-
- subjected to
-
-
-
-
- (matrix componentwise inequalities)
-
-
-
are positive semidefinite matrices
- OpenOpt SDP example
SDP solvers connected to OpenOpt:
| Solver | License | Info |
|---|---|---|
| cvxopt_sdp | LGPL | requires CVXOPT installed. Can handle iprint = -1, 0 or 1 |
| dsdp | GPL | requires CVXOPT + DSDP installation (latter is performed automatically provided you use Linux apt-get), can't handle linear equality constraints Aeqx = beq. Can handle parameters gaptol (default 1e-5), iprint and maxIter (integers, from prob structure). |
See also:
- wikipedia.org SDP entry
- Semidefinite Programming portal
(by Christoph Helmberg)
- one of recent SDP benchmarks by Hans MittelmannSDP (10 Apr 2008)
- wikipedia.org SDP entry


