- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Homework 4 of Transportation Systems Analysis
Chiwei Yan 200801893
1. Shortest Paths Algorithms and Assignment on Uncongested
Network
In this section, a modified Static Dijkstra Shortest Paths (SSP) will be firstly
established for determining all-to-one shortest paths on a given network, and
moreover, other modification will be made on the one-to-one SSP in order to
find a good efficiency. Then we will assign an All-or-Nothing OD flow according to
the result of SSP. Finally, we will proof that using the former result of the
all-to-one SPT(shortest path tree) to other nodes can help accelerate the
computation speed of the all-to-one SPT to a specific node.
1.1 Compute the all-to-one SPT to node a, and draw the SPT
Figure 1 Given network
We denote , - as the current known shortest distance from node i to
destination a, and we denote , - as the immediate successor on the shortest paths.
Finally, a field called label indicates whether a node is permanently labeled or not.
STEP 0: Initialization
, - , -
We set * + , -
STEP 1: Main Loop (1)
Figure 2 Main Loop(1)
We firstly update the distance matrices (d[]) by searching the nodes which
directly link to node a, if the distance value is lower than the former one, then we
update the value in d[].
a b c d e f g h i j
d[](former)
d[](updated) 6 3 7
Since node c has the smallest distance value among all t he unlabeled nodes, we
您可能关注的文档
- 吉林大学-毛概-大学生幸福感调查报告-张顺.doc
- 吉林大学-毛概考试小抄.doc
- 吉林大学-毛概-大学生幸福感.ppt
- 吉林大学-生物化学习题集.doc
- 吉林大学实习行程.doc
- 吉林大学-生物技术制药学-梁涌涛.ppt
- 吉林省大学生生物实验技能竞赛比赛科目指南.doc
- 吉林大学-生物制药(生物药物).ppt
- 计算机安全问题 七 陷阱,诱饵和蜜罐.pdf
- 集成生产与预防性维护的流水线车间调度算法.pdf
- 交通系统规划与控制教学(清华大学)Report of Transportation Systems Analysis.pdf
- 交通系统规划与控制教学(清华大学)Report of Transportation Systems Analysis2.pdf
- 交通系统规划与控制教学(清华大学)Supplement Problem.pdf
- 交通系统规划与控制教学(清华大学)Transportation – Assignment 2.pdf
- 交通系统规划与控制教学(清华大学)The Netherlands Mode Choice Case.pdf
- 交通系统规划与控制教学(清华大学)Transportation System Analysis2.pdf
- 交通系统规划与控制教学(清华大学)Transportation Systems Analysis.pdf
- 交通系统规划与控制教学(清华大学)Transportation System Analysis.pdf
- 交通系统规划与控制教学(清华大学)Transportation Systems Analysis5.pdf
- 近代企业经营战略的历史演变.pdf
文档评论(0)