Initial Layout Construction: - Preliminaries

You might also like

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 43

Initial Layout Construction

• Preliminaries
– From-To Chart / Flow-Between chart
– REL Chart
– Layout Scores
• Traditional Layout Construction
• Manual CORELAP Algorithm
• Graph-Based Layout Construction
– REL Graph, REL Diagram, Planar Graph
– Layout Graph, Block Layout
– Heuristic Algorithm to Construct a REL Graph
– General Procedure

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
From-To and Flow-Between Charts

Given M activities, a From-To Chart A Flow-Between Chart represents


represents M(M-1) asymmetric quantitative M(M-1)/2 symmetric quantitative
relationships. relationships, i.e.,
Example:
gij = fij + fji, for all i > j,
f12 f13
where
f21 f23 gij = material flow between activities i and j.
f31 f32
where
fij = material flow from activity i to activity j.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Relationship (REL) Chart

A Relationship (REL) Chart represents A number of factors other than material


M(M-1)/2 symmetric qualitative handling flow (cost) might be of primary
relationships, i.e., concern in layout design.

rij values when comparing pairs of activities:


A = absolutely necessary  5%
r12
E = especially important  10 %
r13
I = important  15 %
r23 O = ordinary closeness  20 %
U = unimportant  50 %
where X = undesirable  5%
rij {A, E, I, O, U}: Closeness Value
(CV) between activities i and j; r is an
ij V(rij) = arbitrary cardinal value assigned to r ij,
ordinal value. e.g., V(U) = 1, etc.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Adjacency

• Two activities are (fully) adjacent in a layout if they share a common border of positive
lenght, i.e., not just a point.

• Two activities are partially adjacent in a layout if they only share one or a finite
number of points, i.e., zero length.

• Let aij  [0, 1]: adjacency coefficient between activities i and j.


 1 if activities i and j are adjacent,

a ij   (0    1) if they are partially adjacent, and
 0 if they are not adjacent.

• Example: 1 2 (Fully) adjacent: a12 = a13 = a24 = a34 = a45 = 1,


Partially adjacent: a14 = a23 = a25 = , and
3 4 5 Non-adjacent: a15 = a25 = 0.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Layout Scores

Two ways of computing layout scores:

• Layout score based on distance:


M 1 M
LSd    V( rij )  d ij
i 1 ji 1

where dij = distance between activities i and j.

• Layout score based on adjacency:


M 1 M
LSa    V( rij )  a ij
i 1 ji 1

where aij  [0, 1]: adjacency coefficient between activities i and j.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Traditional Layout Configuration
• An Activity Relationship Diagram is developed from information
in the activity relation chart. Essentially the relationship diagram is a
block diagram of the various areas to be placed into the layout. Legend

• The departments are shown linked together by a number of lines. The


total number of lines joining departments reflects the strength of the A Rating
relationship between the departments. E.g., four joining lines indicate
E Rating
a need to have two departments located close together, whereas one
line indicates a low priority on placing the departments adjacent to I Rating
each other.
• The next step is to combine the relationship diagram with O Rating
departmental space requirements to form a Space Relationship
U Rating
Diagram. Here, the blocks are scaled to reflect space needs while
still maintaining the same relative placement in the layout. X Rating
• A Block Plan represents the final layout based on activity
relationship information. If the layout is for an existing facility, the
block plan may have to be modified to fit the building. In the case of
a new facility, the shape of the building will confirm to layout
requirements.
Copyright © 1999. Created by Jose
Ventura for the College-Industry Cou
Example
REL chart:

1. Offices Code Reason


O
4 E 1 Flow of material
2. Foreman I 5 O 2 Ease of supervision
5 O 3 U
3. Conference Room 4 I U
3 Common personnel
U
U 2 I 4 Contact Necessary
U
4. Parcel Post U U 2 I U 5 Conveniences
O U 2 O U
5. Parts Shipment U 4 U U 2 I U
U U U 2 I
6. Repair and Service Parts U U U 2
E
3 U U I Rating Definition
7. Service Areas U I A 1
1
A Absolutely Necessary
E 4 U
8. Receiving U 3 U E Especially Important
A I Important
9. Testing E 1 O Ordinary Closeness OK
3
10. General Storage U Unimportant
Copyright © 1999. Created by Jose X Undesirable
Ventura for the College-Industry Cou
Example (Cont.)

