关于多源瓶颈路径问题的高效算法

IF 16.4 1区 化学 Q1 CHEMISTRY, MULTIDISCIPLINARY Accounts of Chemical Research Pub Date : 2024-04-18 DOI:10.1007/s11590-024-02113-0
Kirill V. Kaymakov, Dmitry S. Malyshev
{"title":"关于多源瓶颈路径问题的高效算法","authors":"Kirill V. Kaymakov, Dmitry S. Malyshev","doi":"10.1007/s11590-024-02113-0","DOIUrl":null,"url":null,"abstract":"<p>For given edge-capacitated connected graph and two its vertices <i>s</i> and <i>t</i>, the bottleneck (or <span>\\(\\max \\min \\)</span>) path problem is to find the maximum value of path-minimum edge capacities among all paths, connecting <i>s</i> and <i>t</i>. It can be generalized by finding the bottleneck values between <i>s</i> and all possible <i>t</i>. These problems arise as subproblems in the known maximum flow problem, having applications in many real-life tasks. For any graph with <i>n</i> vertices and <i>m</i> edges, they can be solved in <i>O</i>(<i>m</i>) and <i>O</i>(<i>t</i>(<i>m</i>, <i>n</i>)) times, respectively, where <span>\\(t(m,n)=\\min (m+n\\log (n),m\\alpha (m,n))\\)</span> and <span>\\(\\alpha (\\cdot ,\\cdot )\\)</span> is the inverse Ackermann function. In this paper, we generalize of the bottleneck path problems by considering their versions with <i>k</i> sources. For the first of them, where <i>k</i> pairs of sources and targets are (offline or online) given, we present an <span>\\(O((m+k)\\log (n))\\)</span>-time randomized and an <span>\\(O(m+(n+k)\\log (n))\\)</span>-time deterministic algorithms for the offline and online versions, respectively. For the second one, where the bottleneck values are found between <i>k</i> sources and all targets, we present an <span>\\(O(t(m,n)+kn)\\)</span>-time offline/online algorithm.</p>","PeriodicalId":1,"journal":{"name":"Accounts of Chemical Research","volume":null,"pages":null},"PeriodicalIF":16.4000,"publicationDate":"2024-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"On efficient algorithms for bottleneck path problems with many sources\",\"authors\":\"Kirill V. Kaymakov, Dmitry S. Malyshev\",\"doi\":\"10.1007/s11590-024-02113-0\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<p>For given edge-capacitated connected graph and two its vertices <i>s</i> and <i>t</i>, the bottleneck (or <span>\\\\(\\\\max \\\\min \\\\)</span>) path problem is to find the maximum value of path-minimum edge capacities among all paths, connecting <i>s</i> and <i>t</i>. It can be generalized by finding the bottleneck values between <i>s</i> and all possible <i>t</i>. These problems arise as subproblems in the known maximum flow problem, having applications in many real-life tasks. For any graph with <i>n</i> vertices and <i>m</i> edges, they can be solved in <i>O</i>(<i>m</i>) and <i>O</i>(<i>t</i>(<i>m</i>, <i>n</i>)) times, respectively, where <span>\\\\(t(m,n)=\\\\min (m+n\\\\log (n),m\\\\alpha (m,n))\\\\)</span> and <span>\\\\(\\\\alpha (\\\\cdot ,\\\\cdot )\\\\)</span> is the inverse Ackermann function. In this paper, we generalize of the bottleneck path problems by considering their versions with <i>k</i> sources. For the first of them, where <i>k</i> pairs of sources and targets are (offline or online) given, we present an <span>\\\\(O((m+k)\\\\log (n))\\\\)</span>-time randomized and an <span>\\\\(O(m+(n+k)\\\\log (n))\\\\)</span>-time deterministic algorithms for the offline and online versions, respectively. For the second one, where the bottleneck values are found between <i>k</i> sources and all targets, we present an <span>\\\\(O(t(m,n)+kn)\\\\)</span>-time offline/online algorithm.</p>\",\"PeriodicalId\":1,\"journal\":{\"name\":\"Accounts of Chemical Research\",\"volume\":null,\"pages\":null},\"PeriodicalIF\":16.4000,\"publicationDate\":\"2024-04-18\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Accounts of Chemical Research\",\"FirstCategoryId\":\"100\",\"ListUrlMain\":\"https://doi.org/10.1007/s11590-024-02113-0\",\"RegionNum\":1,\"RegionCategory\":\"化学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"CHEMISTRY, MULTIDISCIPLINARY\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Accounts of Chemical Research","FirstCategoryId":"100","ListUrlMain":"https://doi.org/10.1007/s11590-024-02113-0","RegionNum":1,"RegionCategory":"化学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"CHEMISTRY, MULTIDISCIPLINARY","Score":null,"Total":0}
引用次数: 0

摘要

对于给定的有边容量的连通图及其两个顶点 s 和 t,瓶颈(或 \(\max \min \))路径问题是在连接 s 和 t 的所有路径中找到路径最小边容量的最大值。对于任何有 n 个顶点和 m 条边的图,它们可以分别在 O(m) 和 O(t(m, n)) 次内求解,其中(t(m,n)=\min (m+n\log (n),m\alpha (m,n)))和(\alpha (\cdot ,\cdot))是反阿克曼函数。在本文中,我们通过考虑有 k 个来源的瓶颈路径问题来概括这些问题。对于其中的第一个版本,即 k 对来源和目标是(离线或在线)给定的,我们为离线和在线版本分别提出了一个(O((m+k)\log (n))-time 随机算法和一个(O(m+(n+k)\log (n))-time 确定性算法。对于第二种算法,即在 k 个来源和所有目标之间找到瓶颈值,我们提出了一种离线/在线算法(O(t(m,n)+kn)\t(m,n)+kn)-time)。
本文章由计算机程序翻译,如有差异,请以英文原文为准。

摘要图片

查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
On efficient algorithms for bottleneck path problems with many sources

For given edge-capacitated connected graph and two its vertices s and t, the bottleneck (or \(\max \min \)) path problem is to find the maximum value of path-minimum edge capacities among all paths, connecting s and t. It can be generalized by finding the bottleneck values between s and all possible t. These problems arise as subproblems in the known maximum flow problem, having applications in many real-life tasks. For any graph with n vertices and m edges, they can be solved in O(m) and O(t(mn)) times, respectively, where \(t(m,n)=\min (m+n\log (n),m\alpha (m,n))\) and \(\alpha (\cdot ,\cdot )\) is the inverse Ackermann function. In this paper, we generalize of the bottleneck path problems by considering their versions with k sources. For the first of them, where k pairs of sources and targets are (offline or online) given, we present an \(O((m+k)\log (n))\)-time randomized and an \(O(m+(n+k)\log (n))\)-time deterministic algorithms for the offline and online versions, respectively. For the second one, where the bottleneck values are found between k sources and all targets, we present an \(O(t(m,n)+kn)\)-time offline/online algorithm.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Accounts of Chemical Research
Accounts of Chemical Research 化学-化学综合
CiteScore
31.40
自引率
1.10%
发文量
312
审稿时长
2 months
期刊介绍: Accounts of Chemical Research presents short, concise and critical articles offering easy-to-read overviews of basic research and applications in all areas of chemistry and biochemistry. These short reviews focus on research from the author’s own laboratory and are designed to teach the reader about a research project. In addition, Accounts of Chemical Research publishes commentaries that give an informed opinion on a current research problem. Special Issues online are devoted to a single topic of unusual activity and significance. Accounts of Chemical Research replaces the traditional article abstract with an article "Conspectus." These entries synopsize the research affording the reader a closer look at the content and significance of an article. Through this provision of a more detailed description of the article contents, the Conspectus enhances the article's discoverability by search engines and the exposure for the research.
期刊最新文献
Management of Cholesteatoma: Hearing Rehabilitation. Congenital Cholesteatoma. Evaluation of Cholesteatoma. Management of Cholesteatoma: Extension Beyond Middle Ear/Mastoid. Recidivism and Recurrence.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1