paper-with-me

홈 › Papers

Enhanced Methods for the Weight Constrained Shortest Path Problem

2022-07-29 · Saman Ahmadi, Guido Tack, Daniel Harabor, Philip Kilby, Mahdi Jalili

The classic problem of constrained pathfinding is a well-studied, yet challenging, topic in AI with a broad range of applications in various areas such as communication and transportation. The Weight Constrained Shortest Path Problem (WCSPP), the base form of constrained pathfinding with only one side constraint, aims to plan a cost-optimum path with limited weight/resource usage. Given the bi-criteria nature of the problem (i.e., dealing with the cost and weight of paths), methods addressing the WCSPP have some common properties with bi-objective search. This paper leverages the recent state-of-the-art techniques in both constrained pathfinding and bi-objective search and presents two new solution approaches to the WCSPP on the basis of A* search, both capable of solving hard WCSPP instances on very large graphs. We empirically evaluate the performance of our algorithms on a set of large and realistic problem instances and show their advantages over the state-of-the-art algorithms in both time and space metrics. This paper also investigates the importance of priority queues in constrained search with A*. We show with extensive experiments on both realistic and randomised graphs how bucket-based queues without tie-breaking can effectively improve the algorithmic performance of exhaustive A*-based bi-criteria searches.

📄 PDF Abstract BibTeX arXiv:2207.14744

Code (1)

https://bitbucket.org/s-ahmadi/biobj 공식 구현

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Resource Constrained Pathfinding with Enhanced Bidirectional A* Search

2024-12-18 · Saman Ahmadi, Andrea Raith, Guido Tack, Mahdi Jalili

The classic Resource Constrained Shortest Path (RCSP) problem aims to find a cost optimal path between a pair of nodes in a network such that the resources used in the path are within a given limit. Having been studied f…

S-Path-RAG: Semantic-Aware Shortest-Path Retrieval Augmented Generation for Multi-Hop Knowledge Graph Question Answering

2026-03-05 · Rong Fu, Yemin Wang, Tianxiang Xu, Yongtai Liu 외 arxiv

We present S-Path-RAG, a semantic-aware shortest-path Retrieval-Augmented Generation framework designed to improve multi-hop question answering over large knowledge graphs. S-Path-RAG departs from one-shot, text-heavy re…

Multi-hop Question AnsweringGraph Question AnsweringKnowledge Graphs

Multiple Manifold Clustering Using Curvature Constrained Path

2018-12-04 · Amir Babaeian

The problem of multiple surface clustering is a challenging task, particularly when the surfaces intersect. Available methods such as Isomap fail to capture the true shape of the surface nearby the intersection and resul…

Clustering

Resource Constrained Pathfinding with A* and Negative Weights

2025-03-14 · Saman Ahmadi, Andrea Raith, Mahdi Jalili

Constrained pathfinding is a well-studied, yet challenging network optimisation problem that can be seen in a broad range of real-world applications. Pathfinding with multiple resource limits, which is known as the Resou…

Edge types vs privacy in K-anonymization of shortest paths

2015-03-18 · Applied Soft Computing 2015 3 · Yu-Chuan Tsai

Information breaches in social networks and other published data have caused many concerns of privacy issues in recent years. Since information in networks can be modeled as graphs, various techniques have been propose…