5 8 7

10 9 6

4 2 3

Activity Relationship
1
Diagram

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)

5 8 7
(500) (200) (575)

9
(500) 6
10 (75)
(1750)

4 2 3
(350) (125) (125)

1
Space Relationship (1000)
Diagram

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Manual CORELAP Algorithm

• CORELAP is a construction algorithm to create an activity relationship (REL) diagram


or block layout from a REL chart.

• Each department (activity) is represented by a unit square.

• Numerical values are assigned to CV’s:

V(A) = 10,000, V(O) = 10,


V(E) = 1,000, V(U) = 1,
V(I) = 100, V(X) = -10,000.

• For each department, the Total Closeness Rating (TCR) is the sum of the absolute
values of the relationships with other departments.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Procedure to Select Departments

1. The first department placed in the layout is the one with the greatest TCR value. I|f a tie
exists, choose the one with more A’s.

2. If a department has an X relationship with he first one, it is placed last in the layout. If a
tie exists, choose the one with the smallest TCR value.

3. The second department is the one with an A relationship with the first one. If a tie exists,
choose the one with the greatest TCR value.

4. If a department has an X relationship with he second one, it is placed next-to-the-last or


last in the layout. If a tie exists, choose the one with the smallest TCR value.

5. The third department is the one with an A relationship with one of the placed departments.
If a tie exists, choose the one with the greatest TCR value.

6. The procedure continues until all departments have been placed.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Procedure to Place Departments

• Consider the figure on the right. Assume that a department is placed 8 7 6


in the middle (position 0). Then, if another department is placed in
position 1, 3, 5 or 7, it is “fully adjacent” with the first one. It is 1 0 5
placed in position 2, 4, 6 or 8, it is “partially adjacent”. 2 3 4

• For each position, Weighted Placement (WP) is the sum of the numerical values for all
pairs of adjacent departments.
• The placement of departments is based on the following steps:
1. The first department selected is placed in the middle.

2. The placement of a department is determined by evaluating all possible locations

around the current layout in counterclockwise order beginning at the “western edge”.

3. The new department is located based on the greatest WP value.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example

1. Receiving
A
2. Shipping A
CV values:
E E V(A) = 125
3. Raw Materials Storage A O
V(E) = 25
E U U
A U V(I) = 5
4. Finished Goods Storage O
E U U A V(O) = 1
5. Manufacturing O U E O V(U) = 0
A A E U V(X) = -125
6. Work-In-Process Storage A E A
A O U Partial adjacency:
7. Assembly O A  = 0.5
X O
8. Offices A
X
9. Maintenance

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Table of TCR Values

Department Summary
Dept. TCR Order
1 2 3 4 5 6 7 8 9 A E I O U X

1 - A A E O U U A O 3 1 0 2 2 0 402 (5)
2 A - E A U O U E A 2 2 0 1 3 0 301 (7)
3 A E - E A U U E A 3 3 0 0 2 0 450 (4)
4 E A E - E O A E U 2 4 0 1 1 0 351 (6)
5 U O A E - A A O A 4 1 0 2 1 0 527 (2)
6 U O U O A - A O O 2 0 0 4 2 0 254 (8)
7 U U U A A A - X A 4 0 0 0 3 1 625 (1)
8 A E E E O O X - X 1 3 0 2 0 2 452 (9)
9 O U A U A O A X - 3 0 0 2 2 1 502 (3)

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (cont.)

62.5 125 62.5 62.5 187.5 187.5 62.5

125 7 125 125 5 7 125

62.5 125 62.5 62.5 187.5 187.5 62.5

62.5 125 62.5 0 62.5 125.5 63.5 1 0

187.5 5 7 0 125 3 5 7 0

187.5 9 187.5 0 62.5 126.5 9 1.5 0

