|
|
|
|
|
by karussell
3700 days ago
|
|
What are you using for calculating the time or distances between the services? (Edit: okay, saw another comment stating you are using Google Matrix API) Basically you need a distance matrix for your vehicle routing problem. BTW: the GraphHopper Directions API uses jsprit to solve VRP etc problems: https://graphhopper.com/#os-comparison |
|