You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
In TSPLIB format there are two options: EDGE_DATA_FORMAT and EDGE_DATA_SECTION. Both of them are important because with them you can indicate what edges are real. I mean, a full matrix should indicates if some edges are unexistant (using either 0 or -1).
So, using SYMPHONY.. how can I indicate (in a FULLY MATRIX) if there's no edge between two vertices? (my EDGE_DATA_FORMAT and EDGE_DATA_SECTION flags are ignored.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Moved from TRAC as part of COIN fORgery of CLP: https://projects.coin-or.org/Clp/ticket/73#comment:1
Hey there, I'm using the TSP application (VRP) I got the next error:
EOF
I also have another question.
In TSPLIB format there are two options: EDGE_DATA_FORMAT and EDGE_DATA_SECTION. Both of them are important because with them you can indicate what edges are real. I mean, a full matrix should indicates if some edges are unexistant (using either 0 or -1).
So, using SYMPHONY.. how can I indicate (in a FULLY MATRIX) if there's no edge between two vertices? (my EDGE_DATA_FORMAT and EDGE_DATA_SECTION flags are ignored.)
The text was updated successfully, but these errors were encountered: