Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 2. Consider an 5-node network (with 0 as the depot vertex and 4 other vertices) where the travel cost matrix and the demands
Question 2. Consider an 5-node network (with 0 as the depot vertex and 4 other vertices) where the travel cost matrix and the demands are as follows: 0 1 2 3 4 1 2 279 420 0 0 279 0 420 256 0 288 349 565 341 216 122 3 565 256 288 349 0 444 4 341 216 122 444 0 a) Find the TSP solution using the Nearest Neighbor heuristic. b) Find the TSP solution using the Insertion heuristic. c) Find the TSP solution using the Clarke & Wright Savings heuristic. d) Using an exchange-neighborhood type algorithm where you exchange two vertices, try to improve your solution in (a) or show that it may not be improved.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Answer a Nearest Neighbor Heuristic Start at the depot vertex node 0 At each step select the nearest unvisited vertex and move to it Repeat until all ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started