ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2309.10796
29
0

Heuristic Search for Path Finding with Refuelling

19 September 2023
Anushtup Nandy
Z. Ren
Howie Choset
Howie Choset
Zhongqiang Ren
ArXivPDFHTML
Abstract

This paper considers a generalization of the Path Finding (PF) problem with refuelling constraints referred to as the Gas Station Problem (GSP). Similar to PF, given a graph where vertices are gas stations with known fuel prices, and edge costs are the gas consumption between the two vertices, GSP seeks a minimum-cost path from the start to the goal vertex for a robot with a limited gas tank and a limited number of refuelling stops. While GSP is polynomial-time solvable, it remains a challenge to quickly compute an optimal solution in practice since it requires simultaneously determine the path, where to make the stops, and the amount to refuel at each stop. This paper develops a heuristic search algorithm called Refuel A∗^*∗ (RF-A∗^*∗) that iteratively constructs partial solution paths from the start to the goal guided by a heuristic while leveraging dominance rules for pruning during planning. RF-A∗^*∗ is guaranteed to find an optimal solution and often runs 2 to 8 times faster than the existing approaches in large city maps with several hundreds of gas stations.

View on arXiv
@article{zhao2025_2309.10796,
  title={ Heuristic Search for Path Finding with Refuelling },
  author={ Shizhe Zhao and Anushtup Nandy and Howie Choset and Sivakumar Rathinam and Zhongqiang Ren },
  journal={arXiv preprint arXiv:2309.10796},
  year={ 2025 }
}
Comments on this paper