PPRuNe Forums - View Single Post - Route optimization
View Single Post
Old 3rd Oct 2020, 04:13
  #13 (permalink)  
Waypoint Short
 
Join Date: Oct 2020
Location: USA
Posts: 7
Likes: 0
Received 0 Likes on 0 Posts
I've thrown together some code to do this, enter a list of lat/long and it will find the shortest route. It is only really effective for less than 6 locations as it is using a brute force algorithm and the number of possible routes gets very large. Let me know if you are interested in checking it out.
Waypoint Short is offline