• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2008, Vol. 30 ›› Issue (11): 42-45.

• 论文 • 上一篇    下一篇

时间依赖有向无环网最小时间路径算法

余伟辉 陈闳中   

  • 出版日期:2008-11-01 发布日期:2010-05-19

  • Online:2008-11-01 Published:2010-05-19

摘要:

经典模型及算法可解决固定弧权条件下的最短路问题,然而实际应用中孤权往往是动态的,即弧权依赖时间变化。本文提出一种特殊最短路径算法,即在有向无环网络中最小 时间路径算法的一种实现。该算法是一种改进的扩散法,克服了扩散法的一些显著缺点。文中证明了该理论的正确性,最后列举了一个传统算法不能解决的实例,证明了该算算:法的正确性。

关键词: 最小时间路径 时间依赖 有向无环网 扩散法 算法

Abstract:

Shortest path problems lie at the heart of network flows, which arise frequently in both engineering and scientific applications. In the classical net  work models,the weight of each arc is invariant and usually given beforehand,but it may be varying in the practical problems which are time-dependent. T  his paper proposes a reusable minimum-time path algorithm for the solution to a special time-dependent network, directed acyclie network. This algorithm   obtains reusable tree by the use of the improved Breadth-First Search in limited time,and makes the hash index of this reusable tree to improve the com  - plexity of reuse. We can get the shortest path from the leaves of a tree,which contain the time spent on traveling from the root to the leaf. Then thi s paper proves the correctness of the theory. In the end,this paper cites an example which can not be effectively resolved by the classical algorithms to prove the correctness of the theory.

Key words: minimum-tirae path, time-dependant, directed acyclic network, flooding, algorithm