Where can I find source code for travelling salasman problem?
where can i find the code for p=np
Aphex
2010-10-20 16:33:19
+1
A:
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.
bemace
2010-10-20 16:49:37