Due: Thursday, January 22, 2009.
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
to indicate whether edge
is
used, with
and
, and impose the degree constraints that
- Solve the LP relaxation of the problem, so each
satisfies
.
Show that this does not give an optimal solution to the TSP.
The LP relaxation model
and data files are available online.
- Now require that the solution be integral, in addition to satisfying the degree constraints.
Show that this does not give an optimal solution to the TSP.
- Improve the LP relaxation by adding in the subtour elimination constraints
for all subsets
of cardinality 3 or 4,
where
is the set of edges with both endpoints in
.
Show that this does not give an optimal solution to the TSP.
- Now require that the solution be integral, in addition to satisfying the subtour elimination constraints.
Show that this does give an optimal solution to the TSP.
John Mitchell
2009-01-15