Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In the first project, we used Excel Solver to minimize cell D 1 , subject to two constraints: 1 ) G 2 : G 1
In the first project, we used Excel Solver to minimize cell D subject to two constraints: G: G; and D:D integer. This generated a lower bound on the optimal objective function value of our TSP but it also introduced subtours: in the case of the first LP all of the subtours were easily identified since they corresponded to edges with a value of two. The last task on the first project was to require these variables to be thereby eliminating these relatively easy subtours. We solved the resulting LP relaxation, which we called LP Thats where we stopped, but there are more complex subtours still lurking. This project picks up from the solution of LP in the first project on the Traveling Salesman problem.
The solution of LP should have subtours with multiple arcs. If instead you get a solution with more arcs with values greater than then add constraints to eliminate these. The fun and somewhat timeconsuming part of the project is using the arcs whose values are equal to to identify the subtours in your solution eg if the first arc then a tour goes directly from Atlanta to Baltimore Identifying the positive decision variables and connecting the corresponding cities will reveal the subtours that make up the solution to LP Find the smallest of these subtours and add a constraint to eliminate it
For example: if cells D D and D all equal this would give a subtour from Atlanta to Baltimore D to Birmingham D and back to Atlanta D You would eliminate this by putting the formula DDD into a cell on your spreadsheet, say G and then adding the constraint G Specify the smallest subtour that you found by listing the cities included in this tour similar to the one in the example above: Atlanta to Baltimore to Birmingham to Atlanta, except that the city subtour that you find makes geographic sense!
Subtour:
Create a constraint to eliminate the subtour identified in the previous question and resolve the LP relaxation. Give the optimal objective function of the new LP LP
Optimal objective function value of LP:
Repeat the process you just stepped through to identify the smallest subtour from LPit should be similar to the one you just eliminated, but with cities included instead of Add a constraint to eliminate this subtour since it has cities, your constraint should require that the sum of the arcs in the subtour must be List the arcs in this subtour. After adding the new constraint, solve the resulting LP LP and record its objective function value.
Arcs in subtour of LP:
Optimal objective function value of LP:
Repeat question two more times. You should find two subtours that are very similar to the one you identified in the previous question. In fact, they should connect the same cities. Identify the similar subtour in LPby listing its arcs add the constraint to eliminate it and record the objective function value of LP Do the same thing to identify a subtour in LP eliminate it and give the objective function value of the resulting LP
Arcs in subtour of LP:
Optimal objective function value of LP:
Arcs in subtour of LP:
Optimal objective function value of LP:
Considering the similarities of the previous three subtours that you had to eliminate one at a time, develop a better constraint and a better approach that could eliminate all of the subtours connecting the same cities all at once?
The point of the previous question is that a single constraint could eliminate all subtours connecting the same cities. Sadly, the total number of possible subtour constraints is combinatorial. How many sets of city groupings would there be out of total cities? This number might not seem so huge. But it ramps up quickly. How many sets of city groupings would there be for a TSP with total cities?
See if you can find the optimal solution to the city TSP by continuing to eliminate subtours. After solving LP all that should be needed is to identify arcs whose LP solution value equals and add the constraints to ensure they are See what you can come up with as your best tour, either by continuing to add subtour constraints or by building one yourself using what you have learned from the LP solutions. Provide the tour eg Atlanta to Birmingham to along with its associated costs.tableABcGCities,,Objective,City Constraints,Atlanta,,AtlBalt,Atlanta,
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started