The Wayback Machine - https://web.archive.org/web/20210918034059/https://github.com/topics/vehicle-routing-problem
Skip to content
#

vehicle-routing-problem

Here are 126 public repositories matching this topic...

optaplanner
jcoupey
jcoupey commented Sep 2, 2021

With v1.9.0, it used to be possible to provide a custom matrix and yet use calls to a routing engine to get additional information, namely geometry and distance values.

As of v1.10.0, this results in an error:

$vroom -i input_with_custom_matrix.json -g
[Error] Route geometry request with non-routable profile car.
{"code":2,"error":"Route geometry request with non-routable 

Ant colony system (ACS) based algorithm for the dynamic vehicle routing problem with time windows (DVRPTW). For more details, see this paper "Necula, R., Breaban, M., & Raschip, M.: Tackling Dynamic Vehicle Routing Problem with Time Windows by means of ant colony system. CEC, (2017)" (https://ieeexplore.ieee.org/document/7969606)
  • Updated Feb 3, 2017
  • Java

Improve this page

Add a description, image, and links to the vehicle-routing-problem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vehicle-routing-problem topic, visit your repo's landing page and select "manage topics."

Learn more