DejavuDaniel
DejavuDaniel
did you find solution ?
On each job or driver ? Could you show an example please
this is the request i send : `{ "vehicles": [ { "id": 1, "start": [ 54.709692, 25.272143 ], "speed_factor": 5, "time_window": [ 1708232400, 1708318800 ] }, { "id": 2, "start":...
for some reason osrm would output not the best route so i changed to use ors . it works! body i send: `{ "vehicles": [ { "id": 1, "profile": "driving-car",...
Unless i would fetch the total time to deliver then divide on the number of drivers something like that ? 🤔