html>
| 1. Introduction | 2. Example | 3. Main Menu | 4. Printing | 5. Graphs | 6. Modules |
There are three plant location models. The first module is the standard qualitative/subjective weighting system. Several factors are identified which are considered to be important for the location decision. Weights are assigned to these factors and scores for these factors are determined for the various possible sites. The program computes the weighted sum of the scores (and identifies the site with the highest score)
The second and third methods are quantitative methods for location on a line (one dimensional) or a plane (two dimensional). In the one dimensional case the coordinate or street number must be given while in the two dimensional case both a horizontal coordinate and a vertical coordinate must be given. In either case, the program will have a default weight of 1 trip per location but this may be changed to reflect different numbers of trips or different weights of materials. The program will find the median location and the mean location and total weighted and unweighted distances from each location.
NOTE: Some of the location models called 1 and 2 dimensional location are also known as "center of gravity" models in some textbooks
If the qualitative model is chosen then the general framework is given by the number of factors and the number of potential sites. In the screen below we show an example with 7 factors and 3 potential sites.
Factor weights. Weights should be given for each factor. The weights can be given as whole numbers or fractions. Generally, weights sum to one or one hundred but this is not a requirement.
Scores. The score of each city on each factor should be given.
Example 1 - Weighted Location Analysis
In the screen above we display a filled in sample along with the solution. Notice that the cities and the factors have been named.
The output is very straightforward and consists of the following.
Total weighted score. For each city the weights are multiplied by the scores for each factor and summed. The total is printed at the bottom of each column. For example, the score for Houston has been computed as
10*90 + 30*80 + 5*60 + 15*90 + 20*50 + 10*40 + 5*30 = 6500
which is listed at the bottom of the Houston column.
The weighted average (Total Score/Total Weight) is also displayed for each potential location.
One Dimensional Siting
If one dimensional siting is chosen then the general framework consists of a column of weights or trips and a single coordinate or address column. The required information in order to get started is the number of sites to be included in the analysis.
The solution screen which includes the data for a four site analysis is given in the screen below.

The information which is to be filled in is:
Weight/trips. The weight or number of trips to and or from each site. The default value is 1 for each location. This is what should be used when all customers/locations are considered to be equal. If more trips are made to one customer than another then this can be included in the weight/trip column. If the number of trips is the same but the weight of the materials differs then this should be included.
x coordinate. The coordinate of the locations must be given. This can be expressed in several different ways. These may be street addresses (on the same street since this is one dimensional), they may be floors in a building (it is possible for the dimension to go up instead of across) or they may be East-West or North-South coordinates where a negative number means West and a positive number means East or a negative number means South and a positive number means North.
Our sample problem with a solution appears above. The output again is very straightforward.
Total weight or number of trips. In order to find the mean or median location it is necessary to determine the total number of trips or total weight. In the example, there are 13 total trips so the middle trip is the 7th.
The mean location. This is the location which minimizes the sum of the squares of the distances of the trips. In general, the interesting question is whether a manager should minimize total distance or total distance squared. Notice in this example that one yields an answer at block 2800 and the other yields an answer at block 3100-3200.
The median trip. The median trip is identified as trip number 7 and occurs from the location at 2800.
The information for two dimensional siting is analogous to the information required for one dimensional siting. Again, the only set-up information is the number of locations. The screen above contains the data and solution for a two-dimensional siting problem. The only difference between the data for one and two dimensional siting is the extra column that now appears for the second coordinate data. Data is to be entered in the exact same way as for one dimensional siting.
Example 3 - Two dimensional location
The solution screen for two dimensional siting has a large amount of information as exhibited above. Some of the information is the same as that of one dimensional siting and some is extra.
Weighted X-coordinate This is simply the coordinate multiplied by the number of trips. In the example the number of trips is positive for each of the first five locations but 0 for the last two. The multiplications by the weights can be seen.
Weighted Y-Coordinate.. This is identical to the previous column except that it is the y coordinate which is multiplied. These weighted columns demonstrate the computations that lead to the answers below the data. The average of these columns are the answers. Notice in this example that dividing by 7 yields the first (unweighted) average and dividing by the sum of the weights which is 320 yields the second (weighted) average.
Median. The median trip is 160 (there is no 160.5) and the median x coordinate is
132 while the median y coordinate is 75.
Tables of distances from point to point can be displayed.
Distance. The distance column contains the total distance from every site to this site. The means for computing the distance depends on the label on top of this column as explained above. The number 997.665 for raw material 1 means that the site of raw material one at coordinates 132, 123 has a total distance of 997.67 from each of the other 6 sites. That is, if you made one trip from the each of the six sites to the site of raw material 1 it would cover a distance of 997.67. Another way to view this column is to say that potential site 1 is more central than potential site 2 because it has a distance of 921.71 which is the smaller than the 1018.99 of potential site 2.
Weighted Distance. The numbers in the distance column do not take into account that different numbers of trips are made between points or that different amounts of material are moved between points. This column multiplies the distance times the number of trips or amount of materials moved. Again though, potential site 1 seems to have the advantage over potential site 2.
Note: It is possible, and maybe even useful, to solve the one dimensional problem by using the two dimensional model. In order to do this simply set one coordinate equal to zero.
A graph is also available.
| 1. Introduction | 2. Example | 3. Main Menu | 4. Printing | 5. Graphs | 6. Modules |
|
©
Prentice-Hall, Inc. A Simon & Schuster Company Upper Saddle River, New Jersey 07458 |