Distribution System
Distribution System
Network Representation
1 d1
c11
s1 1 c12
c13
2 d2
c21
c22
s2 2
c23
3 d3
SOURCES DESTINATIONS
Transportation Problem
LP Formulation
The LP formulation in terms of the amounts
shipped from the origins to the destinations, xij , can
be written as:
Min cijxij
ij
Optimal Solution
Network Representation
c11
1 1
c12
c13
AGENTS TASKS
c21
c22
2 2
c23
c31
c32
3 c33 3
Assignment Problem
LP Formulation
Min cijxij
ij
Network Representation
50
West. A
36
Subcontractors 16 Projects
28
30
Fed. B
18
35 32
Gol. C
20
25 25
Univ.
14
Example: Hungry Owner
Linear Programming Formulation
Min 50x11+36x12+16x13+28x21+30x22+18x23
+35x31+32x32+20x33+25x41+25x42+14x43
s.t. x11+x12+x13 < 1
x21+x22+x23 < 1 Agents
x31+x32+x33 < 1
x41+x42+x43 < 1
x11+x21+x31+x41 = 1
Tasks
x12+x22+x32+x42 = 1
x13+x23+x33+x43 = 1
xij = 0 or 1 for all i and j
Transshipment Problem
Network Representation
c36
3
c13
c37
s1 1 c14 6 d1
c15 c46
Supply 4 c47 Demand
c23
c24 c56
s2 2 7 d2
c25
5 c57
Min cijxij
ij
s.t. xij < si for each origin i
j
xik - xkj = 0 for each intermediate
i j node k
xij = dj for each destination j
i
xij > 0 for all i and j
Example: Transshipping
Network Representation
ZROX
Zrox 50
5 1
ARNOLD
75 Arnold Thomas 5
8 8
Hewes
HEWES 60
7 3
Super Wash-
WASH 4
75 Shelf Burn
BURN
4 4
Rock-
Wright 40
Example: Transshipping
Constraints Defined
Amount Out of Arnold: x13 + x14 < 75
Amount Out of Supershelf: x23 + x24 < 75
Amount Through Thomas: x13 + x23 - x35 - x36 - x37 = 0
Amount Through Washburn: x14 + x24 - x45 - x46 - x47 = 0
Amount Into Zrox: x35 + x45 = 50
Amount Into Hewes: x36 + x46 = 60
Amount Into Rockwright: x37 + x47 = 40
Optimal Solution
ZROX
Zrox 50
50
75 1
ARNOLD 5
75 Arnold Thomas 5 25
8 8
Hewes
HEWES 60
35
7 3 4
Super Wash-
WASH 40
75 Shelf Burn
BURN
4 75 4
Rock-
Wright 40