Jump to content
Wikipedia The Free Encyclopedia

Multi-fragment algorithm

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Jlwoodwa (talk | contribs) at 23:39, 14 September 2024 (Adding short description: "Travelling salesman problem heuristic"). The present address (URL) is a permanent link to this version.Revision as of 23:39, 14 September 2024 by Jlwoodwa (talk | contribs) (Adding short description: "Travelling salesman problem heuristic")
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Travelling salesman problem heuristic
This article relies largely or entirely on a single source . Relevant discussion may be found on the talk page. Please help improve this article by introducing citations to additional sources.
Find sources: "Multi-fragment algorithm" – news · newspapers · books · scholar · JSTOR
(May 2024)
Multi-fragment algorithm
ClassApproximation algorithm
Data structureGraph
Worst-case performance Θ ( N 2 log N ) {\displaystyle \Theta (N^{2}\log N)} {\displaystyle \Theta (N^{2}\log N)}
OptimalNo

The multi-fragment (MF) algorithm is a heuristic or approximation algorithm for the travelling salesman problem (TSP) (and related problems). This algorithm is also sometimes called the "greedy algorithm" for the TSP.

The algorithm builds a tour for the traveling salesman one edge at a time and thus maintains multiple tour fragments, each of which is a simple path in the complete graph of cities. At each stage, the algorithm selects the edge of minimal cost that either creates a new fragment, extends one of the existing paths or creates a cycle of length equal to the number of cities.[1]

References

[edit ]
  1. ^ Johnson, David; A. McGeoch, Lyle (1997). "The Traveling Salesman Problem: A Case Study in Local Optimization". Local Search in Combinatorial Optimization. 1. CiteSeerX 10.1.1.92.1635 .


Stub icon

This algorithms or data structures-related article is a stub. You can help Wikipedia by expanding it.

AltStyle によって変換されたページ (->オリジナル) /