HW4
HW4
HW4
6-1) For each network in Figure 6.32, determine (a) a path, (b) a cycle, (c) a tree, and (d) a spanning
tree.
𝑁 = {1,2,3,4,5}
6-7) Solve Example 6.2-1 starting at node 6 (instead of node 1), and show that the algorithm
produces the same solution. (아래에 Example 6.2-1 참고)
6-10) Figure 6.34 gives the mileage of the feasible links connecting nine offshore natural gas
wellheads with an inshore delivery point. Because wellhead 1 is the closest to shore, it is equipped
with sufficient pumping and storage capacity to pump the output of the remaining eight wells to
the delivery point. Determine the minimum pipeline network that links the wellheads to the delivery
point.
6-12) Electro produces 15 electronic parts on 10 machines. The company wants to group the
machines into cells designed to minimize the “dissimilarities” among the parts processed in each
cell. A measure of “dissimilarity,” 𝑑𝑖𝑗 , among the parts processed on machines 𝑖 and 𝑗 can be
expressed as
𝑛𝑖𝑗
𝑑𝑖𝑗 = 1 −
𝑛𝑖𝑗 + 𝑚𝑖𝑗
Where 𝑛𝑖𝑗 is the number of parts shared between machines 𝑖 and 𝑗, 𝑚𝑖𝑗 is the number of parts
that are used by either machine 𝑖 or machine 𝑗 only.
(b) Show that the determination of the cells can be based on the minimal spanning tree solution.
(c) For the data given in the preceding table, construct the two- and three-cell solutions
(*(b), (c)만 풀면 됩니다)
6-18) The network in Figure 6.36 gives the distances in miles between pairs of cities 1,2,…, and 8.
Use Dijkstra’s algorithm to find the shortest route between the following cities:
6-21) In Example 6.3-5, use Floyd’s algorithm to determine the shortest routes between each
of the following pairs of nodes: (아래에 Example 6.3-5 참고)
6-25) In Example 6.3-6, use LP to determine the shortest routes between the following pairs of
nodes: (아래에 Example 6.3-6, 6.3-4 참고)
(*Formulation만 하면 됩니다.)
6-30) Determine the maximal flow and the optimum flow in each arc for the network in Figure 6.40.