pyconcorde
pyconcorde copied to clipboard
Python wrapper around the Concorde TSP solver
Hi. I'm currently doing my project about TSP, and I got same problem with #27 . Then I found solution by referencing #29 . But still, I get non-optimal solution....
Hello, It gives me the next error when trying to install on Windows. In Linux, It works whell. Any plano to solve this issue? Thankx in advance. Using cached Cython-3.0.0-cp39-cp39-win_amd64.whl...
As discussed in #28 , I've made the following changes to handle asymmetric TSP (for example real-world driving/walking problems). 1. Add `symmetricize()` function in util.py. 2. Add `is_symmetric` boolean property...
This came up in a number of issues and also in the experimental PR #30. I am planning to move the library from a Cython-based implementation, in which a Python...
@mikedbjones Both sound great, thanks for picking this up! 1. I have indeed snuck a few pieces of the subprocess API into main, without impacting the existing functionality. If you...
Basically, the only method I need to use is Lin-Kernighan and other Python packages don't have output flexibility as much as Pyconcorde. Is it possible to override the methods settings?
Hello, I wonder if it is possible to provide a initial solution to the solver? Thank you very much.