62.5 125 62.5 0.5 1 0.5

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (cont.)

12.5 37.5 100 137.5 62.5 12.5 25 12.5 0 0

37.5 3 5 7 125 87.5 3 5 7 62.5

37.5 1 9 137.5 62.5 137.5 1 9 4 125

12.5 25 12.5 0 62.5 125 125 125 62.5

0 62.5 125 188 62.5

0.5 1 3 5 7 125

1 2 1 9 4 63.5

0.5 1 1 1.5 1.5 0.5


Copyright © 1999. Created by Jose
Ventura for the College-Industry Cou
Example (cont.)

0.5 1 0.5

12.5 25.5 -60.5 6 -61.5 6


12.5 112.5 3 5 7 -112 8 3 5 7
25 2 1 9 4 -37.5 2 1 9 4
12.5 87.5 75 -62.5 -37.5 12.5

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Planar Graph

• Assumption:
1 if activities i and j are fully adjacent ,
a ij  
0 otherwise.

• A Planar Graph is a graph that can be drawn in two dimensions with no arc crossing.

Planar Nonplanar

• A graph is nonplanar if it contains either one of the two Kuratowski graphs:

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Relationship (REL) Graph

• Given a (block) layout with M activities, a corresponding planar undirected graph, called the
Relationship (REL) Graph, can always be constructed.

1 2 1 2

3 4 5 3 4 5

(Exterior)
6
Block Layout
REL Graph

• A REL graph has M+1 nodes (one node for each activity and a node for the exterior of
the layout. The exterior can be considered as an additional activity. The arcs correspond
to the pairs of activities that are adjacent.
• A REL graph corresponding to a layout is planar because the arcs connecting two
adjacent activities can always be drawn passing through their common border of positive
length.
Copyright © 1999. Created by Jose
Ventura for the College-Industry Cou
Relationship (REL) Diagram

• A Relationship (REL) Diagram is also an undirected graph, generated from the REL
diagram, but it is in general nonplanar.

• A REL diagram, including the U closeness values, has M(M-1)/2 arcs. Since a planar
graph can have at most 3M-6 arcs, a REL diagram will be nonplanar if M(M-1)/2 >
3M-6.
M(M-1)/2 > 3M-6  M  5.

• A REL graph is a subgraph of the REL diagram.

• For M  5, at most 3M-6 out of M(M-1)/2 relationships can be satisfied through


adjacency in a REL graph.

 An upper bound on LSa, LSaUB, is the sum of the 3M-6 longest V(rij)’s.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Maximally Planar Graph (MPG)

• A planar graph with exactly 3M-6 arcs is called Maximally Planar Graph (MPG).

Not MPG since MPG since


has only 5 arcs has 6 arcs
(5 < 6 = 3M-6)

• The interior faces of a graph are the bounded regions formed by its arcs, and its
exterior face is the unbounded region formed by its outside arcs.

EF The tetrahedron has three interior faces (IF 1, IF2


IF1 IF2 and IF3) and an exterior face (EF)

IF3
Copyright © 1999. Created by Jose
Ventura for the College-Industry Cou
Maximally Planar Graph (MPG)
• The interior faces and the exterior face of an MPG are triangular, i.e., the faces are
formed by three arcs.

Not triangular
Not an MPG

• The REL graph of a given a (block) layout may not be an MPG.

Not an MPG

Layout REL Graph


Copyright © 1999. Created by Jose
Ventura for the College-Industry Cou
Maximally Planar Weighted Graph (MPWG)

• An MPG whose sum of arc weights is as large as any other possible MPG is called a
Maximally Planar Weighted Graph (MPWG).

• Using the V(rij)’s as arc weights, a REL graph that is a MPWG has the maximum
possible LSa, close to LSaUB.

• Since it is difficult to find an MPWG, a Heuristic (non-optimal) procedure will be used


to construct a REL graph that is an MPG, but may not be an MPWG (although its LS a
will be close to LSaUB).

• The Layout Graph is the dual of the REL graph.

• Given a graph G, its dual graph GD has a node for each face of G and two nodes in GD
are connected with an arc if the two corresponding faces in G share an arc.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Layout Graph

• Example.

G GD

• The number of nodes in G (primal graph) is the same than the number of faces in G D
(dual graph), and vice versa. In addition,
(GD)D = G.

• Primal Graph is Planar  Dual Graph is planar.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Layout Graph (Cont.)
• Given a layout, the corresponding layout graph can always be constructed by placing
the nodes at the corners of the layout where three or more activities meet (including the
exterior of the layout as an activity). The arcs in the graph are the remaining portions of
the layout walls. E.g.,
a b
Only activity 3 and
exterior meet here
1 2 3 e
c g Activities 3, 5, and
d f
4 5 exterior meet here

(Exterior) h
Layout Layout Graph

• Given a REL graph (RG), its corresponding layout graph (LG) is LG = RGD. E.g.,
6

RGD
1 2 3

4 5
LGD
RG LG
Copyright © 1999. Created by Jose
Ventura for the College-Industry Cou
Layout Graph (Cont.)

• If LG is given, then RG = LGD, but for layout construction, the layout is not known
initially, so LG cannot be constructed without RG.

• If a planar REL graph (primal graph) exist, the corresponding layout graph (dual graph)
is also planar. Therefore, it is possible theorectically to construct a block layout that will
satisfy all the adjacency requirements. In practice, this is not straightforward because the
space requirements of the activities are difficult to handle.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example

REL graph (Primal graph): Space Requirements:

Dept. Area
A B
A 300
B 200
F G C 100
D 200
C D
E 100
F (exterior)

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)

