Write the mathematical formulation of travelling salesman probelm
Answers
Answered by
0
Dantzig-Fulkerson-Johnson formulation Then TSP can be written as the following integer linear programming problem: The last constraint of the DFJ formulation ensures that there are no sub-tours among the non-starting vertices, so the solution returned is a single tour and not the union of smaller tours.
Answered by
0
Answer:
Explanation:
Dantzig-Fulkerson-Johnson formulation Then TSP can be written as the following integer linear programming problem: The last constraint of the DFJ formulation ensures that there are no sub-tours among the non-starting vertices, so the solution returned is a single tour and not the union of smaller tours.
Similar questions