Sales area partitioning between salesreps

爷,独闯天下 提交于 2019-12-11 19:38:44

问题


I have a list of zip codes from customers that need to be visited by a salesrep within a specific timeframe. I can translate the zipcodes to a matrix of distances between each zipcode if required.

Assuming every customer needs to be visited within the same fixed time span.

How can I cluster/assign customers to salesreps so that every customer is visited in within the timeframe and the total number of salesreps is minimised?

Can this be restated as a 'standard' problem?

来源:https://stackoverflow.com/questions/33433238/sales-area-partitioning-between-salesreps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!