Linear Programming

Many kinds of optimization problems can be expressed as linear programs (LPs). All LPs can be expressed in the following form: maximize cTxc^T x subject to the following constraints: Ax=bAx=b and x0x \geq 0. In this formulation, AA is a matrix, and b,c,xb, c, x are vectors.