Layout graph (Dual graph):

A B

1 4

8 3 F G
2 5
C D

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)
Square Block Layout:
Block Layout: (areas are not considered)
8 4

A
8 1 6 A B E
1 5
C B F 8
2 3
7 2 3 4 C D F
D E
5 7

• A corner point is a point where at least three departments meet, including the exterior
department.
• Note that each corner point in the block layout corresponds to a node in the layout graph.
In the first block layout, each corner point is defined by “exactly” three departments. In
this case, there is a one-to-one correspondence between corner points and nodes in the
layout graph. In the square block layout, there are two corner points defined by four
departments, i.e., (A, B, C, D) and (B, D, E, F). Each of these two corner points
corresponds to two nodes in the layout graph.
Copyright © 1999. Created by Jose
Ventura for the College-Industry Cou
Heuristic Procedure to Construct a Relationship Graph

1. Rank activities in non-increasing order of TCR k, k = 1, …,M, where


k -1 M

TCRk = 
i1
M a x { 0 , V ( r ik ) }  
j= k + 1
M a x { 0 , V (rkj)} .

(Note that the negative values of V(rik) and V(rkj) are not included in TCRk).

2. Form a tetrahedron using activities 1 to 4 (i.e., the activities with the four largest TCR k‘s).

3. For k = 5, …, M, insert activity k into the face with the maximum sum of weights (V(r ij))
of k with the three nodes defining the face (where “insert” refers to connecting the inserted
node to the three nodes forming the face with arcs).

4. Insert (M+1)th node into the exterior face of the REL graph.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example

REL chart:

CV values:
A
I V(A) = 81
B O V(E) = 27
X I
C U O V(I) = 9
U U A V(O) = 3
D E E V(U) = 1
U E V(X) = -243
E E
O
F

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Table of TCR Values

Department Summary
Dept. TCR Order
A B C D E F A E I O U X

A - I O I O A 1 0 2 2 0 0 105 2

B I - X U U E 0 1 1 0 2 1 38 5

C O X - U E E 0 2 0 1 1 1 58 3

D I U U - U E 0 1 1 0 3 0 39 4
E O U E U - O 0 1 0 2 2 0 35 6

F A E E E O - 1 3 0 1 0 0 165 1

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)

Step 2:

O
A I = rAD  V(rAD) = 9

C
E U

F E D

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)

Step 3: Insert B.

A
I

