Collaborative Task Assignment, Sequencing and Multi-agent Path-finding
Yifan Bai, Shruti Kotpalliwar, Christoforos Kanellakis, George Nikolakopoulos

TL;DR
This paper introduces CBS-TS, an optimal algorithm for collaborative multi-agent task assignment and pathfinding that efficiently combines task sequencing with collision-free path planning, outperforming baseline methods in success rate and optimality.
Contribution
We propose CBS-TS, a novel algorithm that integrates MILP-based task sequencing with conflict-based pathfinding, improving efficiency and optimality in multi-agent task assignment problems.
Findings
CBS-TS outperforms baseline CBSS in success rates
CBS-TS achieves consistently optimal solutions
The method effectively balances task sequencing and collision avoidance
Abstract
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 flowtime. TSPF incorporates agent-task compatibility constraints and ensures that all tasks are completed. We propose a Conflict-Based Search with Task Sequencing (CBS-TS), an optimal and complete algorithm that alternates between finding new task sequences and resolving conflicts in the paths of current sequences. CBS-TS uses a mixed-integer linear program (MILP) to optimize task sequencing and employs Conflict-Based Search (CBS) with Multi-Label A* (MLA*) for collision-free path planning within a search forest. By invoking MILP for the next-best sequence only when needed, CBS-TS efficiently limits the search space, enhancing computational efficiency while maintaining…
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.
