Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem # 2 Consider the following TSP distance data between six nodes. The goal is to find shortest closed tour. ( [ , 1 5

Problem #2
Consider the following TSP distance data between six nodes. The goal is to find shortest closed tour.
([,15,26,31,44,38],[19,47,53,39,27],[29,43,35,54,62],[34,51,36,22,19],[44,34,59,24,26],[31,27,65,11,29,])
(a) Solve the problem using nearest neighbor heuristic.
(b) Solve the problem using reversal heuristic. Assume the starting tour is 1-2-3-4-5-6-1. Termination criteria: either encountering a local optimal solution, or reaching three iterations.
(c) Identify an upper bound of the TSP.
(d) Identify a lower bound for the TSP.
(e) Find the solution of TSP using B & B approach. At each node, solve the corresponding assignment problem using the Hungarian method ?. Use the following strategy:
Node Selection: When there are several active nodes, select the node with best bound.
Branch Selection: When there are several open branches, pick the branch, whose variable corresponds to longest distance.
Subtour Selection: At a given node, if there are several subtours, pick the subtour with smallest cardinality. Break ties arbitrarily.
image text in transcribed

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

Database Basics Computer EngineeringInformation Warehouse Basics From Science

Authors: Odiljon Jakbarov ,Anvarkhan Majidov

1st Edition

620675183X, 978-6206751830

More Books

Students also viewed these Databases questions

Question

2.4 ? solve linear equations of the form x,y) +b(x,y) cy 0.

Answered: 1 week ago

Question

Which are non projected Teaching aids in advance learning system?

Answered: 1 week ago