crossing edges in the travelling salesman problem

前端 未结 4 800
迷失自我
迷失自我 2021-02-13 20:49

Does there exist a travelling salesman problem where the optimal solution has edges that cross?

The nodes are in an x-y plane, so crossing in this case means if you wer

4条回答
  •  不知归路
    2021-02-13 21:11

    If two edges in a closed polygonal line cross, then there is a polygonal line with the same vertices but with smaller perimeter. This is a consequence of the triangle inequality. So, a solution to the TSP must be a simple polygon. See this article (Figure 4).

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题