paper-with-me

Papers

Computing All-Pairs Shortest Paths by Leveraging Low Treewidth

2014-01-18 · Léon R. Planken, Mathijs M. de Weerdt, Roman P. J. van der Krogt

We present two new and efficient algorithms for computing all-pairs shortest paths. The algorithms operate on directed graphs with real (possibly negative) weights. They make use of directed path consistency along a vertex ordering d. Both algorithms run in O(n^2 w_d) time, where w_d is the graph width induced by this vertex ordering. For graphs of constant treewidth, this yields O(n^2) time, which is optimal. On chordal graphs, the algorithms run in O(nm) time. In addition, we present a variant that exploits graph separators to arrive at a run time of O(n w_d^2 + n^2 s_d) on general graphs, where s_d andlt= w_d is the size of the largest minimal separator induced by the vertex ordering d. We show empirically that on both constructed and realistic benchmarks, in many cases the algorithms outperform Floyd-Warshalls as well as Johnsons algorithm, which represent the current state of the art with a run time of O(n^3) and O(nm + n^2 log n), respectively. Our algorithms can be used for spatial and temporal reasoning, such as for the Simple Temporal Problem, which underlines their relevance to the planning and scheduling community.

📄 PDF Abstract BibTeX arXiv:1401.4609

Code (0)

등록된 구현이 없습니다.

Tasks

AllScheduling

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…

Efficient Exact Resistance Distance Computation on Small-Treewidth Graphs: a Labelling Approach

2025-09-05 · Meihao Liao, Yueyang Pan, Rong-Hua Li, Guoren Wang arxiv

Resistance distance computation is a fundamental problem in graph analysis, yet existing random walk-based methods are limited to approximate solutions and suffer from poor efficiency on small-treewidth graphs (e.g., roa…

On Computing Top-$k$ Simple Shortest Paths from a Single Source

2025-09-30 · Mattia D'Emidio, Gabriele Di Stefano arxiv

We investigate the problem of computing the top-$k$ simple shortest paths in weighted digraphs. While the single-pair variant -- finding the top-$k$ simple shortest paths between two specified vertices -- has been extens…

Shortest Paths in HSI Space for Color Texture Classification

2019-04-16 · Mingxin Jin, Yongsheng Dong, Lintao Zheng, Lingfei Liang 외

Color texture representation is an important step in the task of texture classification. Shortest paths was used to extract color texture features from RGB and HSV color spaces. In this paper, we propose to use shortest …

ClassificationGeneral ClassificationTexture Classification

Randomized Shortest Paths with Net Flows and Capacity Constraints

2019-10-04 · Sylvain Courtain, Pierre Leleux, Ilkka Kivimaki, Guillaume Guex 외

This work extends the randomized shortest paths (RSP) model by investigating the net flow RSP and adding capacity constraints on edge flows. The standard RSP is a model of movement, or spread, through a network interpola…

ClusteringNode Clustering