Travelling Salesman with multiple salesmen?

前端 未结 8 2039
礼貌的吻别
礼貌的吻别 2020-12-01 07:36

I have a problem that has been effectively reduced to a Travelling Salesman Problem with multiple salesmen. I have a list of cities to visit from an initial location, and ha

8条回答
  •  隐瞒了意图╮
    2020-12-01 08:14

    I wouldn't start writing an algorythm for such complicated issue (unless that's my day job - to write optimization algorythms). Why don't you turn to a generic solution like http://www.optaplanner.org/ ? You have to define your problem and the program uses algorithms that top developers took years to create and optimize.

提交回复
热议问题