-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of concorde with a simple matrix #20
Comments
I meet the same problem; have you solved it? |
I'm currently rewriting the wrapper code to remove the Cython bindings and to make the problem construction more modular. That should allow for solving problems of this form. Stay tuned, I hope to have something ready in the next few weeks. |
Hey, I see that this issue will be resolved with #30 NB: It would be very useful to create problems from distance matrix :-) |
Find some solutions around the issue here: |
I was able to run Concorde on a tsp with explicit weights and no given coordinates. What is the problem? |
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.
I have a matrix of type integer in memory.
Could you help me giving a code snippet please ?
The text was updated successfully, but these errors were encountered: