paper-with-me

Papers

Finding Optimal Solutions to Token Swapping by Conflict-based Search and Reduction to SAT

2018-06-25 · Pavel Surynek

We study practical approaches to solving the token swapping (TSWAP) problem optimally in this short paper. In TSWAP, we are given an undirected graph with colored vertices. A colored token is placed in each vertex. A pair of tokens can be swapped between adjacent vertices. The goal is to perform a sequence of swaps so that token and vertex colors agree across the graph. The minimum number of swaps is required in the optimization variant of the problem. We observed similarities between the TSWAP problem and multi-agent path finding (MAPF) where instead of tokens we have multiple agents that need to be moved from their current vertices to given unique target vertices. The difference between both problems consists in local conditions that state transitions (swaps/moves) must satisfy. We developed two algorithms for solving TSWAP optimally by adapting two different approaches to MAPF - CBS and MDD- SAT. This constitutes the first attempt to design optimal solving algorithms for TSWAP. Experimental evaluation on various types of graphs shows that the reduction to SAT scales better than CBS in optimal TSWAP solving.

📄 PDF Abstract BibTeX arXiv:1806.09487

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

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

2018-09-16 · Pavel Surynek

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…

Multi-Agent Path Finding

Collaborative Task Assignment, Sequencing and Multi-agent Path-finding

2025-10-01 · Yifan Bai, Shruti Kotpalliwar, Christoforos Kanellakis, George Nikolakopoulos arxiv

In this article, we address the problem of collaborative task assignment, sequencing, and multi-agent pathfinding (TSPF), where a team of agents must visit a set of task locations without collisions while minimizing flow…

Computational Efficiency

Language Adaptation on a Tight Academic Compute Budget: Tokenizer Swapping Works and Pure bfloat16 Is Enough

2024-08-28 · Konstantin Dobler, Gerard de Melo

We investigate continued pretraining of LLMs for language adaptation on a tight academic budget: a setting in which only a few GPUs can be used in parallel, for a heavily constrained duration. We focus on adapting Mistra…

Modifying Optimal SAT-based Approach to Multi-agent Path-finding Problem to Suboptimal Variants

2017-07-02 · Pavel Surynek, Ariel Felner, Roni Stern, Eli Boyarski

In multi-agent path finding (MAPF) the task is to find non-conflicting paths for multiple agents. In this paper we focus on finding suboptimal solutions for MAPF for the sum-of-costs variant. Recently, a SAT-based approa…

Multi-Agent Path Finding

Generalized Conflict-directed Search for Optimal Ordering Problems

2021-03-31 · Jingkai Chen, Yuening Zhang, Cheng Fang, Brian C. Williams

Solving planning and scheduling problems for multiple tasks with highly coupled state and temporal constraints is notoriously challenging. An appealing approach to effectively decouple the problem is to judiciously order…

BenchmarkingScheduling