read standard instances of the traveling salesman problem More...
Go to the source code of this file.
Namespaces | |
| read_tsplib | |
Functions | |
| def | distATT (x1, y1, x2, y2) |
| def | distCEIL2D (x1, y1, x2, y2) |
| def | distGEO (x1, y1, x2, y2) |
| def | distL1 (x1, y1, x2, y2) |
| def | distL2 (x1, y1, x2, y2) |
| def | distLinf (x1, y1, x2, y2) |
| def | read_atsplib (filename) |
| def | read_explicit_lowerdiag (f, n) |
| def | read_explicit_matrix (f, n) |
| def | read_explicit_upper (f, n) |
| def | read_explicit_upperdiag (f, n) |
| def | read_tsplib (filename) |
Variables | |
| c | |
| V | |
| x | |
| y | |
read standard instances of the traveling salesman problem
Definition in file read_tsplib.py.