2013
DOI: 10.1609/aaai.v27i1.8592
|View full text |Cite
|
Sign up to set email alerts
|

A General Formal Framework for Pathfinding Problems with Multiple Agents

Abstract: Pathfinding for a single agent is the problem of planning a route from an initial location to a goal location in an environment, going around obstacles. Pathfinding for multiple agents also aims to plan such routes for each agent, subject to different constraints, such as restrictions on the length of each path or on the total length of paths, no self-intersecting paths, no intersection of paths/plans, no crossing/meeting each other. It also has variations for finding optimal solutions, e.g., with respect to t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
41
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
4
3
3

Relationship

0
10

Authors

Journals

citations
Cited by 88 publications
(41 citation statements)
references
References 34 publications
0
41
0
Order By: Relevance
“…A known research field that considers the synchronization challenge is Multi-Agent Path Finding problem (MAPF) (Pallottino et al 2007;Erdem et al 2013;Surynek et al 2016;Švancara et al 2019;Barták et al 2019;Barták, Švancara, and Krasičenko 2020;Li, Ruml, and Koenig 2021). MAPF describes the problem of moving agents to destinations while avoiding collisions.…”
Section: Planing and Coordination Faultsmentioning
confidence: 99%
“…A known research field that considers the synchronization challenge is Multi-Agent Path Finding problem (MAPF) (Pallottino et al 2007;Erdem et al 2013;Surynek et al 2016;Švancara et al 2019;Barták et al 2019;Barták, Švancara, and Krasičenko 2020;Li, Ruml, and Koenig 2021). MAPF describes the problem of moving agents to destinations while avoiding collisions.…”
Section: Planing and Coordination Faultsmentioning
confidence: 99%
“…MAPF: The MAPF problem is NP-hard to solve optimally for flowtime (the sum of the finish times of all agents in the last goal locations of their assigned tasks) minimization [8] and even NP-hard to approximate within any constant factor less than 4/3 for makespan (the maximum of the finish times of all agents in their pre-assigned goal locations) minimization [9], [10]. MAPF algorithms include reductions to other well-studied optimization problems [11]- [13] and specialized rule-based, search-based and hybrid algorithms [14]- [20]. In particular, Conflict-Based Search (CBS) [19] is a popular two-level optimal MAPF algorithm that computes time-optimal paths for individual agents on the low level and performs a best-first tree search to resolve collisions among the paths on the high level.…”
Section: A Background and Related Workmentioning
confidence: 99%
“…Reduction-Based MAPF Algorithms Reduction-based MAPF algorithms reduce MAPF to other well-studied combinatorial problems, such as Boolean Satisfiability [29], Integer Linear Programming [30], and Answer Set Programming [31,32]. They are complete for all MAPF problem instances.…”
Section: Mapf Algorithmsmentioning
confidence: 99%