Due: Friday, February 4, 2011.
This homework is concerned with a symmetric traveling salesman problem on eleven vertices (indexed from 0 to 10), with the costs given in the following table:

You will solve this problem using AMPL and CPLEX. Instructions on installing these packages are available from http://www.rpi.edu/~mitchj/ampldetails.html
In your initial formulation use variables xij to indicate whether edge (i,j) is used, with xij = xji and xii = 0, and impose the degree constraints that


for all subsets U ⊆ V of cardinality 3 or 4, where E(U) is the set of edges with both endpoints in U. Show that this does not give an optimal solution to the TSP.
| John Mitchell |
| Amos Eaton 325 |
| x6915. |
| mitchj at rpi dot edu |
| Office hours: Tuesday, Wednesday, 2-3pm. |