Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Logistics is important not only for providers of goods, but also for providers of services. Transportation is often the primary concern for companies that provide

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Logistics is important not only for providers of goods, but also for providers of services. Transportation is often the primary concern for companies that provide on-site or in-person services. One such example is a traveling circus like Ringling Brothers and Barnum \& Bailey, "The Greatest Show On Earth". The Ringling Brothers and Barnum \& Bailey circus "cheats" by actually having two touring circuses, the "red" circus and the "blue" circus, which tour the country simultaneously and thus are able to cover more cities. In this homework, we will be looking at the travels of a fictional circus with just a single touring unit. This Atlanta-based circus plans to visit 24 cities, listed in the table below. After visiting all of the cities, the circus will return to Atlanta. As one might imagine, the travel costs associated with a circus are quite high. Special vehicles, equipment, foods, etc. are needed to transport the tigers, elephants and other circus animals. Other equipment, such as high-wire apparatus and set construction materials, are also expensive to transport. Therefore, the circus would like to minimize its transportation costs during its national tour. Of course, a benefit of minimizing travel time is that the circus will have more time to perform, and thus generate more revenue. Because the special circus vehicles can only travel on major highways, we can assume a constant speed for every highway. Therefore, minimizing travel time is equivalent to minimizing travel distance in this case. The goal of the circus is to find a good tour of all the cities; that is, to find a path that visits each city and then returns to its starting point. Of course, some tours are shorter thanothers, and the optimal tour is the one which covers the least total distance. he raw city-to-city distance data (HW2data.xls) can be found in an Excel spreadsheet on Canvas. All distances are symmetric; the distance from city A to city B is the same as the distance from city B to city A. 1. Use your own intuition to get the shortest-distance circus tour you can find. Do not use any of the algorithms from class - don't worry, you'll have plenty of opportunity for that in the rest of the homework, and your grades will not depend on the quality of the solution you find in this part. For now, just try using your intuition and logic. Draw your best answer clearly on a copy of the map (HW1map.gif), and give the total distance. 2. Using the distances provided on the website (do not just go by eye, as the graphical plot is not to scale), use the traditional Nearest Neighbor heuristic from class to find the best route for the circus to take. Draw your answer clearly on a copy of the map, provide a list of the edges in the order that you choose them, and give the total distance. 3. Repeat the above question, but use the Nearest Insertion heuristic instead of Nearest Neighbor. Start your tour by choosing first the arc with minimum cost. Draw your answer clearly on a copy of the map, provide a list of the nodes in the sequence that you insert them, and give the total distance. 4. A truck stationed at the depot (location 0) is to serve the demand of sales points 1 through 7, depicted in Figure 1, using a single tour. The distances between the depot and the sales points are given in Table 1. The network is symmetric. (3 points) Table 1: Distances between depot and sales points Figure 1: Geographic Locations of Depot and Sales Points 4c) Draw the minimum spanning tree again on the network below, but this time, also include the arcs in W as dotted lines. Then, specify a tour TC of the nodes that uses each arc in your diagram exactly once. Note that in order to use each arc exactly once, you will visit some nodes more than once in the tour TC. Figure 3: Minimum spanning tree with perfect node matching Tour using each arc in this diagram: 4d) Complete Christofides heuristic by introducing shortcuts to avoid revisiting nodes in TC, such that a feasible solution to this instance of TSP results. Draw your TSP tour on the diagram provided. Indicate the cost of the TSP tour. Figure 4: TSP tour 5. An online book retailer packs books into boxes, and the retailer has a contract with a shipper specifying that any box weighing less than or equal to 20 pounds can be shipped for $8 per box. Because the boxes are relatively large, and books relatively small, it is safe to assume that the volume of the boxes is not a constraint for any order. Instead, assume that the 20 -pound weight is the relevant constraint on each box. Obviously, one book cannot be split across separate boxes. An order is received from an avid reader in Fayetteville, AR, for the books specified in Table 3. (1.5 points) Table 2: Book weights (lbs) 5a) What is lower bound on the shipment cost for this order? 5b) Use the best fit bin packing heuristic to pack the books into boxes, and process the books in the order they are indexed in Table 3 above. Specify the cost of the associated shipment. 5c) Theoretically, offline bin packing heuristics have better performance than online bin packing heuristics. In this case, we do have access to all item sizes when starting a heuristic, so it should be advantageous to use an offline heuristic. Use the first fit decreasing bin packing heuristic to pack the books into boxes, and specify the cost of the associated shipment

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Foundations of Lodging Management

Authors: David K. Hayes, Jack D. Ninemeier, Allisha A. Miller.

2nd edition

132560895, 978-0132560894

More Books

Students also viewed these General Management questions

Question

How do bank failures cause the economy to go into recession?

Answered: 1 week ago