# On the Tour Towards DPLL(MAPF) and Beyond

**Authors:** Pavel Surynek

arXiv: 1907.07631 · 2019-07-18

## TL;DR

This paper explores the development of DPLL(MAPF), an integrated solver combining MAPF problem-solving with SAT solving techniques, aiming to improve optimal multi-agent pathfinding methods.

## Contribution

It discusses the current state of MAPF solving and outlines steps towards creating a fully integrated DPLL(MAPF) solver that combines encoding construction with SAT solving.

## Key findings

- Current MAPF solvers use lazy encoding inspired by SMT.
- Integration of encoding construction with SAT solver is loose.
- DPLL(MAPF) has potential for better parametrization and extension.

## Abstract

We discuss milestones on the tour towards DPLL(MAPF), a multi-agent path finding (MAPF) solver fully integrated with the Davis-Putnam-Logemann-Loveland (DPLL) propositional satisfiability testing algorithm through satisfiability modulo theories (SMT). The task in MAPF is to navigate agents in an undirected graph in a non-colliding way so that each agent eventually reaches its unique goal vertex. At most one agent can reside in a vertex at a time. Agents can move instantaneously by traversing edges provided the movement does not result in a collision. Recently attempts to solve MAPF optimally w.r.t. the sum-of-costs or the makespan based on the reduction of MAPF to propositional satisfiability (SAT) have appeared. The most successful methods rely on building the propositional encoding for the given MAPF instance lazily by a process inspired in the SMT paradigm. The integration of satisfiability testing by the SAT solver and the high-level construction of the encoding is however relatively loose in existing methods. Therefore the ultimate goal of research in this direction is to build the DPLL(MAPF) algorithm, a MAPF solver where the construction of the encoding is fully integrated with the underlying SAT solver. We discuss the current state-of-the-art in MAPF solving and what steps need to be done to get DPLL(MAPF). The advantages of DPLL(MAPF) in terms of its potential to be alternatively parametrized with MAPF$^R$, a theory of continuous MAPF with geometric agents, are also discussed.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.07631/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1907.07631/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1907.07631/full.md

---
Source: https://tomesphere.com/paper/1907.07631