EF
Face LSa
I I
EF 9 + 1 + 27 = 37 *
IF1 IF2
E X C X IF1 9 + 27 - 243 = -207
E X U IF2 9 - 243 + 1 = -233
E IF3 U
IF3 27 - 243 + 1 = -215
F D

U  Insert B in EF

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)

Step 3 (Cont.): Insert B.

A Face LSa

EF 5
B EF IF1 7
IF1
IF2 IF3
IF2 33 *
C IF3 31
IF4 IF4 31
F D IF5 5
IF5
 Insert E in IF2

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)

Step 4: Call exterior activity EX.

B EX Since arcs (AB), (BD),


and (DA) are the outside
E arcs, EX connects to
C nodes A, B, and D.

F D

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)

• LSaUB is the sum of the 3M - 6 ( 3  6 - 6 = 12), largest V(rij)’s.


In the last example,
LSaUB = V(rAF) + V(rBF) + V(rCE) + V(rCF) + V(rDF) + V(rAB) + V(rAD) + V(rAC)
+ V(rAE) + V(rEF) + V(rBD) + V(rBE) = 81 + 27 + 27 + 27 + 27 + 9 + 9 + 3
+ 3 + 3 + 1 + 1 = 218.

• For the final REL graph, LSa = 218.

• LSaUB = LSa  The final REL graph is an MPWG  It is optimal.


• LSaUB > LSa  The final REL graph may not be an MPWG  It may not be optimal.

• Using the Heuristic procedure, the generated REL graph will always be an MPG since
each face is triangular.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
General Procedure for
Graph Based Layout Construction

1. Given the REL chart, use the Heuristic procedure to construct the REL graph.

2. Construct the layout graph by taking the dual of the REL graph, letting the facility
exterior node of the REL graph be in the exterior face of the layout graph.

3. Convert (by hand) the layout graph into an initial layout taking into consideration the
space requirement of each activity.

REL Chart REL Graph Layout Graph Initial Layout

Space
Requirements

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example

Step 1: (from before)

B EX

E
C

F D

REL Graph

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Example (Cont.)

Step 2: take the dual of RG

A
B EX

E
C

F
D

Layout Graph
Copyright © 1999. Created by Jose
Ventura for the College-Industry Cou
Example (Cont.)

Step 3:

• Initial layout is drawn


as a square, but could
E C
be any other shape.

B D • Only A and B are


nonrectangular.
F

Initial Layout

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Comments

1. If an activity is desired to be adjacent to the exterior of a facility (e.g., a shipping/receiving


department), then the exterior could be included in the REL chart and treated as a normal
activity, making sure that, in step 1 of the general procedure, its node is one of the nodes
forming the exterior face of the REL graph.

2. The area of each interior face of the layout graph constructed in step 2 does not correspond to
the space requirements of its activity.

3. In step 3, the overall shape of the initial layout should be usually be rectangular if it
corresponds to an entire building because rectangular buildings are usually cheaper to build;
even if the initial layout corresponds to just a department, a rectangular shape would still be
preferred, if possible.

4. In step 3, the shape of each activity in the initial layout should be rectangular if possible, or at
most L- or T-shaped (e.g., activities A and B), because rectangular shapes require less wall
space to enclose and provide more layout possibilities in interiors as compared to other shapes.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou
Comments (Cont.)

5. All shapes should be orthogonal, i.e., all corners are either 90 or 270 (e.g., a triangle is not
an orthogonal shape since its corners could all be 60).
6. In step 1, if the LSa of the REL graph is less than LSaUB, then the REL graph may not be
optimal. The following three steps may improve the REC graph for the purpose of increasing
LSa:
a) Edge Replacement: replace an arc in the REL graph with a new arc not previously
in the graph, without losing planarity, if it increases LS a.
b) Vertex Relocation: move a node in the REL graph connected to three arcs to
another triangular face if it increases LS a.
c) Use a different activity to replace one of the four activities of the tetrahedron
formed in step 2 of the Heuristic procedure to construct a new REL graph.

Copyright © 1999. Created by Jose


Ventura for the College-Industry Cou

You might also like