Python Forum
Algorithm to solve a case of Travelling Salesman Problem - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Algorithm to solve a case of Travelling Salesman Problem (/thread-14674.html)



Algorithm to solve a case of Travelling Salesman Problem - Ale888 - Dec-11-2018

Hey,
does this make sense to you guys?:

[Image: BahfB4j]

It's supposed to be an algorithm to find the shortest distance to be walked in a 'order picking tour' in a small-medium warehouse.

Cheers and thanks for the answers beforehand!

Ale


RE: Algorithm to solve a case of Travelling Salesman Problem - micseydel - Dec-11-2018

What is your question here?


RE: Algorithm to solve a case of Travelling Salesman Problem - buran - Dec-11-2018

Unfortunately for you we are not going to do your homework. We are glad to help, but you need to post your code (in python tags), full traceback (in error tags) if you get errors and ask specific questions.


RE: Algorithm to solve a case of Travelling Salesman Problem - buran - Dec-11-2018

(Dec-11-2018, 07:47 PM)micseydel Wrote: What is your question here?
(Dec-11-2018, 07:30 PM)Ale888 Wrote: does this make sense to you guys?:
Big Grin