Title: Location-allocation models
1Location-allocation models
- We have a number of existing facilities
- Each existing facility has a demand wj
- We have to place m new facilities
- And we have to decide how the existing facilities
are allocated to the new facilities
2Location-allocation models
Existing facilities
3Location-allocation models
And how do we allocate supply?
How do we locate the new facilities?
4One-dimensional location-allocation by dynamic
programming
Example of heuristic procedure
2
2
2
2
1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
5One-dimensional location-allocation by dynamic
programming
Example of heuristic procedure
Optimal value 2 2 9 13
2
2
2
2
1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
6One-dimensional location-allocation by dynamic
programming
Example of heuristic procedure
Optimal value 3 1 1 7 12
2
2
2
2
1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
7One-dimensional location-allocation by dynamic
programming
- Use Dynamic programming method instead
- Assume that aj lt aj1 j 1,,n-1
8One-dimensional location-allocation by dynamic
programming
- i stages (number of new facilities which have
not been located) - s states (index of first facility which have not
been allocated to a new facility)
9One-dimensional location-allocation by dynamic
programming
- i stages ( new facilities not located)
- s states (first facility not allocated to new)
Stage i
m i located
i - 1 not located
m - i
i - 1
m i 1 s n i 1 if i lt m s 1 if i
m
10One-dimensional location-allocation by dynamic
programming
Example 1 of dynamic programming
2
2
2
2
1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(1)
(2)
(3)
(4)
(5)
11One-dimensional location-allocation by dynamic
programming
Example 2 of dynamic programming
2
1
2½
1½
3
2½
4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(1)
(2)
(3)
(4)
(5)
(6)
(7)
12Two-facility with euclidean distance
A
B
13Two-facility with euclidean distance
A
A
B
B
14Two-facility with euclidean distance
A
A
B
B
15Two-facility with euclidean distance
Three collinear points
A
C
B
16Two-facility with euclidean distance
A
A
A
A
C
C
C
C
B
B
B
B
A
A
C
C
B
B
17Two-facility with euclidean distance
Three collinear points
A
C
B
18Two-facility with euclidean distance