Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Solve the VRP problem which contains 1 1 nodes ( one depot and 1 0 customers ) and their pairwise air distances, which are asymmetric.

Solve the VRP problem which contains 11 nodes(one depot and 10 customers) and their "pairwise air
distances," which are asymmetric. Here is the demand array of the problem. demand =
np.array([0,78,95,54,61,30,22,15,38,42,34]. I am going to go enter the distance matrix manually from
the excel f,le so you don't have to. Suppose vehicle capacity is 150 units. Node 0 shows depot and each
vehicle should start and finish their tours at depot. - Make sure that customer 6 is visited after customer
8(You may want to change the model). Solve the problem using "route first cluster second" algorithm by
using nearest neighbor for the routing part. Note that the assumption of visiting customer 6 after 8 holds
here as well.
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

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

Advances In Knowledge Discovery In Databases

Authors: Animesh Adhikari, Jhimli Adhikari

1st Edition

3319132121, 9783319132129

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago