I know the TSP (traveling sales person) in osm2po is beta but it works quite well.
Is there a way to designate a final target location that is different from the initial source location. In other words, I would like to designate:
- Start location
- Several intermediate locations
- End location (different from start location)
- Determine the best way to begin at the Start location, travel to all the intermediate locations while hitting the End location last.
Currently, I see the TSP only does a round trip from an initial start location.
Answer
I've just modified osm2po-tsp. Now it should handle different sources and targets and intermediate vertices.
No comments:
Post a Comment