graphhopper / jsprit

jsprit is a java based, open source toolkit for solving rich vehicle routing problems
https://www.graphhopper.com/open-source/
Apache License 2.0
1.64k stars 605 forks source link

VRP with Custom Distances #558

Open davidliang104 opened 5 months ago

davidliang104 commented 5 months ago

Hello!

I would like to use Jsprit for solving a Vehicle Routing Problem (VRP) that involves pickups and deliveries. Is it possible to incorporate custom distances into the model, perhaps with a distance matrix, for specifying distances between vehicles and services, as well as between different services?

Thanks