2022
DOI: 10.1613/jair.1.13318
|View full text |Cite
|
Sign up to set email alerts
|

Migrating Techniques from Search-based Multi-Agent Path Finding Solvers to SAT-based Approach

Abstract: In the multi-agent path finding problem (MAPF) we are given a set of agents each with respective start and goal positions. The task is to find paths for all agents while avoiding collisions, aiming to minimize a given objective function. Many MAPF solvers were introduced in the past decade for optimizing two specific objective functions: sum-of-costs and makespan. Two prominent categories of solvers can be distinguished: search-based solvers and compilation-based solvers. Search-based solvers were developed an… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2022
2022
2022
2022

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(2 citation statements)
references
References 54 publications
(154 reference statements)
0
2
0
Order By: Relevance
“…We briefly review relevant aspects of the two most related compilation-based approaches: MDD-SAT (Surynek et al, 2016(Surynek et al, , 2022 and ASP-MAPF (Gómez et al, 2021). Both approaches encode the problem using propositional variables relative to a certain time instant.…”
Section: Existing Compilation-based Approachesmentioning
confidence: 99%
See 1 more Smart Citation
“…We briefly review relevant aspects of the two most related compilation-based approaches: MDD-SAT (Surynek et al, 2016(Surynek et al, , 2022 and ASP-MAPF (Gómez et al, 2021). Both approaches encode the problem using propositional variables relative to a certain time instant.…”
Section: Existing Compilation-based Approachesmentioning
confidence: 99%
“…While the former (e.g., Sharon, Stern, Felner, & Sturtevant, 2012;Felner, Li, Boyarski, Ma, Cohen, Kumar, & Koenig, 2018;Li, Felner, Boyarski, Ma, & Koenig, 2019a) can scale to large maps, they do not perform very well in relatively small, dense maps. Compilation-based techniques, instead, translate the MAPF instance to an instance of another problem, for example Boolean satisfiability (SAT) (e.g., Surynek, Felner, Stern, & Boyarski, 2016;Barták, Zhou, Stern, Boyarski, & Surynek, 2017;Barták & Svancara, 2019;Surynek, Stern, Boyarski, & Felner, 2022), answer set programming (ASP) (e.g., Erdem, Kisa, Öztok, & Schüller, 2013;Gebser, Obermeier, Otto, Schaub, Sabuncu, Nguyen, & Son, 2018;Nguyen, Obermeier, Son, Schaub, & Yeoh, 2017;Gómez, Hernández, & Baier, 2021), or Mixed-Integer Programming (MIP) (e.g., Barták et al, 2017). They do perform better than search-based solvers in dense, rather small maps, but do not scale to large maps.…”
Section: Introductionmentioning
confidence: 99%