Finding Shortest Path through whole points without revisiting
Mostrar comentarios más antiguos
Hi all,
I have a problem and I need urgent help. I have more than 30 points (2D cartesian coordinate) with known x and y coordinates. All points can be distributed randomly or on a regular basis such as star shape or cross shape. I would like to asing a one way path which connects all points without circling or revisiting them. How can I implement this question? I would like to visit each point only once and complete the whole journey as quick as possible.
Thanks in advance.
Respuesta aceptada
Más respuestas (2)
Walter Roberson
el 18 de Ag. de 2020
0 votos
this problem is known as the Hamiltonian Path
https://www.mathworks.com/matlabcentral/fileexchange/51610-hamiltonian-graph-source-destination
1 comentario
Ömer Yaman
el 18 de Ag. de 2020
Ömer Yaman
el 18 de Ag. de 2020
0 votos
Categorías
Más información sobre Graph and Network Algorithms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!