Home /
Expert Answers /
Computer Science /
3-a-set-of-subtour-elimination-constraints-called-the-miller-tucker-zemlin-mtz-constraints-is-pa111
(Solved): 3. A set of subtour elimination constraints, called the Miller-Tucker-Zemlin (MTZ) constraints, is ...
3. A set of subtour elimination constraints, called the Miller-Tucker-Zemlin (MTZ) constraints, is given by ui??uj?+nxij??n?1 for i=2,…,n,j=2,…,n where u2?,…,un? are real numbers. Taha deals with these constraints in Section 11.3 .2 on page 444 and calls the result 'the cutting-plane algorithm'. (i) Write an AMPL TSP model that incudes the MTZ constraints (6). You could use your model without subtour elimination from above, and supplement it with the MTZ constraints. (ii) Run this model for all the given problems (6,8,15 and 20 cities). Use GUROBI. (iii) Interpret your results. Are your solutions tours? What are the values of the u variables and what are they indicating? (iv) How do the MTZ constraints (6) work to prevent subtours? Illustrate with a simple example, say the given 6 city example. Note that if a solution does describe subtours, then one of these subtours does not include node 1 , and that is critical.