Ready to use TSP library
Posted
by
Max
on Stack Overflow
See other posts from Stack Overflow
or by Max
Published on 2010-12-28T11:07:56Z
Indexed on
2010/12/28
12:53 UTC
Read the original article
Hit count: 267
Hi,
I'm currently doing a project that requires some fast TSP solving (about 50-100 nodes in 2 seconds). There are a lots of approximation algorithms out there, but I don't have time nor will to analyze them and code them myself.
Are there any free libraries that can solve TSP problem (approximation will do too)? Something like sortedNodes = solveTspPrettyPlease(nodes, 2sec)
would be just great.
Thanks in advance.
© Stack Overflow or respective owner