Skip to content

Files

Latest commit

c98b89d · Jan 29, 2021

History

History

Readme.md

NAG Logo

Semi-Definite Programming (SDP)

[handle_solve_pennon | e04svf | e04svc ]

Linear semidefinite programming can be viewed as a generalization of linear programming. While keeping many good properties of LP (such as the duality theory and solvability in polynomial time), SDP introduces a new highly nonlinear type of constraint – matrix inequality. It is an inequality on the eigenvalues of a matrix which depends on the decision variables. Typically, the matrix inequality is written in the form to request all eigenvalues of the matrix to be non-negative, thus the matrix is to be positive semidefinite

Obtaining the NAG Library for Python