Using the Concorde TSP SolverMichael Hahsler
tsp-solver python-tsp If you have another TSP algorithm that can be called from within Python, and you want to have it added here, please open an issue. Technical Notes PyConcorde needs Concorde and QSOpt. Downloading and building these packages should happen automatically on Linux/Mac OS, ...
Since I did not find the APIs in the readme, could you please tell me how to solve a TSP problem using a distance matrix between nodes with this solver? Thanks.Owner jvkersch commented Jan 30, 2021 For the moment, you will have to use the standalone version of Concorde. The Python ...