Question: ISE 3 1 6 Project 3 December 2 0 2 4 A delivery company serves 3 8 customers daily. As an industrial engineer working in
ISE Project December A delivery company serves customers daily. As an industrial engineer working in thiscompany, your task is to find the best routes to minimize the total transportation costs withhomogeneous fleet where each vehicle can carry units. Determine the minimum number ofvehicles based on that. shows the depot. You can find the coordinates and the demands in thegiven file. Ensure that the distance matrix is Euclidean. To solve the problem, you need tofollow the steps given below:a Apply Cluster First Route Second algorithms.b Implement Route First Cluster Second algorithms.These two parts are open where you can apply many different combination of construction andimprovement heuristics. For instance, this is a combination: Construction Algorithm x Improvement Algorithm y The detailed instructions are given below: In part a apply construction algorithms. Then, apply one of the improvementalgorithms over the resulting tour from the construction phase. So files will be like:Construction x Improvement y In part b the followings are required:a Use Cheapest Insertion algorithm at construction phase. The secondconstruction algorithm is your choice.b Use an improvement algorithm before the beginning of clustering phase.c Use an improvement algorithm within each vehicles tour. Make sure that it isdifferent from part bd Your files will be in this form: Construction x improvement y improvementz While keeping the time, consider every algorithm you have tried. For instance, in parta, the clustering time must be included in time calculation as well as other usedalgorithms for that particular filealgorithm combination If you tried any combination, provide their codes and store their tour costs and algorithmtimes to a table. From that table, select the best possible algorithm combinationaccording to the tour costs for each part Given costs are same, select the one takes lesstimeCombination cost timeExample for part a: Cheapest Insertion opt secCheapest Insertion exchange secExample for part b: Cheapest Insertion exchangeopt secCheapest Insertion optexchange sec For every solution, write a code that checks whether the vehicle capacity is violated tomake sure that you obtain a feasible solution Bonus: After you obtain the best VRP solution for each part at part code Exchange improvement between vehicle routes.c Find the VRPGurobi file from yulearn and run it for minutes. Apply the code on part above to the output as well. Besides, provide its mathematical formulation to a Wordor latex file. Note that Print screens are not allowed!The structure of the file must conform to the following style:SetsSet symbol DefinitionParametersParameter symbol DefinitionDecision variablesVariable symbol DefinitionMathematical Modela group of equations Explanation of the mathematical modelExample: Objective function equation number explains thatConstraint eq number mentions that coordinates
demands
coordinates
tableDemand,,,,Node IDx coordinate,ycoordinatetable
table
coordinates
demands
coordinates
demands
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
