This question requires the formulation of an integer linear programming (ILP) model for the Traveling Salesperson Problem (TSP) on four cities using the Miller-Tucker-Zemlin (MTZ) subtour elimination constraints.
Formulate an integer linear programming model for a Traveling Salesperson Problem (TSP) on four cities . Define the decision variables, the objective function, and all necessary constraints (do not solve).
[7]A traveling salesperson problem with six nodes has the following distance matrix:
Calculate a lower bound for the optimal tour length by summing the two smallest distances from each node and dividing the total by 2. Given a feasible tour length of 23, determine the percentage gap between this lower bound and the feasible tour length.
[5]