MATP6640/DSES6780 Linear Programming

An Example of Dantzig-Wolfe Decomposition

Consider the linear programming problem:

\begin{displaymath}
\begin{array}{lccl}
\min & c^Tx & := & x_1 - x_2 - 2x_3 \\...
... x_2 \\
0 \leq x_3 \leq 2
\end{array} \right\}.
\end{array}\end{displaymath}

Thus, cT=(1,-1,-2), A=(1,1,1) and b=3. The Master Problem (MP) is:

\begin{displaymath}
\begin{array}{lrcrcl}
\min & \sum_{j\in J} (c^Tx^j) \lambd...
...&& = & 1 \\
& \lambda_j \geq 0, && \mu_k \geq 0,
\end{array}\end{displaymath}

where $\{x^j:j \in J \}$ is the set of extreme points of X, and $\{d^k:k \in K \}$ is the set of extreme rays of X.


\begin{picture}
(400,300)
\put(200,100){\vector(1,0){200}}
\put(200,100){\vector...
...240){$x_2$ }
\par
\put(201,85){0}
\put(301,85){2}
\put(185,201){2}
\end{picture}



 
John E Mitchell
2000-02-03