1. Introduction 2. Example 3. Main Menu 4. Printing 5. Graphs 6. Modules

Operations/Facility Layout



The facility layout model is used to place departments in rooms in order to minimize the total distance traveled as a function of the distances between the rooms and the flow between departments. In some cases it is necessary to fix certain departments to be located in specific rooms. Distances between rooms may or may not be symmetric. (Usually they are but this is not required.)

There are essentially two methods available. One is pairwise comparison. With this method we try exchanging departments until no exchange will reduce the total amount of movement. Unfortunately, this method is not guaranteed to always find the best layout. The method that is guaranteed to do so is explicit enumeration. Unfortunately, this can take a large amount of computation time for large problems.

Data



The framework for layout is given by the number of departments or the number of rooms which we assume to be the same since each department must be assigned to one and only one room.

The data which is shown below essentially consists of two tables of numbers - one for the flows and one for the distances.

Interdepartmental flows. The number of trips from one department to another is indicated in a table termed the flow matrix.

Distance Matrix. The distance between rooms is entered in this table. Typically the distance matrix will be symmetric. The choice is made at the beginning of the module. That is, the distance from Room i to Room j is the same distance as for Room j to Room i.

A sample set of data appears in the screen below. Notice in this example that the distances are not symmetric

Solution



The solution simply is to assign the departments to the appropriate rooms. The total movement is also noted.

Room Assignments. On the right of each department row will appear the room in which the department should be placed. In our example department 1 should be placed in room 1, department 2 should be placed in room 5, department 3 should be placed in room 4, department 4 should be placed in room 2 and department 5 should be placed in room 3.

Total Movement. The sum of the products of the number of trips times the distance is listed at the top. This is what we are trying to minimize.

It is possible to display the individual multiplications of room to room distances by process to process flows. This is shown (partially) below.

Fixing departments in specific rooms



If the room name appears in the column labeled "FIXROOM" then that department will be fixed in that room. Suppose that in our previous example we are required to have department 5 placed in room 2. Then to accomplish this we place "room 2" in the row for department 5 in the "FIXROOM" column using the dropdown box.

The solution can be seen below. The room assignments are, of course, different and the total movement is, of course, greater than before.





1. Introduction 2. Example 3. Main Menu 4. Printing 5. Graphs 6. Modules



























[Link to the POM Catalog Page + Link to the QM Catalog Page + Software Download Page
Link to The Decision Science Catalog Page + On Line User Guide + Feedback]



© Prentice-Hall, Inc.
A Simon & Schuster Company
Upper Saddle River, New Jersey 07458

Legal Statement