Lazy Modeling of Variants of Token Swapping Problem and Multi-agent Path Finding through Combination of Satisfiability Modulo Theories and Conflict-based Search
Pavel Surynek

TL;DR
This paper introduces a flexible framework for item relocation problems on graphs, combining SMT and conflict-based search, and demonstrates its efficiency over existing methods through extensive experiments.
Contribution
It proposes a novel SMT-based conflict resolution approach for item relocation problems, unifying multiple problem types and improving solving efficiency.
Findings
SMT-CBS outperforms standard CBS in benchmarks.
Lazy constraint addition reduces problem complexity.
Approach effectively handles multiple variants like TSWAP, TROT, TPERM.
Abstract
We address item relocation problems in graphs in this paper. We assume items placed in vertices of an undirected graph with at most one item per vertex. Items can be moved across edges while various constraints depending on the type of relocation problem must be satisfied. We introduce a general problem formulation that encompasses known types of item relocation problems such as multi-agent path finding (MAPF) and token swapping (TSWAP). In this formulation we express two new types of relocation problems derived from token swapping that we call token rotation (TROT) and token permutation (TPERM). Our solving approach for item relocation combines satisfiability modulo theory (SMT) with conflict-based search (CBS). We interpret CBS in the SMT framework where we start with the basic model and refine the model with a collision resolution constraint whenever a collision between items occurs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Optimization and Search Problems · Advanced Manufacturing and Logistics Optimization
