crossing edges in the travelling salesman problem

前端 未结 4 790
迷失自我
迷失自我 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 20:58

    Trivially, any connected graph where every node has two edges has only one TPS solution, and if drawn with crossings will meet your stated criteria.

    If you put other constraints, such as if you were modelling travelling around the globe using trade winds, so costs are only somewhat related to position in space, you might find a more complex case where crossing is optimal.

提交回复
热议问题