Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following closest - point heuristic for building an approximate traveling salesman tour whose cost function satisfies the triangle inequality. Start by selecting an

Consider the following closest-point heuristic for building an approximate traveling salesman tour whose cost function satisfies the triangle inequality. Start by selecting an arbitrary city v. Assume that this city is a valid cycle (into itself) representing the traveling salesman path. Find the city u that is closest to city v and add it to the cycle by inserting city u immediately after city v. Now you have a cycle through two cities (v u). Iteratively continue by finding the city u that is closest to any city in the existing cycle. Lets say that the closest city from the cycle is city v. Again, add u immediately after v and repeat this until you have no cities left outside the cycle. QUESTIONS: 1. Provethat this heuristic returns a tour whose total cost is not more than twice the cost of an optimal tour. Take into account the triangle inequality.

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

Step: 3

blur-text-image

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

Database Concepts

Authors: David Kroenke, David J. Auer

3rd Edition

0131986252, 978-0131986251

More Books

Students also viewed these Databases questions