TRAVELING SALESMAN PROBLEM
Tour Construction Algorithms

Clark and Wright Savings

(Golden, 1977)

Worst Case Behavior:

Worst case of this algorithm in general is not known; however for a modified version where at each step the best savings from the last node added to the sub-tour is selected, the worst case ratio is bounded by a linear function in (Golden, 1977).

Number of Computations:

The Clark and Wright savings algorithm is .

Note:

A modified application of Clark and Wright Savings Algorithm is starting from each of the nodes in order, and seeing which starting node gives the best result. However, this modified algorithm is.