Efficient Online Sensitivity Analysis For The Injective Bottleneck Path Problem
Kirill V. Kaymakov, Dmitry S. Malyshev

TL;DR
This paper introduces an efficient online sensitivity analysis method for the injective bottleneck path problem, significantly improving the computational complexity for determining edge tolerances in network paths with multiple source-target pairs.
Contribution
It proposes a novel preprocessing algorithm that computes all edge tolerances for multiple source-target pairs in a network more efficiently than existing methods.
Findings
Reduces complexity of tolerance computation to O(m α(m,n) + min((n+k) log n, km))
Achieves faster tolerance analysis for multiple pairs compared to previous algorithms
Provides an asymptotic improvement over the Ramaswamy-Orlin-Chakravarty's algorithm
Abstract
The tolerance of an element of a combinatorial optimization problem with respect to a given optimal solution is the maximum change, i.e., decrease or increase, of its cost, such that this solution remains optimal. The bottleneck path problem, for given an edge-capacitated graph, a source, and a target, is to find the - value of edge capacities on paths between the source and the target. For any given sample of this problem with vertices and edges, there is known the Ramaswamy-Orlin-Chakravarty's algorithm to compute an optimal path and all tolerances with respect to it in time. In this paper, for any in advance given -network with distinct edge capacities and source-target pairs, we propose an -time preprocessing, where is the inverse Ackermann function, to find in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Bandit Algorithms Research · Auction Theory and Applications
