TSP, Max TSP and Supnick
Given and . Find a permutation that maximizes (minimizes)
All our index calculations are mod .
Assume can be evaluated in time. The TSP problem reduces to this one.
For all , , is called Supnick if it has the following properties:
- Monge: .
- Symmetric: .
The name Supnick comes from Supnick matrix, which are symmetric Monge matrices. The following theorem implies an algorithm to solve the TSP problem if the distance matrix is Supnick [1].
Let , is Supnick, then
is minimized when .
is maximized when .
Supnick matrices appears at many places. For example, maximize the area of a radar chart and find a permutation maximize sum of adjacent distance.
It is a special case of a even larger class of problem that has the above permutation as solution: Quadratic assignment problem where the matrices are monotone antimonge and benevolent symmetric toeplitz matrix [2].