5 - Mathematical Models For Plant Layout IV
5 - Mathematical Models For Plant Layout IV
Some of the slides are adapted from the course textbook and the lecture notes provided by Prof. Andrea Schiffauerova and Prof. Ali Akgunduz
Outline
• Layout Generation Algorithms
• CORELAP
• ALDEP
• MULTIPLE
• MIP
2
Algorithm Classification
3
CORELAP: Computerized Relationship Layout Planning
• Developed for main frame computers
• Construction type
• Adjacency-based method
• CORELAP uses A=4, E=3, I=2, O=1, U=0 and X=-1 values
• Selection of the departments to enter the layout is based on Total Closeness Rating
• Total Closeness Rating (TCR) for a department is the sum of the numerical values
assigned to the closeness relationships between the department and all other
departments.
4
CORELAP
Department selection
1. The first department placed in the layout is the one with the greatest TCR value. If there is a
tie, then choose the one with more A’s (E’s, etc.).
2. If a department has an X relationship with the first one, it is placed last in the layout and not
considered. If a tie exists, choose the one with the smallest TCR value.
3. The second department is the one with an A (or E, I, etc.). 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 the 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 next department is the one with an A (E, I, etc.) relationship with the already placed
departments. If a tie exists, choose the one with the greatest TCR value.
6. The procedure continues until all departments have been placed. ➔ Placement sequence
5
CORELAP
Procedure to Place Departments 8 7 6
• Department neighbors 1 0 5
• Adjacent (in position 1, 3, 5 or 7) with department 0 2 3 4
• Touching (in position 2, 4, 6 or 8) department 0
• Placing rating (PR) is the sum of the weighted closeness ratings between the department to
enter the layout and its neighbors.
TC = wik where k = {departments already placed}
k
• The first department placed in the layout is the one with the
greatest TCR value. If there is a tie, then choose the one with
more A’s (E’s, etc.). Any X relationships?
18
CORELAP – Example 1 A=4, E=3, I=2, O=1, U=0, X=-1
Entering department: 9
PR = E[6,9] = 3
PR = E[6,9] + O[5,9] = 3 + 1 = 4
Entering department: 3
Entering department: 8
PR = E[3,8] + I[8,9]
=3+2=5
Entering department: 1
PR = I[1,3] + U[1,7]
=2+0=2
Entering department: 2
PR = I[1,2] + O[2,3]
=2+1=3
22
CORELAP – Example 2
• Given the relationship chart below, determine the sequence of the placement of the
departments and find the best layout with CORELAP algorithm assuming that all the
departments have the same size.
• Use these closeness values: A=125, E=25, I=5, O=1, U=0, X=-125 and consider half weight if
the departments are only touching by one point.
23
CORELAP – Example 2
• Table of TCR values:
24
CORELAP – Example 2
• The first department placed in the layout is the one with the greatest TCR value.
• If there is a tie, then choose the one with more A (E, etc.).
• Any X? Yes, X with 8.
62.5 125 62.5 62.5 187.5 187.5 62.5 62.5 125 62.5 0
34
CORELAP – Example 2
62.5 125.5 63.5 1 0 12.5 37.5 100 137.5 62.5 12.5 25 12.5 0 0
37
CORELAP – Comments
• The final layouts are evaluated by the distance-based layout score
• CORELAP uses the shortest rectilinear path between the departments
(receiving/dispatch areas are assumed to be on the side of the
departments nearest its neighbor)
38
Algorithm Classification
39
ALDEP – Automated Layout Design Program
• Similar to CORELAP (objectives, requirements)
• Adjacency-based method
40
ALDEP – Procedure
• Department selection
• Randomly selects the first department
• Out of those departments which have “A” relationship with the first one (or “E”, “I”, etc. –min level of
importance is determined by the user) it selects randomly the second department
• If no such department exists it selects the second one completely randomly
• The selection procedure is repeated until all the departments are selected (Always search for the
departments having relationships with the last one placed in the layout – not all)
• Department placement
• Starts from upper left corner and extends it downward
• Vertical sweep pattern
• Sweep width is determined by the user
• Adjacency-based evaluation
• If minimum requirements met, it prints out the layout and the scores
• Repeats the procedure (max 20 layouts per run)
• User evaluation
41
ALDEP
• Vertical sweep pattern
• Sweep width
42
ALDEP – Example
• Use ALDEP procedure to (a) determine the layout vector, (b) construct and evaluate
the layout for the facility based on the relationship chart and the departmental
dimensions given below.
• The dimensions of the facility are 10x18. Use the sweep width of 2 and the minimum
acceptable level of importance “E”. The closeness values: A=64, E=16, I=4, O=1,
U=0, X=-1024
43
ALDEP – Example
• Department selection
• Layout vector
• 4-2-1-6-5-7-3
44
ALDEP – Example
• Layout construction
• Layout vector: 4-2-1-6-5-7-3
• Sweep width: 2
• Final layout
45
ALDEP – Example
• Adjacency score
A=64,E=16,I=4,O=1,U=0,X=-1024
• Layout vector
• 2-1-4-5-6-7-3
47
ALDEP – Example
Alternative Solution
• Layout construction
• Layout vector: 2-1-4-5-6-7-3
• Sweep width: 2
• Final layout • Adjacency score
A=64,E=16,I=4,O=1,U=0,X=-1024
• Adjacency scores
120 104
50
MULTIPLE – Multi-floor Plant Layout Evaluation
• Construction and improvement algorithm
• Distance-based algorithm
• Uses space filling curves to reconstruct a new layout after each iteration
51
MULTIPLE – Space Filling Curves (SFC)
• Space filling curve connects all the grids in a layout
• Each grid is visited exactly once
• Next grid visited is always adjacent to the current grid (only
horizontal or vertical moves)
• SFC is generated by the computer
• SFC allows MULTIPLE to map a layout vector into a two-dimensional
layout
Procedure:
• The departments are placed based on the layout vector (similar as
MCRAFT)
• The SFC is followed until the required number of grid for each
department is reached
52
MULTIPLE – Improvement Algorithm
Example
• Create a MULTIPLE layout for the departments below based on the layout vector 1-2-
3-4-5-6.
• Then build a new layout by exchanging the departments 1 and 5.
• The facility and SFC are given below.
53
MULTIPLE – Improvement Algorithm
Example
• Layout vector 1-2-3-4-5-6
54
MULTIPLE – Improvement Algorithm
Example
• Layout vector 1-2-3-4-5-6
55
MULTIPLE – Improvement Algorithm
Example
• Layout vector 1-2-3-4-5-6
56
MULTIPLE – Improvement Algorithm
Example
• Layout vector 1-2-3-4-5-6
57
MULTIPLE – Improvement Algorithm
Example
• Layout vector 1-2-3-4-5-6
58
MULTIPLE – Improvement Algorithm
Example
• Layout vector 1-2-3-4-5-6
59
MULTIPLE – Improvement Algorithm
Example
• Layout vector 1-2-3-4-5-6
60
MULTIPLE – Improvement Algorithm
Example
• Layout vector 1-2-3-4-5-6
61
MULTIPLE – Improvement Algorithm
Example
• Exchange 1 and 5 – Layout vector 5-2-3-4-1-6
62
MULTIPLE – Improvement Algorithm
Example
• Layout vector 5-2-3-4-1-6
63
MULTIPLE – Improvement Algorithm
Example
• Initial layout →
64
MULTIPLE – Conforming Curves
• Conforming curves are hand-generated curves
Procedure:
• May start and end at any grid
• The curve visits all the grids assigned to a particular department before visiting other
department
• The fixed departments and obstacles are not visited
65
MULTIPLE – Conforming Curves
66
MULTIPLE – Improvement Algorithm
• Final MULTIPLE layout for the CRAFT example
• The cost is lower than for the final layout found by CRAFT!
• MULTIPLE is very likely to obtain lower-cost solutions than CRAFT, since it considers
a larger set of possible solutions at each iteration
67
MULTIPLE – Improvement Algorithm
• Final MULTIPLE layout for the CRAFT example may also need massaging to smooth
the department border
68
MULTIPLE – Improvement Algorithm
• Any SFC or conforming curves could be used to fill the vacant building
• Any vector can be used as the initial layout vector
• Alternative layouts can be generated by trying different SFC
• The cost may not be much different
69
MULTIPLE – Improvement Algorithm
70
Algorithm Classification
71
PLANET
72
Layout Generation Algorithms – Conclusion
• Each layout algorithm has certain strengths and weaknesses
• Capturing well the initial layout, the building shape, fixed departments → CRAFT,
MULTIPLE
• Generating acceptable shapes (rectangular) → BLOCPLAN, LOGIC
• Generating many alternatives → ALDEP, MULTIPLE
73
Algorithm Classification
74
Next Lecture
• MIP
75