An O(Nm) Time Algorithm for Finding the Min Length Directed Cycle in a Graph

In this paper, we introduce an O(nm) time algorithm to determine the minimum length directed cycle (also called the "minimum weight directed cycle") in a directed network with n nodes and m arcs and with no negative length directed cycles. This result improves upon the previous best time b...

Full description

Bibliographic Details
Main Authors: Sedeno-Noda, Antonio (Author), Orlin, James B (Contributor)
Other Authors: Sloan School of Management (Contributor)
Format: Article
Language:English
Published: Society for Industrial and Applied Mathematics, 2018-06-12T14:33:14Z.
Subjects:
Online Access:Get fulltext
Description
Summary:In this paper, we introduce an O(nm) time algorithm to determine the minimum length directed cycle (also called the "minimum weight directed cycle") in a directed network with n nodes and m arcs and with no negative length directed cycles. This result improves upon the previous best time bound of O(nm + n² og log n). Our algorithm first determines the cycle with minimum mean length λ* in O(nm) time. Subsequently, it chooses node potentials so that all reduced costs are λ* or greater. It then solves the all pairs shortest path problem, but restricts attention to paths of length at most nλ*. We speed up the shortest path calculations to O(m) per source node, leading to an O(nm) running time in total. We also carry out computational experiments comparing the performance of the proposed methods and other state-of-the-art methods. Experiments confirmed that it is advantageous to solve the minimum mean cycle problem prior to solving shortest path problems. Analysis of our experiments suggest that the running time to solve the minimum length directed cycle problem was much faster than O(n² on average.
United States. Office of Naval Research (Grant N000141410073)