Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(a) Using the Clark and Wright savings heuristic, construct a tour for the data given in the distance matrix in Table 1. Assume node 1
(a) Using the Clark and Wright savings heuristic, construct a tour for the data given in the distance matrix in Table 1. Assume node 1 is the depot node.
(b) Provide an alternative solution to multi-vehicle routing problems with a basic solution algorithm using Industrial Engineering software such as Minitab, POM, excel solver, Python, etc.). Discuss the results between (a) and (b)
FROM NODE 1233 4 5 6 7 8 - 2.2 5.8 4.0 5.0 8.5 3.6 3.6 2.2 - 4.1 3.6 5.8 9.4 5.0 5.8 3 5.8 4.1 - 3.2 6.1 9.0 6.7 9.2 Table 1 DISTANCE TO NODE (IN MILES) 4 5 4.0 5.0 3.6 5.8 3.2 6.1 - 3.0 3.0 - 3.6 6.3 3.6 6.7 2.0 6.0 6 8.5 9.4 9.0 6.3 3.6 3.6 8.5 7 3.6 5.0 6.7 3.6 2.0 3.6 4.0 8 3.6 5.8 9.2 6.7 6.0 8.5 4.0 -
Step by Step Solution
★★★★★
3.47 Rating (167 Votes )
There are 3 Steps involved in it
Step: 1
Python code to implement Clark and Wright savings heuristic import numpy as np import operator from IPythondisplay import display import pandas as pd from pulp import ClarkeWright Savings Algorithm cl...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