Certain special cases of conic optimization problems have notable closed-form expressions of their dual problems.
Conic LP The dual of the conic linear program :minimize c^T x \ :subject to Ax = b, x \in C \ is :maximize b^T y \ :subject to A^T y + s= c, s \in C^* \ where C^* denotes the
dual cone of C \ . Whilst
weak duality holds in conic linear programming,
strong duality does not necessarily hold.
Semidefinite Program The dual of a semidefinite program in inequality form : minimize c^T x \ : subject to x_1 F_1 + \cdots + x_n F_n + G \leq 0 is given by : maximize \mathrm{tr}\ (GZ)\ : subject to \mathrm{tr}\ (F_i Z) +c_i =0,\quad i=1,\dots,n : Z \geq0 ==References==