Skip to content

Luckseegan/ActivityVRP

Repository files navigation

ActivityVRP

Vehicle Routing Problem with Gurobi

Operations Research II (Continuous Assignment – 01)

A logistics company located at Node 01 has to distribute goods to other nodes (Node 02, Node 03, ..., Node 31). The locations of nodes are given in (x, y) coordinates in the following table. The capacity of a truck is 90 MT.

You are required to perform the following tasks:

a) Declare decision variables, parameters, and indices. (10 marks)

b) Construct the distance matrix. (10 marks)

c) Formulate the Mixed-Integer Linear Programming model. (30 marks)

d) Find solutions using MS Excel Solver or any solver available in Python. (40 marks)

e) Discuss the assumptions that you made and the implications of the answer(s) you found in the above. (10 marks)

Total Marks: 100

Node X-coordinate Y-coordinate Demand (MT)
1 50 50 -
2 92 2.43 17
3 4.43 86.1 4
... ... ... ...
31 7.4 24 16

About

Vehicle routing problem with gurobipy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published