Writing Projects

Writing Projects

Question 2.121

1. Write an essay about a variety of situations in which you are personally involved for which a solution of the TSP is (perhaps implicitly) required. Explain under what circumstances it might be valuable to carry out a formal mathematical solution to such TSPs rather than use an ad hoc solution.

Question 2.122

2. Construct an example that shows that in a situation where three day campers must be picked up and brought to camp, it may make a difference if the optimization criterion is minimizing distance traveled by the camp bus versus minimizing average time that the children spend on the bus.

Question 2.123

3. Determine the six largest cities in the state in which you live. By consulting a road atlas (or by some other means), construct the graph that represents the road distances between your hometown and these six other cities. Now apply (a) the nearest-neighbor method, (b) the sorted-edges method, and (c) the nearest neighbor from each city, and pick the minimum tour method to solve the associated TSP. Do you have reason to believe that the answers you get might include an optimum solution among them?