paper-with-me

Papers

An Incremental Algorithm for a Generalization of the Shortest-Path Problem

1996-09-01 · Journal of Algorithms Volume 21, Issue 2, September 1996, Pages 267-305 1996 9 · G.Ramalingam, ThomasReps

Thegrammar problem, a generalization of the single-source shortest-path problem introduced by D. E. Knuth (Inform. Process. Lett.6(1) (1977), 1–5) is to compute the minimum-cost derivation of a terminal string from each nonterminal of a given context-free grammar, with the cost of a derivation being suitably defined. This problem also subsumes the problem of finding optimal hyperpaths in directed hypergraphs (under varying optimization criteria) that has received attention recently. In this paper we present an incremental algorithm for a version of the grammar problem. As a special case of this algorithm we obtain an efficient incremental algorithm for the single-source shortest-path problem with positive edge lengths. The aspect of our work that distinguishes it from other work on the dynamic shortest-path problem is its ability to handle “multiple heterogeneous modifications”: between updates, the input graph is allowed to be restructured by an arbitrary mixture of edge insertions, edge deletions, and edge-length changes.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Incremental Approximate Single-Source Shortest Paths with Predictions

2025-02-12 · Samuel McCauley, Benjamin Moseley, Aidin Niaparast, Helia Niaparast 외

The algorithms-with-predictions framework has been used extensively to develop online algorithms with improved beyond-worst-case competitive ratios. Recently, there is growing interest in leveraging predictions for desig…

Near-Optimal Algorithms for Autonomous Exploration and Multi-Goal Stochastic Shortest Path

2022-05-22 · Haoyuan Cai, Tengyu Ma, Simon Du

We revisit the incremental autonomous exploration problem proposed by Lim & Auer (2012). In this setting, the agent aims to learn a set of near-optimal goal-conditioned policies to reach the $L$-controllable states: stat…

A Generalization of the Shortest Path Problem to Graphs with Multiple Edge-Cost Estimates

2022-08-22 · Eyal Weiss, Ariel Felner, Gal A. Kaminka

The shortest path problem in graphs is a cornerstone of AI theory and applications. Existing algorithms generally ignore edge weight computation time. We present a generalized framework for weighted directed graphs, wher…

Graph neural networks extrapolate out-of-distribution for shortest paths

2025-03-24 · Robert R. Nerem, Samantha Chen, Sanjoy Dasgupta, Yusu Wang

Neural networks (NNs), despite their success and wide adoption, still struggle to extrapolate out-of-distribution (OOD), i.e., to inputs that are not well-represented by their training dataset. Addressing the OOD general…

Tightest Admissible Shortest Path

2023-08-15 · Eyal Weiss, Ariel Felner, Gal A. Kaminka

The shortest path problem in graphs is fundamental to AI. Nearly all variants of the problem and relevant algorithms that solve them ignore edge-weight computation time and its common relation to weight uncertainty. This…