Travelling Salesman Problem Using Least Cost Branch and Bound Method | Design and Analysis of Algorithms
This video explains the application of the Least Cost Branch and Bound approach to solve the Travelling Salesman Problem (TSP). It covers the problem formulation on a directed graph G=(V,E), where V is the set of vertices and E is the set of edges, and de

Sudhakar Atchala
210.5K views • Aug 12, 2021

About this video
#sudhakaratchala #daavideos #daaplaylist
Let G=(V,E) be a directed graph defining an instance of TSP.
where V is set of vertices and E is set of edges
The edges are given along with their cost Cij where Cij 0 for all i,j
cost(i,j) Cij if (i,j) ϵ E(G)
ꝏ if (i,j) ϵ E(G)
Let |V|=n
The solution space S is given by S={1,∏,1/∏ is permutation of (2,3,…..n)} then |S|=(n-1)!
The size of S can be reduced by restricting S so that (1, i1, i2, i3,….. in-1,1) ϵ S
Let G=(V,E) be a directed graph defining an instance of TSP.
where V is set of vertices and E is set of edges
The edges are given along with their cost Cij where Cij 0 for all i,j
cost(i,j) Cij if (i,j) ϵ E(G)
ꝏ if (i,j) ϵ E(G)
Let |V|=n
The solution space S is given by S={1,∏,1/∏ is permutation of (2,3,…..n)} then |S|=(n-1)!
The size of S can be reduced by restricting S so that (1, i1, i2, i3,….. in-1,1) ϵ S
Video Information
Views
210.5K
Likes
3.3K
Duration
46:15
Published
Aug 12, 2021
User Reviews
4.7
(42) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.