Skip to content
OperationsProcess layout and CRAFT

Formulas for this chapter

Process-layout cost

Minimise SUM(i) SUM(j) Xij x Cij

Scoring any process layout. Cij is normally the handling rate times the centroid-to-centroid distance.

Xij
Number of loads moved from department i to department j
Cij
Cost to move one load between departments i and j
n
Total number of work centres or departments

Rectilinear centroid distance

d(i,j) = |xi - xj| + |yi - yj|

Building the distance matrix in a layout problem, exactly as the class CRAFT spreadsheet does with ABS formulas.

(xi, yi)
Centroid of department i in the layout
(xj, yj)
Centroid of department j

Adjacency cost rule

Cost of a flow = loads x rate, rate = 1 unit if departments are adjacent, 2 units if they are more than one apart

The simplified rule the class uses for the six-department factory, when only adjacency is given rather than distances.

loads
Number of moves between the two departments per period
rate
1 for adjacent, 2 for non-adjacent, in the units the question gives
Step 4 of 20
Quick checkPractical

The class's three-department problem. Distances in metres: A to B 20, A to C 40, B to C 30. Flows per day: department 1 to 2 is 30 loads, 1 to 3 is 170, 2 to 3 is 100. In the layout, department 1 sits at A, department 3 at B and department 2 at C.

What is the total load-distance score?