7
5.7. In Problem 5.6 draw the contour corresponding to the value z = 10. Compute the
coordinates of each corner point of the contour.
Solution
c1=2, c2=8, c3=0, c4=0
5.8. Consider the problem of designing a complex of six novelty and craft shops A, B, C,
D, E, F in a resort area. The six shops are to be located in a rectangular building
consisting of six locations arranged as two rows and three columns. The corresponding 6
cells or sites in a rectangular grid of the floor of the building are numbered from left to
right and top to bottom as 1, 2, 3, for the first row; and 4, 5, 6 for the second row. Each of
the six sites is a candidate for the location of each shop. The travel costs between
locations, shown in the matrix on the left, are proportional to the rectilinear distances.
Distances are measured in units of site widths, between the centers of sites. The matrix on
the right shows the number of trips between facilities:
0 1 2 1 2 3 0 4 6 2 4 4
1 0 1 2 1 2 4 0 4 2 2 8
2 1 0 3 2 1 6 4 0 2 2 6
1 2 3 0 1 2 2 2 2 0 6 2
2 1 2 1 0 1 4 2 2 6 0 10
3 2 1 2 1 0 4 8 6 2 10 0
(a) What kind of model can be used for solving this problem? (b) Find a lower bound on
the total cost. (c) If shops A, B, C, D, E and F are assigned to locations 2, 4, 5, 3, 1, and
6, respectively, find the total cost of this assignment. (d) How many terms does the
objective function have? (e) Find the terms (coefficients and variables) associated with
the assignments of facilities A and B.
Solution
(1,11)