Open vehicle routing problem (Multi Vehicle) #1378
ismail-ozturk
started this conversation in
General
Replies: 1 comment
-
Hi @ismail-ozturk. We have a full Quick Start / Tutorial discussing a lot of items which you'll need for your use-case. You can follow it here: https://docs.timefold.ai/timefold-solver/latest/quickstart/quarkus-vehicle-routing/quarkus-vehicle-routing-quickstart If you want to dive directly into the code, we also have quickstarts:
Note that these are mostly about delivering from a set location to a list of locations. For this pickup/dropoff, you'll need to adjust the code a bit. Kind regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All, I have a problem with the plan and route of the services of the employees,
| Index | Name |
|--------|-------------------------------------|
| 0 | Company Location |
| 1-5 | Departure locations of Vehicles |
| 6-70 | Locations of Employees |
Vehicle person capacity= 16
my aim is to automatically assign the personnel to the vehicles and deliver them to the company at the best route and time.
How can I do this with TimefoldAI. Could you help me this issue?
Beta Was this translation helpful? Give feedback.
All reactions