有物流方面的资源吗?
我在谷歌中找不到任何复杂的资源。也许我使用的关键词是错误的。
我对网站、书名、书籍作者等感兴趣。 我正在寻找一般理论。
更新: 问题的前一个标题是:“有关于运输调度的资源吗?”。
I couldn't find any complex resources in Google. Maybe the key words that I used were wrong.
I am interested in web-sites, book titles, book authors etc..
I'm looking general theory.
UPD:
Previous title of the question was: "Are there resources about transport scheduling?".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如其他人所指出的,这是一个相当模糊的问题。
就编程而言,我的印象是后勤问题往往归结为调度问题,即资源分配问题。通常,您面临大量决策(例如,如何引导各个卡车和负载)并希望优化一些总数(例如总利润)。
如果背包问题和旅行推销员问题 看起来像是您感兴趣的问题的玩具版本,或者如果 流量网络 似乎相关,那么您感兴趣的主题是离散数学。
As others have noted, this is a rather vague question.
As far as programming is concerned, my impression is that logistics questions often boil down to questions about scheduling, that is, allocation of resources. Typically you face a very large number of decisions (e.g. how to direct individual trucks and loads) and want to optimize some overall number (e.g. total profit).
If the knapsack problem and the traveling salesman problem look like toy versions of the sort of problem you're interested in, or if flow networks seem relevant, then the topic you're interested in is discrete mathematics.