Route optimisation

Hi everyone,
I am developing a logistics project based in Tunisia. My goal is to optimize the daily delivery route for a single vehicle. Which technology can I use FOR
optimisation?

Hi @yahmadi_nidhal ,

Openrouteservice provides an “optimization” endpoint which is basically http://vroom-project.org/ using the ORS matrix to calculate distances/durations. You can start with section “Optimzation” on Services | openrouteservice as an entry point to more information. For small examples you can try it out in the API playground, real world scenarios will probably need a self-hosted version of ORS+Vroom.

Best regards

1 Like