DM872 (S24)

Mathematical Optimization at Work

Sheet 4

Task 1 - Home Preparation

Beside the DFJ formulation with cutting plane procedure there are other formulations for the TSP that we saw in class and that have a polynomial number of constraints:

Your task:

Task 2 - In Class: Cut and Solve

Study the paper on Cut and Solve [CZ]. Implement the cut and solve method for the traveling salesman problem using the DFJ formulation as done in that paper. Compare the results with the optimal solutions from the DFJ and MTZ formulations without cut and solve.