Where can I find source code for travelling salasman problem?
feedback
|
closed as not a real question by Henk Holterman, Dana, Moron, wheaties, delnan Oct 20 '10 at 16:55
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
nowhere, it's not been solved. | |||||
feedback
|
|
You had mentioned that you were having problems with more than 8 or 9 nodes. This isn't surprising because the complexity increases exponentially with each added node. As a result many solutions involve Genetic programming to gradually evolve a good answer. Finding the best generally requires a brute-force check of all possibilities. One example is here, which also provides their source code. | |||
|
feedback
|
