Photo AI
Last Updated Sep 27, 2025
Revision notes with simplified explanations to understand Upper & Lower Bounds for the Travelling Salesman Problem quickly and effectively.
258+ students studying
When solving the Travelling Salesman Problem (TSP), it is often useful to estimate the solution using upper and lower bounds. These bounds can help determine how close a given solution is to the optimal solution. The bounds are often derived using minimum spanning tree (MST) methods and techniques for handling incomplete networks.
The lower bound represents the smallest possible distance for a valid TSP route, though it may not always be achievable.
The upper bound represents an achievable (though not necessarily optimal) route length.
Question: Find the upper and lower bounds for the TSP in the graph below:
A | B | C | D | |
---|---|---|---|---|
A | ∞ | 10 | 15 | 20 |
B | 10 | ∞ | 35 | 25 |
C | 15 | 35 | ∞ | 30 |
D | 20 | 25 | 30 | ∞ |
Step 1: Lower Bound Using MST
Construct the MST:
Use Prim's Algorithm to find the MST for the graph:
Add Two Smallest Edges from :
The smallest edges connected to are and
Lower Bound:
Step 2: Upper Bound Using Nearest Neighbour
Nearest Neighbour Algorithm:
Upper Bound:
Improvement:
Review the route for possible shortcuts. In this case, the upper bound remains at 80, as no shorter Hamiltonian cycle can be formed.
Incorrect MST Calculation: Errors in constructing the MST, such as including cycles or missing edges, can lead to incorrect lower bounds.
Forgetting to Add Two Smallest Edges: Omitting the additional weights needed for the lower bound calculation results in an underestimate.
Ignoring Shortcuts for Upper Bounds: Failing to refine the initial upper bound can leave suboptimal solutions.
Misinterpretation of Incomplete Graphs: Not converting the graph into a complete network by finding shortest paths between disconnected vertices.
Confusion Between Bounds: Mixing up the roles of upper and lower bounds when interpreting results.
Minimum Spanning Tree (MST): The MST is the tree connecting all vertices with the smallest total edge weight and no cycles.
Triangle Inequality:
Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!
20 flashcards
Flashcards on Upper & Lower Bounds for the Travelling Salesman Problem
Revise key concepts with interactive flashcards.
Try Further Maths Decision Maths 1 Flashcards2 quizzes
Quizzes on Upper & Lower Bounds for the Travelling Salesman Problem
Test your knowledge with fun and engaging quizzes.
Try Further Maths Decision Maths 1 Quizzes29 questions
Exam questions on Upper & Lower Bounds for the Travelling Salesman Problem
Boost your confidence with real exam questions.
Try Further Maths Decision Maths 1 Questions27 exams created
Exam Builder on Upper & Lower Bounds for the Travelling Salesman Problem
Create custom exams across topics for better practice!
Try Further Maths Decision Maths 1 exam builder50 papers
Past Papers on Upper & Lower Bounds for the Travelling Salesman Problem
Practice past papers to reinforce exam experience.
Try Further Maths Decision Maths 1 Past PapersDiscover More Revision Notes Related to Upper & Lower Bounds for the Travelling Salesman Problem to Deepen Your Understanding and Improve Your Mastery
96%
114 rated
The Travelling Salesman Problem
The Travelling Salesman Problem
329+ studying
182KViewsJoin 500,000+ A-Level students using SimpleStudy...
Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!
Report Improved Results
Recommend to friends
Students Supported
Questions answered