t0m4s79 / DREFleet

Repositório para gestão de frotas da DRE
0 stars 0 forks source link

TODO: Route Optimization #71

Open ramartins02 opened 1 month ago

ramartins02 commented 1 month ago

Create a route optimization method that calculates the shortest path given a beginning, ending and indefinite amount of intermediate points. This method should reorganize all intermediate points so that the path trajectory path is the shortest possible.

Steps to implement:

Note: Points = Places

Algorithms/Heuristics to consider:

Summary of Use Cases:

t0m4s79 commented 2 weeks ago

A tool that can help with this feature is VROOM Project. This tool needs to be further looked into, to assess it's viability.