Sure, there's minimum spanning tree, the traveling salesman problem.
Sure, there's minimum spanning tree, the traveling salesman problem.
Find a minimum spanning tree for the problem
If the graph is not connected, then it finds a minimum spanning forest (a minimum spanning tree for each connected component).
Dacă graful nu este conex, atunci algoritmul găsește o pădure parțială de cost minim (un arbore parțial de cost minim pentru fiecare componentă conexă).
Sure, there's minimum spanning tree, the traveling salesman problem.
Finally, the process finishes with the edge EG of length 9, and the minimum spanning tree is found.
This algorithm looks at things differently by using a result from graph theory which helps improve on the LB of the TSP which originated from doubling the cost of the minimum spanning tree.
Acest algoritm privește lucrurile altfel utilizând un rezultat din teoria grafurilor care ajută la îmbunătățirea limitării PCV care provine de la dublarea costului arborelui minim de acoperire.
Making a graph into an Eulerian graph starts with the minimum spanning tree.
The Christofides algorithm follows a similar outline but combines the minimum spanning tree with a solution of another problem, minimum-weight perfect matching.
Algoritmul lui Christofides(d) urmează un profil similar, dar combină arborele minim de acoperire cu o soluție a unei alte probleme, cuplajul perfect(d) de pondere minimă.
One method of doing this was to create a minimum spanning tree of the graph and then double all its edges, which produces the bound that the length of an optimal tour is at most twice the weight of a minimum spanning tree.
O metodă în acest sens a fost crearea un arbore minim de acoperire(d) al grafului și apoi dublare tuturor marginilor sale, care produce limita ca lungimea unui drum optim să fie cel mult dublul ponderii unui arbore minim de acoperire.