Question: Problem # 2 Consider the following TSP distance data between six nodes. The goal is to find shortest closed tour. ( [ , 1 5
Problem #
Consider the following TSP distance data between six nodes. The goal is to find shortest closed tour.
a Solve the problem using nearest neighbor heuristic.
b Solve the problem using reversal heuristic. Assume the starting tour is 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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
