Maintaining Longest Paths Incrementally

  • Authors:
  • Irit Katriel;Laurent Michel;Pascal Hentenryck

  • Affiliations:
  • Max-Plank-Institut für Informatik, Saarbrücken, Germany;University of Connecticut, Storrs, USA 06269-2155;Brown University, Providence, USA 02912

  • Venue:
  • Constraints
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Modeling and programming tools for neighborhood search often support invariants, i.e., data structures specified declaratively and automatically maintained incrementally under changes. This paper considers invariants for longest paths in directed acyclic graphs, a fundamental abstraction for many applications. It presents bounded incremental algorithms for arc insertion and deletion which run in O(驴驴驴 + |驴| log|驴|) time and O(驴驴驴) time respectively, where |驴| and 驴驴驴 are measures of the change in the input and output. The paper also shows how to generalize the algorithm to various classes of multiple insertions/deletions encountered in scheduling applications. Preliminary experimental results show that the algorithms behave well in practice.