Final Review
Final Review
Final Review
Question #1:
A new warehouse serving 18 existing manufacturing facilities should be built in a way that the
total flow between the warehouse and the facilities is minimized. The facilities are connected by
a network of roads and the flow between them is represented by the weights as shown in the
network below. Where should be the new warehouse located?
Solution:
a) Chinese algorithm:
Solution by Chinese algorithm is in the point X*[4,4].
b) Majority algorithm:
Question #2:
Solve the problem above if the objective is to minimize maximum weighted distance between the
new warehouse and any other existing facility. Consider only first five facilities as shown in the
network below.
X,Y w
1 1,5 6
2 2,5 4
3 2,3 3
4 3,6 2
5 3,2 6
Solution:
1 2 3 4 5
1 - 5 3 5 5
2 - 4 2 4
3 - 4 4
4 - 4
5 -
1 2 3 4 5
1 - 12 6 7.5 15
2 - 6.85 2.66 9.6
3 - 4.8 8
4 - 6
5 -
6*4*5/(6+4)=12
Manufacturing company plans to build a warehouse somewhere near to its three existing plants.
The coordinates of the existing plants and the number of trips to the warehouse a day are given
below.
a) Determine the location for the warehouse which minimizes the maximum distance
between the warehouse and any existing facility.
b) What is the maximum distance?
c) Determine the location for the warehouse which minimizes the total cost.
d) Calculate the total cost if the warehouse is built there.
e) Plot the iso-cost contour line which passes through the point [20,35].
f) It was found that the warehouse cannot be built in the omptimal location. Based on the
iso-cost contour line, suggest which of the following locations should be preferably
considered: [20,35], [20,25], [20,25], [40,35] and [40,20]
a b w
1 20 20 2
2 40 25 3
3 25 35 4
Solution:
a) Use minimax method
a b a+b -a+b
1 20 20 40 0
2 40 25 65 -15
3 25 35 60 10
Optimum solution for the new facility location is on the line segment connecting the
points :
(x1*, y1*) = 0.5(c1-c3, c1+c3+c5) = 0.5 (55,60) = (27.5, 30)
(x2*, y2*) = 0.5(c2-c4, c2+c4 - c5) = 0.5 (55,-25) = (27.5, -12.5)
d) Total cost: m m
f ( x) w i x ai wi y bi
i 1 i 1
e) Iso-cost lines:
Assign weights:
Calculate net pulls:
35
25
f) Alternative locations
35
25
Out of the new locations the ones which should be also considered are [20,25] and [25,20]. Both
have lower cost than the other three options.
Question 4:
Consider the previous question. The management has decided that in order to reduce the total
costs it may build more than 1 warehouse. Determine the optimal number of warehouses and
which plants should be served by which warehouse. It costs 40 units to build each warehouse.
Solution:
Cases to consider:
Case A: 1, 2, 3
Total cost:
Case B: 1 - 2, 3
Case D: 1,3 - 2
Case E: 1-2-3
In order to minimize costs the company should either build 3 warehouses, one for each plant or 2
warehouses, one for plants 1and 3 and one for plan 2.
Question 5:
Facility has 5 departments. Given the relationship chart below determine the most suitable layout
for the facility. Consider A=4, E=3, I=2, O=1, U=0, X=-4. If the departments are only touching
by one point, consider half weight.
Relationship chart:
1 2 3 4 5
1 - E A I E
2 - I O I
3 - X U
4 - U
5 -
Solution:
a) TCR values
1 2 3 4 5 1 2 3 4 5 TCR Order
1 - E A I E - 3 4 2 3 12 1
2 E - I O I 3 - 2 1 2 8 3
3 A I - X U 4 2 - -4 0 2 2
4 I O X - U 2 1 -4 - 0 -1 5
5 E I U U - 3 2 0 0 - 5 4
b) Sequence
Sequence: 1 - 3 – 2 - 5 - 4
a) Procedure for the layout
2 4 2 3?
4 1 4 1-3 => 4
2 4 2
2?
1.5 4 3.5 1
1-2 => 3
3 1 3 2 3-2 => 2
1.5 4 3.5 1
There is a mistake here. The department 5
should have been placed here,
because 4 is the highest Placing Rating!
1 2 1 5?
0.5 1 0.5 0 4?
2 2 5 -2 1-4 => 2
2-4 => 1
3 1 3 -4 3-4 => -4
1 2 -3 -2 5-4 => 0
4 2 5
1 3
Question #6:
Suppose the following layout is provided as the initial layout for CRAFT. The flow-between
matrix and the distance matrix are given below.
a) Given the data and the initial layout, which department pairs will NOT be considered for
exchange?
b) Compute the cost of the initial layout
c) Computed the estimated layout cost assuming that departments E and F are exchanged.
d) Recommend if you would exchange the departments. If the change is recommended show
the new layout and calculate the new cost.
Solution:
a) The areas of the departments are: A=4, B=8, C=6, D=6, E=8 and F=4. The departments A and
F have the same area, also C and D and also B and E. The departments which can be exchanged
are only those which are either adjacent or of the same size. Therefore, the department pairs
which cannot be exchanged by CRAFT are: AD, AE, BF and CF.
TC=(8*25)+(4*50)+(5*25)+(2*50)+(1*25)+(6*45)+(4*30)=1040
A B C D E F
A - 25 80
B - 25 60
C - 55
D - 25
E - 30
F -
Total estimated cost:
TC=(8*25)+(4*80)+(5*25)+(2*60)+(1*55)+(6*25)+(4*30)=1090
Question # 7:
Using BLOCPLAN’s procedure, convert the following From-to chart to a Relationship chart:
From-to chart:
Solution:
Flow-between chart:
A B C D E F G H
A – 9 0 3 0 10 0 0
B – 0 9 5 0 0 0
C – 0 4 0 4 0
D – 1 4 20 7
E – 0 0 0
F – 0 0
G – 20
H –
20 / 5 = 4
Relationship chart:
A B C D E F G H
A – I U U U I U U
B – U I O U U U
C – U U U U U
D – U U A O
E – U U U
F – U U
G – A
H –
Question #8:
The dimensions of a facility with 9 departments are 60mx100m. It was decided to improve its
layout and that the MCRAFT algorithm is the most appropriate one for this task.
a) Show two options for the MCRAFT input layout based on different number of bands.
Always clearly show the sequence of placing the departments in the layout.
b) Which layout will you use as an initial input into MCRAFT?
8 3
5 7
9 6 2
4 1
9 6 4 1
3 bands:
8 3
5 7
9 6 2
4 1
8 5 3
2 7
6
9 4 1
b) Which layout(s) will you use as an initial input into MCRAFT?
The best strategy is to use both layouts as initial inputs, to generate 2 solutions and to
evaluate both alternatives afterwards.
Question #9:
Consider warehouse below. 40 bays (20ft x 20ft) are available for storage. Six product families
are to be stored. Products are received from Dock1 and are shipped out Dock 2. The area
requirement and weekly load rate are below. Determine the layout that will minimize the average
distance traveled per week.
Solution:
Dock 1 …50%
Dock 2 …50%
Consider the layout of 5 equal-sized departments. The material flow matrix is given in the figure
below. Develop the final adjacency graph using the graph-based procedure.
Solution:
C
Question 11:
A Facility has 4 departments of the same size as shown below. A layout rearrangement is being
considered in order to minimize the total cost. The weekly flow of material is represented by the
Flow-Between Chart below. Use a pairwise exchange method to determine the optimal solution.
A B C D 30’
30’
Flow-Between Chart:
Department A B C D
A - 200 3300 700
B - 200 2800
C - 1200
D -
Solution:
Potential arrangements:
A B C D: 30(200 + 200 + 1200) + 60(3300 + 2800) + 90(700) = 477,000
B A C D: 30(200 + 3300 + 1200) + 60(200 + 700) + 90(2800) = 477,000
C B A D: 30(200 + 200 + 700) + 60(3300 + 2800) + 90(1200) = 507,000
D B C A: 30(2800 + 200 + 3300) + 60(1200 + 200) + 90(700) = 336,000
Switch A and D:
Final Arrangement: B D C A
Question 12:
Five machines located in a manufacturing cell are arranged in a “U” configuration as shown in
the layout below. The material handling system employed is a bidirectional conveyor system.
Determine the best machine given the product routing information and production rates in the
table.
Solution: