Operations Sequence Analysis
Operations Sequence Analysis
D E F
For department A, departments B, D, and E are adjacent and one distance away.
Departments C and F are two distances away.
Similarly for Department D, department A, B, and E are adjacent and one distance
away. Departments C and F are two distances away.
Since adjacent departments cannot be moved any closer than they are, the flow
between adjacent departments are not considered.
For nonadjacent departments, the flow between them is multiplied by the number of
grids that separate them. These products are summed to arrive at a total flow
distance for the initial layout.
For example, in the given layout, Deparments A and C, A and F, D and C and D and
F are non-adjacent and are two distance away. By multiplying the flow between
these departments and the distance and adding together, we get the total flow
distance for the layout. After calculating the flow distance, the two non-adjacent
departments that contribute the highest for the flow diatance is selected and
considered for making them adjacent by interchanging with one of the adjacent
departments. The flow diatance for the revised layout is calculated. The process is
repeated till there is scope for improvement.
Let us consider the following example to understand how operations sequence
analysis works.
A college with six departments has to design the layout of these departments to
minimize the distance that students need to walk between classes. Based on the
registration patterns, the daily flow of students between these departments in
hundreds is shown in table 1. The initial layout is given in Figure 1. Using operations
sequence analysis, improve the layout that will minimize the total distance that
students need to walk.
Table 1. Interdepartmental flow Fig. 1. Initial layout
A B C D E F
A - 6 4 8 7 1
B 6 - 2 3 9 5 A B C
C 6 1 - 12 3 4 D E F
D 3 2 10 - 2 5
E 7 11 2 3 - 6
F 6 2 8 10 2 -
The interdepartmental flow matrix is converted into triangular matrix by adding the
flow from and to a department. For example, the flow from A to B is 6 and flow from
B to A is 6.
Therefore, the flow between A and B = 6+6 = 12, Similarly we can find the flow
between all the departments and find the triangular matrix as shown below.
A B C D E F
A 12 10 1 14 7
1
B 3 5 20 7
C 2 5 12
2
D 5 15
E 8
F
A B C A B C D E F
D E F A 12 10 11 1 7
4
B 3 5 2 7
0
C 22 5 12
D 5 15
E 8
F
In the above initial layout, we can calculate the flow distance by multiplying non-
adjacent departments and their distance and adding them together
AC 10 x 2 = 20
AF 7 x 2 = 14
DC 22 x 2 = 44
DF 15 x 2 = 30
Total = 108
Now, Departments D and C with a interdepartmental flow of 22 contributes the most
to the total flow distance. To move them close to each other, we can bring D close to
C by interchanging D with one of the departments adjacent to C
B, E, F are the departments adjacent to C. Let us check the flow of these
departments with C to find the best candidate for exchange
CB - 3 ; CE - 5 ; CF -12
From this we can find that departments B has the least flow of 3 and hence can be
considered. When B is interchanged with D, B will move away from F also. Hence let
us check the flow of B and F ; BF – 7 which is low.
Hence we can interchange B and D. After interchange, the layout becomes
A D C
B E F
AC with the flow of 10 is the largest contributor to total flow distance. Let us consider
interchanging C with one of the departments adjacent to A.
AD – 11; AB – 12; AE – 14; Alll these flows are higher than 10 and hence not
considered.
Let us also consider interchanging A with one of the departments adjacent to C
CD – 22; CE – 5; CF – 12; Of these C and E has the least flow. If we exchange A
with E, E will move away from F. The flow between E and F is 8 which is less than
10. Let us exchange and check whether there is improvement
E D C
B A F
EC 5 x 2 = 10
EF 8 x 2 = 16
BC 3 x 2 = 6
BF 7 x 2 = 14
Total = 46
We can see that EF with the flow of 8 is the largest contributor to total flow distance.
Let us consider interchanging F with one of the departments adjacent to E.
ED -5; EB – 20; EA – 14; least – ED. . If we exchange D with F, D will move away
from B.The flow between D and B is 5. Let us exchange and check whether there is
any improvement.
E F C
B A D
EC 5 x 2 = 10
ED 5 x 2 = 10
BC 3 x 2 = 6
BD 5 x 2 = 10
Total = 36
We can find that 5 is the largest value in the above layout. From the triangular matrix
we can find that values below that above (5, 5, 3, 5 ) are not possible. Hence we can
stop and use the above layout as the final layout.