← Search

Daniel D. Harabor

5 accepted papers

2025

Dynamic Replanning for Improved Public Transport Routing

IJCAI 2025

Delays in public transport are common, often impacting users through prolonged travel times and missed transfers. Existing solutions for handling delays remain limited; backup plans based on historical data miss opportunities for earlier arrivals, while snapshot planning accounts for current delays

Cited by 0SourcePDFScholar
2023

Optimal Pathfinding on Weighted Grid Maps

AAAI 2023technical

In many computer games up to hundreds of agents navigate in real-time across a dynamically changing weighted grid map. Pathfinding in these situations is challenging because the grids are large, traversal costs are not uniform, and because each shortest path has many symmetric permutations, all of w…

Cited by 5SourcePDFScholar
2021

A Fast Exact Algorithm for the Resource Constrained Shortest Path Problem

AAAI 2021technical

Resource constrained path finding is a well studied topic in AI, with real-world applications in different areas such as transportation and robotics. This paper introduces several heuristics in the resource constrained path finding context that significantly improve the algorithmic performance of th…

Cited by 24SourcePDFScholar
2021

f-Aware Conflict Prioritization & Improved Heuristics For Conflict-Based Search

AAAI 2021technical

Conflict-Based Search (CBS) is a leading two-level algorithm for optimal Multi-Agent Path Finding (MAPF). The main step of CBS is to expand nodes by resolving conflicts (where two agents collide). Choosing the ‘right’ conflict to resolve can greatly speed up the search. CBS first resolves confl…