中文
相关论文

相关论文: Combining the Connection Scan Algorithm with Contr…

200 篇论文

Contraction hierarchies are a simple hierarchical routing technique that has proved extremely efficient for static road networks. We explain how to generalize them to networks with time-dependent edge weights. This is the first hierarchical…

数据结构与算法 · 计算机科学 2008-12-18 Peter Sanders

A modified version of the Dijkstra algorithm using an inventive contraction hierarchy is proposed. The algorithm considers a directed acyclic graph with a conical or semi-circular structure for which a pair of edges is chosen iteratively…

数据结构与算法 · 计算机科学 2015-03-20 Ugochi A. Okengwu , Enoch O. Nwachukwu , Emmanuel N. Osegi

Contraction Hierarchies is a successful speedup-technique to Dijkstra's seminal shortest path algorithm that has a convenient trade-off between preprocessing and query times. We investigate a shared-memory parallel implementation that uses…

数据结构与算法 · 计算机科学 2012-08-14 Dennis Luxen , Dennis Schieferdecker

A highly successful approach to route planning in networks (particularly road networks) is to identify a hierarchy in the network that allows faster queries after some preprocessing that basically inserts additional "shortcut"-edges into a…

数据结构与算法 · 计算机科学 2019-09-11 Demian Hespe , Peter Sanders

We consider the problem of quickly computing shortest paths in weighted graphs given auxiliary data derived in an expensive preprocessing phase. By adding a fast weight-customization phase, we extend Contraction Hierarchies by Geisberger et…

数据结构与算法 · 计算机科学 2015-08-24 Julian Dibbelt , Ben Strasser , Dorothea Wagner

Recently we submitted a paper, whose title is A New Fast Unweighted All-pairs Shortest Path Search Algorithm Based on Pruning by Shortest Path Trees, to arXiv. This is related to unweighted graphs. This paper also presents a new fast…

数据结构与算法 · 计算机科学 2019-08-20 Yasuo Yamane , Kenichi Kobayashi

Contraction Hierarchies (CH) (Geisberger et al., 2008) is one of the most widely used algorithms for shortest-path queries on road networks. Compared to Dijkstra's algorithm, CH enables orders of magnitude faster query performance through a…

数据结构与算法 · 计算机科学 2025-04-24 Zijin Wan , Xiaojun Dong , Letong Wang , Enzuo Zhu , Yan Gu , Yihan Sun

The search is based on the preliminary transformation of matrices or adjacency lists traditionally used in the study of graphs into projections cleared of redundant information (refined) followed by the selection of the desired shortest…

分布式、并行与集群计算 · 计算机科学 2026-01-16 V. A. Melent'ev

In the last decade, there has been a substantial amount of research in finding routing algorithms designed specifically to run on real-world graphs. In 2010, Abraham et al. showed upper bounds on the query time in terms of a graph's highway…

数据结构与算法 · 计算机科学 2015-09-08 Colin White

Faster pathfinding in time-dependent transport networks is an important and challenging problem in navigation systems. There are two main types of transport networks: road networks for car driving and public transport route network. The…

数据结构与算法 · 计算机科学 2024-10-24 Andrii Rohovyi , Peter J. Stuckey , Toby Walsh

We introduce the Connection Scan Algorithm (CSA) to efficiently answer queries to timetable information systems. The input consists, in the simplest setting, of a source position and a desired target position. The output consist is a…

数据结构与算法 · 计算机科学 2017-03-20 Julian Dibbelt , Thomas Pajor , Ben Strasser , Dorothea Wagner

We develop the data structure PReaCH (for Pruned Reachability Contraction Hierarchies) which supports reachability queries in a directed graph, i.e., it supports queries that ask whether two nodes in the graph are connected by a directed…

数据结构与算法 · 计算机科学 2014-04-18 Florian Merz , Peter Sanders

Querying the shortest path between two vertexes is a fundamental operation in a variety of applications, which has been extensively studied over static road networks. However, in reality, the travel costs of road segments evolve over time,…

数据库 · 计算机科学 2023-03-08 Zengyang Gong , Yuxiang Zeng , Lei Chen

The method is based on the preliminary transformation of the traditionally used matrices or adjacency lists in the graph theory into refined projections free from redundant information, and their subsequent use in constructing shortest…

分布式、并行与集群计算 · 计算机科学 2024-10-25 V. A. Melent'ev

In this paper, a reduced-rank scheme with joint iterative optimization is presented for direction of arrival estimation. A rank-reduction matrix and an auxiliary reduced-rank parameter vector are jointly optimized to calculate the output…

数据结构与算法 · 计算机科学 2016-11-17 L. Wang , R. C. de Lamare , M. Haardt

This paper proposes earliest and latest path algorithms based on binary weight allocation, assigning weights of 2(i-1) and 2(m-i) to the i-th arc in a network. While traditional shortest path algorithms optimize only distance, our approach…

组合数学 · 数学 2025-04-08 Wei-Chang Yeh

We study the problem of quickly computing point-to-point shortest paths in massive road networks with traffic predictions. Incorporating traffic predictions into routing allows, for example, to avoid commuter traffic congestions. Existing…

数据结构与算法 · 计算机科学 2021-03-29 Ben Strasser , Dorothea Wagner , Tim Zeitz

Quantum algorithms for several problems in graph theory are considered. Classical algorithms for finding the lowest weight path between two points in a graph and for finding a minimal weight spanning tree involve searching over some space.…

量子物理 · 物理学 2007-05-23 Mark Heiligman

Contracting tensor networks is often computationally demanding. Well-designed contraction sequences can dramatically reduce the contraction cost. We explore the performance of simulated annealing and genetic algorithms, two common discrete…

神经与进化计算 · 计算机科学 2021-03-10 Frank Schindler , Adam S. Jermyn

Motivated by extracting and summarizing relevant information in short sentence settings, such as satisfaction questionnaires, hotel reviews, and X/Twitter, we study the problem of clustering words in a hierarchical fashion. In particular,…

机器学习 · 计算机科学 2023-12-08 Eliabelle Mauduit , Andrea Simonetto
‹ 上一页 1 2 3 10 下一页 ›