Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-depot open vehicle routing problem (MDOVRP) #1211

Open
ismail-ozturk opened this issue Jan 27, 2025 · 2 comments
Open

Multi-depot open vehicle routing problem (MDOVRP) #1211

ismail-ozturk opened this issue Jan 27, 2025 · 2 comments
Labels

Comments

@ismail-ozturk
Copy link

Hello All, I have a problem with the plan and route of the services of the employees,

Available Data: Locations of Employees' Homes (Latitude, Longitude) = 65Employees
Departure locations of Bus Vehicles (Latitude, Longitude) = 5 Vehicles
Company Location (Latitude, Longitude)
+-------+---------------------------------+
| Index | Name |
+-------+---------------------------------+
| 0 | Company Location |
+-------+---------------------------------+
| 1-5 | Departure locations of Vehicles |
+-------+---------------------------------+
| 6-70 | Locations of Employees |
+-------+---------------------------------+
my aim is to automatically assign the personnel to the vehicles and deliver them to the company at the best route and time.
by the way, the vehicles can seat a maximum of 16 people. How can I do this with VROOM. Could you help me this issue?

@jcoupey
Copy link
Collaborator

jcoupey commented Jan 28, 2025

You probably want to describe employees homes as job objects since you'll be picking up people at those places. Vehicles would have their own starting point and end at the company location. Did you try any of this already?

@ismail-ozturk
Copy link
Author

I will try now . Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants