04 The Transportation Problem
04 The Transportation Problem
TRANSPORTATION PROBLEM
Overview
• The transport problem or model of transport first
was set by F. L. Hitchcock, 1941
• Before him similar problems were examined by L.V.
Kantorovich
• The problem of transport was set and resolved
before the linear programming was descovered, and
later it turned out that the problem of transport is
actually a special case of LP and can be solved using
the simplex method
1
18.4.2017.
Overview
• We are considering a situation where we have a certain number of
warehouses (origins) with goods from which we need to supply a
certain number of consumer centers (destinations)
• From each warehouse we can ship goods to every consumer center
• We set the requirement that the total transportation cost should be
minimal
• Beside this, transport model can have other applications
• Every problem that meets the requirements of transport model can
be solved using transport methods,
• The problem of transport is usualy a problem of minimum, but it
can be formulated as a problem of maximum (to maximize profit or
revenue)
2
18.4.2017.
• Oi - Destination i
• Ij - Origin j
• ai - Available quantities of goods at the origin i
• bj - The required quantity of goods at the destination j
• cij - Unit price (cost of transportation) from the origin i to
the destination j (If this is a problem of maximum, then
this can be the revenue or profit that can be earned from
the shippment of one unit from the origin i to the
destination j)
• Xij - Total goods shipped from the origin i to the
destination j
3
18.4.2017.
4
18.4.2017.
m n
min Z i 1 j 1
c ij x ij
x 11 x 12 x 1 n a1
x 21 x 22 x 2 n a2
...
x m 1 x m 2 x mn a m
x 11 x 21 x m1 b1
x 12 x 22 xm2 b2
...
x1 n x2n x mn b n
x ij 0
10
m n
maxv ri s j
i 1 j 1
ri s j cij , i 1, 2, , m; j 1, 2,, n
5
18.4.2017.
11
12
6
18.4.2017.
13
14
7
18.4.2017.
15
16
Transportation methods
8
18.4.2017.
17
18
9
18.4.2017.
19
20
10
18.4.2017.
21
22
11
18.4.2017.
23
24
12
18.4.2017.
25
26
13
18.4.2017.
27
28
14
18.4.2017.
29
30
• To asign some quantity to cell (2,2) we have to reduce the quantities on cells (1,2)
and (2,1)
• The maximum amount that we can take from these cells is min(2500, 4000) and
that is 2500
• New solution will look like this
15
18.4.2017.
31
• Now we have to try to improve this solution. Again, we are going to use stepping
stone method;
• d1,3 = 7-2+5-2= 8, d1,4 =6-2+5-3= 6, d1,2 =7-5+2-3= 1
• d3,2 =5-2+3-2= 4, d3,3 =4-2+3-2+5-2= 6, d3,4 =5-2+3-2+5-3= 6
• Obtained values for dij (all positive - we try to minimize our goal function)
indicate that this is final and optimal solution (without alternative solutions)
32
16
18.4.2017.
33
34
17
18.4.2017.
35
36
18
18.4.2017.
37
38
19
18.4.2017.
39
40
20
18.4.2017.
21
18.4.2017.
22
18.4.2017.
23
18.4.2017.
24