Presentation 9 (Layout II)
Presentation 9 (Layout II)
Presentation 9 (Layout II)
Chapter 6
Layout generation
Pairwise exchange method
Graph-based method
CRAFT
Methods for layout design
Layout evaluation
◦ Distance-based scoring
◦ Adjacency-based scoring
Layout generation
◦ Construction algorithms
Building a block layout by iteratively adding
departments
◦ Improvement algorithms
Incrementally improving an initial block layout
Construction algorithms
SELECT an activity to be placed
PLACE the selected activity in the layout
Selection rules
◦ Choose the departments based on the importance
scores (first place all A, then all E, all I, etc.)
◦ Choose the departments having the largest number
of A (E, I, etc.) relationships with the departments
already in the layout.
◦ Supplement the methods with a procedure for
choosing first department and breaking ties.
◦ Consider costs and user specified placement
priorities.
Construction algorithms
Placement rules
◦ Contiguity Rule
If an activity is represented by more than
one unit area square, every unit area
square representing the activity must share
at least one edge with at least one other
unit area square representing the activity.
◦ Connectedness Rule
The perimeter of an activity must be a
single closed loop that is always in contact
with some edge of some unit area square
representing the activity.
Construction algorithms
Placement Rules
◦ Enclosed Voids Rule
No activity shape shall contain an
enclosed void.
◦ Shape Ratio Rule
The ratio of a feasible shape’s greatest
length to its greatest width shall be
constrained to lie between specified
limits.
◦ Corner Count Rule
The number of corners for a feasible
shape may not exceed a specified
maximum.
Improvement algorithms
“Move” departments around within the block plan.
If the shapes of the departments are not fixed
◦ Too many degrees of freedom to devise a good method for
modifying the block plan.
◦ Most of improvement algorithms limit the kinds of changes that
are permitted.
◦ Basic procedure
CHOOSE a pair (or triple) of activities
ESTIMATE the effect of exchanging them
EXCHANGE them
CHECK to be sure the new layout is better
REPEAT until no more improvements are possible
6
Algorithm classification
BLOCPLAN
LOGIC
Mixed integer programming
Distance Calculations
Centroid is a center of mass
Distance Calculations
If (xi,yi) and (xj,yj) represent the coordinates of two
locations i and j then the distance model measures can be:
◦ Rectilinear: B
◦ Euclidean:
B
y2 y2
y1 y1
x1 x2 x x2 x
x1
Distance Calculations
2-3 1 3 2 4
2-4 1 4 3 2
3-4 1 2 4 3
• Step 1: Select the department pair which has the highest weight (3-4)
• Step 2: Select the third department based on the sum of the relationship
with both selected two departments in step 1 (2)
Graph-based method
Example
• Step 3: Select the
next department
and place it on a
face - inside the
triangle (1)
m m
z f ij cij d ij
i 1 j 1
CRAFT Example
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
1 A A A A A A A A A A G G G G G G G G
2 A Receiving D. A G
Shipping D.
G Which
Shipping
3 A A A A A A A A A A G G G G Department
4 B B B B B C C C C C E E G G G G G G departments
5 B B C C E E E E E E E E
6 B B C C C C C E E E E E E E E to exchange?
7 B B B B B D D D D F F F F F F F E E
8 D D D D D D D F F F
9 D D F F F F F F
10 D D D D D D D D H H H H H F F F F F
Dummy Department
1. Bringing the departments E and D closer
might help to reduce total material flow
2. Bringing the departments F and G closer
might help to reduce total material flow
Exchange E and F
Departments E and F can be reorganized
only if they have the same areas OR
they have common border
CRAFT
Selection Criterion for Exchange
Estimated change in the transportation cost:
◦ Consider two departments i and j:
Dummy Department
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
To calculate the
1 A A A A A A A A A A G G G G G G G G estimated change
2 A Receiving D. A G G Shippingin cost after the
3 A A A A A A A A A A G G G Shipping D.G Departmentexchange:
4 B B B B B C C C C C E E G G G G G G
5 B B C C E E E E E E E E
6 B B C C C C C E E E E E E E E Centroid of F
7 B B B B B D D D D F F F F F F F E E
8 D D D D D D D F F F Centroid of E
9 D D F F F F F F
10 D D D D D D D D H H H H H F F F F F
CRAFT Example
Trial distance matrix
Estimation of the
change in
transportation cost