-
-
Notifications
You must be signed in to change notification settings - Fork 383
VRP Algorithms
List of VRP algorithms with basic information, links, etc. All of these problems are NP-hard and exact solutions are not worth the effort to implement. They are only interesting from an academic point of view. In the real world there are many iterative solutions the give good results in reasonable run-times. Our current TSP solution uses simulated annealing, our single depot with time windows uses a TABU search. If you are interested in working on these I strongly recommend that you read up on TABU search and plan to implement it using a TABU search algorithm. We are open to others solvers but I would be good to discuss that on the dev list and explain the benefits of another algorithm so we can all learn from the discussion.
- [...]
Also see VRPPD below.
- [...]
- [...]
- [...]
- [...]
- [...]
- [...]
Also see [VRP Pickup Delivery Problem](VRP Pickup Delivery Problem)