Hi Valerio,

In your example, if the 3 ordered points need to be visited in a row, then you can easily transform your problem into a TSP by treating them as a single "job". You'd just have to adjust the matrix by ensuring that from any other place, the cost to that job is the cost to the first point, and the cost from that job is the cost from the third point.

HTH
Julien

On 02/08/2018 15:12, Valerio Paruscio wrote:
Hi,
i'm wandering if its possible to set the order of some points in the routing service. I mean, I need to keep 3 out of 10 points in a certain order, while the remaining 7 can be in whatever order.
Is that possible

Thank you very much

Valerio


_______________________________________________
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


_______________________________________________
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk

Reply via email to