9 Network Models - Part I
9 Network Models - Part I
MSCI 603
Introduction
Transportation, Assignment, and Transshipment models are
special types of LP problems
They also belong to a class of problems called “Minimum Cost
Network Flow” problems
Assignment
Transportation Shortest Path
åx
i =1
ij ³ d j "j = 1,2, , n
xij ³ 0 "i, j
Minimum-Cost Method
1. Find the variable with the smallest shipping cost (call it 𝑥!" ).
3. As in the northwest corner method, cross out row i or column j and reduce the supply
or demand of the noncrossed-out row or column by the value of 𝑥!" .
4. Then choose from the cells that do not lie in a crossed-out row or column the cell
with the minimum shipping cost and repeat the procedure.
Theorem:
If more than one odd cell in the loop equals θ , you may
arbitrarily choose one of these odd cells to leave the basis;
again, a degenerate bfs will result.
åx
i =1
ij = 1 "j = 1,2, , n
xij = 0 or 1 "i, j
We can ignore the restrictions that 𝑥!" ∈ {0,1} and solve the
assignment problem as a balanced transportation problem.
3. Find the smallest nonzero element, k, in the reduced cost matrix that
is uncovered by the lines drawn in step 2. Subtract k from each
uncovered element in the matrix and add k to each element that is
covered by two lines. Return to step 2.