©
Travelling Salesman Problem
  Solves a “travelling salesman problem” (TSP) by a standard MILP procedure. (Under observation)
2024.Jul.03 12:21:53
nod Number of nodes ("cities"), |nod| ≤ 10
For a symmetrical problem, make nod < 0  •
cost 'Cost' (or distance) matrix:
  For the symmetrical problem,  supply only: the first line with a dummy value  [say, cost(1,1) = ∞]; and the lower triangular matrix.  (For infinity, enter −1.) Resolution is via NAG procedure H02BBF.  Solution to the example…
References:

• TSP (Georgia I. of Technology).

• TSPLIB (Univ. of Heidelberg).

 
 
Valid HTML 4.01! IST http://web.tecnico.ulisboa.pt/~mcasquilho/compute/or/F-tsp.php
Created: 2002-06-27 — Last modified: 2007-10-13