Improved Algorithms for Computing the Cycle of Minimum Cost-to-Time Ratio in Directed Graphs
Abstract
We study the problem of finding the cycle of minimum cost-to-time ratio in a directed graph with nodes and edges. This problem has a long history in combinatorial optimization and has recently seen interesting applications in the context of quantitative verification. We focus on strongly polynomial algorithms to cover the use-case where the weights are relatively large compared to the size of the graph. Our main result is an algorithm with running time , which gives the first improvement over Megiddo's algorithm [JACM'83] for sparse graphs. We further demonstrate how to obtain both an algorithm with running time on general graphs and an algorithm with running time on constant treewidth graphs. To obtain our main result, we develop a parallel algorithm for negative cycle detection and single-source shortest paths that might be of independent interest.
Cite
@article{arxiv.1704.08122,
title = {Improved Algorithms for Computing the Cycle of Minimum Cost-to-Time Ratio in Directed Graphs},
author = {Karl Bringmann and Thomas Dueholm Hansen and Sebastian Krinninger},
journal= {arXiv preprint arXiv:1704.08122},
year = {2018}
}
Comments
Accepted to the 44th International Colloquium on Automata, Languages, and Programming (ICALP 2017)