FP Lec 9 (Compatibility Mode)
FP Lec 9 (Compatibility Mode)
FP Lec 9 (Compatibility Mode)
INE 425
Lec 8
1
CHAPTER 7
LAYOUT
Pairwise Exchange Method
• The majority of layout problems involves the
redesign of an existing facility, which is
typically
Alternative 3 no 2 triggered by the addition of new
machines, changes in product mixes, decisions
related to the contraction and expansion of
storage areas, or a simple realization that the
old layout is no longer adequate for its current
needs.
• Given an existing layout and the problem is to
6Xcome
6X 66 up with an improved layout.
Pairwise Exchange Method
• We will discuss the layout improvement based on
minimizing the total cost of transporting materials
among all departments in a facility.
Alternative 3 no 2
• We will assume that the distance between
departments is rectilinear and is measured form the
department centroids.
• The pair wise exchange procedure is illustrated
through the following example.
• Consider four department of equal size. The material
flows between department are given in table 1, and
6X 66 existing layout is shown in Figure 1
The
6X
Pairwise Exchange Method
Alternative 3 no 2
6X
6X66
Alternative 3 no 2
Alternative 3 no 2
Alternative 3 no 2
6X
6X66
Graph-Based Construction Method
• Consider the block layout shown in Figure 2a . We
first construct an adjacency graph, where each node
represents a department, with a connecting arc
Alternative 3 no 2
between two nodes indicating that two departments
share a common border.
6X
6X66
(a) (b)
Figure 2 Adjacency graphs for alternative block layouts
Graph-Based Construction Method
• A similar graph is constructed for the alternative
block layout shown in Figure 2b
• Which
Alternative 3 noblock
2 plan layout is better? We can score
each block plan layout by summing the numerical
weights assigned to each arc. On this basis, block
plan layout (2b ) is better than block plan
layout(2a)with scores 71 and 63, respectively. Thus,
finding a maximally weighted block plan layout is
equivalent to obtaining an adjacency graph with the
maximum sum of arc weights.
6X
6X66
Graph-Based Construction Method
• We observe that the two graphs shown in Figure 2
are subgraphs of the graph shown in Figure 3b, which
is derived from the relationship chart in Figure 3a.
Alternative 3 no 2
6X
6X66
Alternative 3 no 2
6X
6X66
Graph-Based Construction Method Procedure
• Step 2: Select the third department to enter. The third
department is selected based on the sum of the weights
with respect to the departments 3 and 4. From figure 4a
Alternative 3 no 2 2 is chose with a value of 25.
department
• Step 3: The fourth department to enter by evaluating the
value of adding one of the unassigned departments
represented by a node on a face of the graph. A face of a
graph is a bounded region of a graph. The value of adding
departments 1 and 5 are 27 and 9, respectively.
Department 1 is selected and placed inside the region 2-
3-4, as shown in figure 4b.
6X
6X66
Graph-Based Construction Method
•
Alternative 3 no 2
6X
6X66
Alternative 3 no 2
6X
6X66
Figure 5 Block layout from the final adjacency graph.
CHAPTER 8
COMPUTER ASIDED LAYOUT
Computer Aided Layout
• Enhance productivity & Quality of Solution
• Can not Replace human Judgment
• Types3 of
Alternative no Algorithms
2
– Type of Input Data
• Qualitative Data- REL Chart
• Quantitative Data – F-T chart (from-to chart, flow-between)
– Objectives:
• Minimizing the sum of flow times distance (Distance-Based
Approach)
• Maximizing an adjacency score (Adjacency-Based
6X
6X66Approach)
Computer Aided Layout
Distance-based Algorithms
• Objective function Minimize flow * distance
– Called
Alternative 3 noa2“distance-based” objective
– Distance is measured rectilinearly from the department
centroid
– Input is a from-to chart
(1)
fij = amount of flow (or, number of trips or unit loads) between
departments i and j
6X Cij = cost of moving a unit load between departments i and j
6
6X 6
dij = distance between departments i and j
Computer Aided Layout
Adjacency-based Algorithms
• Objective function Maximize adjacency
Input
Alternative is an
3 no 2 activity relationship chart
Sum of all adjacent relationship values
Easy to use and intuitive
But disregards distance between non-adjacent departments
Means you can generate layouts with similar scores but
vastly different travel distances
(2)
6X
6X66
Discrete Continuous
Examples of Split and Unsplit departments
Alternative 3 no 2
6X
6X66
Figure 6 Examples of split and unsplit departments
Classification of Algorithms
Construction-based
– Develop ‘from scratch' and progressively build layout
– Example
Alternative 3 no 2
• ALDEP (Automated Layout Design Program)
• CORELAP (Computerized Relationship Layout Planning)
Improvement-based
– Start with an initial layout and try to improve it
through incremental changes
– Example
6X • Pair-wise exchange (TWOWAYX)
6
6X 6
• CRAFT (Computerized Relative Allocation of Facilities
Technique)
CRAFT
• First computer-aided layout algorithm (1963)
• The input data is represented in the form of a From-
To chart,
Alternative 3 no 2 or qualitative data.
• The main objective behind CRAFT is to minimize total
transportation cost:
6X
6X66
CRAFT Steps
1. Calculate centroid of each department and rectilinear
distance between pairs of departments centroids (stored in a
distance matrix).
Alternative 3 no 2
2. Find the cost of the initial layout by multiplying the
– From-To (flow) chart,
– unit cost matrix, and
– From-To (distance) matrix
3. Improve the layout by performing all-possible two or three
way Exchanges way
– At each iteration, CRAFT selects the interchange that
results in the maximum reduction in transportation costs
6X–6These interchanges are continued until no further
reduction is possible
CRAFT Steps
Given initial layout
6XGiven
6 load Dept.
CRAFT Steps
Or calculate from to chart distance as
Alternative 3 no 2
Alternative 3 no 2
6X 6
CRAFT Steps
C-D
Alternative 3 no 2
6X 6
CRAFT Steps
B-C
Alternative 3 no 2
The score is
increase
We select
the previous layout
6X 6
Example (page 334)
• Consider a manufacturing facility with seven departments. The
department names, their areas, and the from-to chart are shown
in Table 3. We assume that all the cij values are set equal to 1.
Alternative 3 no 2Table 3 Departmental Data and From-To Chart
6X
6X66
From-To (distance) matrix
A B C D E F G H
E - 3.5 3.25 8
F - 6.75 4.5
G - 11.25
6X
6X66
H -
CRAFT
• Initial CRAFT layout and department centroids for
Example ( z = 2974 X 20 = 59,480 units).
Alternative 3 no 2
6X
6X66
CRAFT
• Intermediate CRAFT layout obtained after
exchanging departments E and F (z = 2953 X 20 =
59,060 units).
Alternative 3 no 2
6X
6X66
CRAFT
• Final CRAFT layout (z = 2833-50 X 20 = 56,670 units).
Alternative 3 no 2
6X
6X66
BLOCPLAN
• Like MicroCRAFT, arranges departments in bands
• Uses a relationship chart as well as a from-to chart
– Can be used only one at a time
Alternative 3 no 2
• Objective function: Measures layout “cost” using
– distance based, or
– adjacency-based, or
– REL-DIST
• Number of bands determined by the program
– Usually two or three bands
• Band widths may vary
• Departments contained in only one band
– departments are rectangular
6X 6
• Uses continuous layout representation
• Can do both construction and improvement
CORELAP
• Computerized Relationship Layout Planning
• Construction algorithm
• Inputs
– Relationship
Alternative 3 no 2 chart
– Number of departments
– Area of each department
– Weight of REL chart entries
• Calculates a total closeness rating (TCR) from the relationship chart
• Department with highest TCR is placed in the center
• Tie-breaker is area size
• Next department chosen by the relationship with first department
– Start with A relationships
– If no A’s, then E’s, I’s, etc.
• Calculate the placement rating
6X 6 on relationship weights
– Based
– Sum of weights of adjacent departments
– Tie breaker is boundary length
CORELAP
Example
Use CORELAP to determine the layout for the given relationship
TCR
Alternative 3 no 2
Select 6X 6
the greater TCR
Select the Department 3, then select the department with the high relation with Dept. 3
We find Dept. 2, then select the Department with high relation with Dept. 3, 2
We select Dept. 4
CORELAP
The layout is
Alternative 3 no 2
6X 6
Thank you