pyconcorde
pyconcorde copied to clipboard
Python wrapper around the Concorde TSP solver
Hello, I've installed succesfully and easily pyconcorde and dependencies. I can't figure out how to use pyconcorde in order to process a symmetric matrix with only weights and no coordinates....
Hello there, was wondering if anyone faces a similar issue whereby if the x and y coordinates given to the solver are >=0 and
I've tried fiddling with the "silent" variable but I can't seem to get it to work
Is there any possibility to change the numbers of cuts used by Concorde to solve TSP? I mean, I think it is currently working con 16 cuts, can I change...
I was able to install Cython, with "brew install python" but when I do the 'pip install -e .' command I get some error centering on Cython. from Cython.Build import...
This is a work-in-progress PR for the subprocess-based API for version 0.2.0.
> Thank you for having that wonderful tutorial that you posted on https://towardsdatascience.com/. I'm on step four now and have downloaded your code from github. I'm getting this error and...
Hi, I'm trying to use a matrix distance obtained from openrouteservice.org as an input for TSPSolver, but I couldn't find an example of a matrix usage. Could you please give...
Hi, Please mention [python-tsp](https://github.com/fillipe-gsm/python-tsp) in [other-tsp-solvers-for-python](https://github.com/jvkersch/pyconcorde#other-tsp-solvers-for-python).