Duale Transformationsregeln

Mit diesen Regeln lässt sich ein primales Problem in ein duales Problem umwandeln. Das kann dann zum Beispiel mit dem dualen Simplex gelöst werden.

 Primal  Dual  Ungleichung  nicht-negative Variable  Gleichung  freie Variable  nicht-negative Variable  Ungleichung  freie Variable  Gleichung \begin{array}{rll} \hline \text { Primal } & & \text { Dual } \\ \hline \text { Ungleichung } & \leftrightarrow & \text { nicht-negative Variable } \\ \text { Gleichung } & \leftrightarrow & \text { freie Variable } \\ \text { nicht-negative Variable } & \leftrightarrow & \text { Ungleichung } \\ \text { freie Variable } & \leftrightarrow & \text { Gleichung } \\ \hline \end{array}

Primales Problem

minx,ycx+dy s.t. Ax+ByaCx+Dy=bx0\begin{array}{ll} \min _{x, y} & c^{\top} x+d^{\top} y \\ \text { s.t. } & A x+B y \geq a \\ & C x+D y=b \\ & x \geq 0 \end{array}

Duales Problem

maxu,vau+bv s.t. Au+CvcBu+Dv=du0\begin{array}{ll} \max _{u, v} & a^{\top} u+b^{\top} v \\ \text { s.t. } & A^{\top} u+C^{\top} v \leq c \\ & B^{\top} u+D^{\top} v=d \\ & u \geq 0 \end{array}