通过斐波那契堆类型数据结构进行最小成本路线规划

IF 2.2 4区 计算机科学 Q2 AUTOMATION & CONTROL SYSTEMS
Wangjia Zhan, Haohao Qiu, Bo Min, Lin Lin
{"title":"通过斐波那契堆类型数据结构进行最小成本路线规划","authors":"Wangjia Zhan,&nbsp;Haohao Qiu,&nbsp;Bo Min,&nbsp;Lin Lin","doi":"10.1049/cth2.12735","DOIUrl":null,"url":null,"abstract":"<p>Efficient route planning in transportation networks, particularly under stochastic conditions like severe weather (i.e. snow or hail), poses a significant computational challenge. This article addresses this challenge by modeling the route planning problem as a Markov decision process (MDP) problem, establishing reachability criteria, and identifying the minimum-weight arborescence in the directed graph. To achieve this, the reachability determination algorithm is designed to assess the courier company's reachability to all junctions based on the queue-typed data structure and breadth-first search idea. Subsequently, the minimal-cost route planning algorithm is developed to find a feasible transport route with the minimal cost of clearing obstacles by resorting to the Edmonds' algorithm and some feasible data structures. In particular, the article introduces a Fibonacci-heap-typed data structure to the minimal-cost route planning algorithm, resulting in a remarkable reduction of the time complexity from <span></span><math>\n <semantics>\n <mrow>\n <mi>O</mi>\n <mo>(</mo>\n <mi>m</mi>\n <mi>n</mi>\n <mo>)</mo>\n </mrow>\n <annotation>$O(mn)$</annotation>\n </semantics></math> to <span></span><math>\n <semantics>\n <mrow>\n <mi>O</mi>\n <mo>(</mo>\n <mi>m</mi>\n <mo>+</mo>\n <mi>n</mi>\n <mi>log</mi>\n <mi>n</mi>\n <mo>)</mo>\n </mrow>\n <annotation>$O(m + n\\log n)$</annotation>\n </semantics></math>, where <span></span><math>\n <semantics>\n <mi>m</mi>\n <annotation>$m$</annotation>\n </semantics></math> and <span></span><math>\n <semantics>\n <mi>n</mi>\n <annotation>$n$</annotation>\n </semantics></math> represent the cardinalities of the arc set and nodeset, respectively. Ultimately, the proposed method is applied to optimize route planning in a transportation network, providing a cost-efficient solution for logistics and transportation planning.</p>","PeriodicalId":50382,"journal":{"name":"IET Control Theory and Applications","volume":"18 17","pages":"2358-2367"},"PeriodicalIF":2.2000,"publicationDate":"2024-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cth2.12735","citationCount":"0","resultStr":"{\"title\":\"Minimal-cost route planning via Fibonacci-heap-typed data structure\",\"authors\":\"Wangjia Zhan,&nbsp;Haohao Qiu,&nbsp;Bo Min,&nbsp;Lin Lin\",\"doi\":\"10.1049/cth2.12735\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<p>Efficient route planning in transportation networks, particularly under stochastic conditions like severe weather (i.e. snow or hail), poses a significant computational challenge. This article addresses this challenge by modeling the route planning problem as a Markov decision process (MDP) problem, establishing reachability criteria, and identifying the minimum-weight arborescence in the directed graph. To achieve this, the reachability determination algorithm is designed to assess the courier company's reachability to all junctions based on the queue-typed data structure and breadth-first search idea. Subsequently, the minimal-cost route planning algorithm is developed to find a feasible transport route with the minimal cost of clearing obstacles by resorting to the Edmonds' algorithm and some feasible data structures. In particular, the article introduces a Fibonacci-heap-typed data structure to the minimal-cost route planning algorithm, resulting in a remarkable reduction of the time complexity from <span></span><math>\\n <semantics>\\n <mrow>\\n <mi>O</mi>\\n <mo>(</mo>\\n <mi>m</mi>\\n <mi>n</mi>\\n <mo>)</mo>\\n </mrow>\\n <annotation>$O(mn)$</annotation>\\n </semantics></math> to <span></span><math>\\n <semantics>\\n <mrow>\\n <mi>O</mi>\\n <mo>(</mo>\\n <mi>m</mi>\\n <mo>+</mo>\\n <mi>n</mi>\\n <mi>log</mi>\\n <mi>n</mi>\\n <mo>)</mo>\\n </mrow>\\n <annotation>$O(m + n\\\\log n)$</annotation>\\n </semantics></math>, where <span></span><math>\\n <semantics>\\n <mi>m</mi>\\n <annotation>$m$</annotation>\\n </semantics></math> and <span></span><math>\\n <semantics>\\n <mi>n</mi>\\n <annotation>$n$</annotation>\\n </semantics></math> represent the cardinalities of the arc set and nodeset, respectively. Ultimately, the proposed method is applied to optimize route planning in a transportation network, providing a cost-efficient solution for logistics and transportation planning.</p>\",\"PeriodicalId\":50382,\"journal\":{\"name\":\"IET Control Theory and Applications\",\"volume\":\"18 17\",\"pages\":\"2358-2367\"},\"PeriodicalIF\":2.2000,\"publicationDate\":\"2024-09-08\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cth2.12735\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"IET Control Theory and Applications\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://onlinelibrary.wiley.com/doi/10.1049/cth2.12735\",\"RegionNum\":4,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q2\",\"JCRName\":\"AUTOMATION & CONTROL SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"IET Control Theory and Applications","FirstCategoryId":"94","ListUrlMain":"https://onlinelibrary.wiley.com/doi/10.1049/cth2.12735","RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"AUTOMATION & CONTROL SYSTEMS","Score":null,"Total":0}
引用次数: 0

摘要

交通网络中的高效路线规划,尤其是在恶劣天气(如大雪或冰雹)等随机条件下的路线规划,是一项重大的计算挑战。本文通过将路线规划问题建模为马尔可夫决策过程(MDP)问题、建立可达性标准以及确定有向图中的最小权重树枝来应对这一挑战。为此,设计了可达性确定算法,根据队列类型数据结构和广度优先搜索思想,评估快递公司到达所有路口的可达性。随后,利用埃德蒙兹算法和一些可行的数据结构,开发了最小成本路线规划算法,以最小的清障成本找到可行的运输路线。其中,m $m$和n $n$分别代表弧集和节点集的心数。最终,提出的方法被应用于优化运输网络中的路线规划,为物流和运输规划提供了一种经济高效的解决方案。
本文章由计算机程序翻译,如有差异,请以英文原文为准。

Minimal-cost route planning via Fibonacci-heap-typed data structure

Minimal-cost route planning via Fibonacci-heap-typed data structure

Efficient route planning in transportation networks, particularly under stochastic conditions like severe weather (i.e. snow or hail), poses a significant computational challenge. This article addresses this challenge by modeling the route planning problem as a Markov decision process (MDP) problem, establishing reachability criteria, and identifying the minimum-weight arborescence in the directed graph. To achieve this, the reachability determination algorithm is designed to assess the courier company's reachability to all junctions based on the queue-typed data structure and breadth-first search idea. Subsequently, the minimal-cost route planning algorithm is developed to find a feasible transport route with the minimal cost of clearing obstacles by resorting to the Edmonds' algorithm and some feasible data structures. In particular, the article introduces a Fibonacci-heap-typed data structure to the minimal-cost route planning algorithm, resulting in a remarkable reduction of the time complexity from O ( m n ) $O(mn)$ to O ( m + n log n ) $O(m + n\log n)$ , where m $m$ and n $n$ represent the cardinalities of the arc set and nodeset, respectively. Ultimately, the proposed method is applied to optimize route planning in a transportation network, providing a cost-efficient solution for logistics and transportation planning.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
IET Control Theory and Applications
IET Control Theory and Applications 工程技术-工程:电子与电气
CiteScore
5.70
自引率
7.70%
发文量
167
审稿时长
5.1 months
期刊介绍: IET Control Theory & Applications is devoted to control systems in the broadest sense, covering new theoretical results and the applications of new and established control methods. Among the topics of interest are system modelling, identification and simulation, the analysis and design of control systems (including computer-aided design), and practical implementation. The scope encompasses technological, economic, physiological (biomedical) and other systems, including man-machine interfaces. Most of the papers published deal with original work from industrial and government laboratories and universities, but subject reviews and tutorial expositions of current methods are welcomed. Correspondence discussing published papers is also welcomed. Applications papers need not necessarily involve new theory. Papers which describe new realisations of established methods, or control techniques applied in a novel situation, or practical studies which compare various designs, would be of interest. Of particular value are theoretical papers which discuss the applicability of new work or applications which engender new theoretical applications.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信