Efficient vehicle routing for transfer of packages

試著忘記壹切 提交于 2019-12-02 22:59:36

问题


I have a warehouse and three distribution and receiving locations. I know the distances between each of them in relation to each other. Each location has a varying amount of standard size packages but of varying weight.

I have three vehicles, one that carries 30 packages or 1100lbs, one that carries 20 packages or 700lbs, and one that carries 15 packages or 500lbs.

I am trying to make a spreadsheet that can enter in the packages and their weights I have to send to each location and a how many I need to bring in and have it automatically calculate which vehicle or combination to use and which route in the most efficient manner.

Any advice would be most appreciated.

Geno


回答1:


Well, you can start with this basic model using the solver and expand it with the detail you want to include. Shown the calculation by cell, row or column...



来源:https://stackoverflow.com/questions/53648824/efficient-vehicle-routing-for-transfer-of-packages

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