Distance-2-Dispersion: Dispersion with Further Constraints
Tanvir Kaur, Kaushik Mondal

TL;DR
This paper introduces the Distance-2-Dispersion problem, a variant of robot dispersion on graphs with the constraint that no two adjacent nodes contain robots, and provides an algorithm with complexity bounds for solving it.
Contribution
The paper formulates the Distance-2-Dispersion problem with adjacency constraints and presents an algorithm that operates efficiently without global graph knowledge.
Findings
Algorithm terminates in 2Δ(8m-3n+3) rounds
Uses O(log Δ) memory per robot
Provides an Ω(mΔ) lower bound on rounds
Abstract
The aim of the dispersion problem is to place a set of mobile robots in the nodes of an unknown graph consisting of nodes such that in the final configuration each node contains at most one robot, starting from any arbitrary initial configuration of the robots on the graph. In this work we propose a variant of the dispersion problem where we start with any number of robots, and put an additional constraint that no two adjacent nodes contain robots in the final configuration. We name this problem as Distance-2-Dispersion (D-2-D). However, even if the number of robots is less than , it may not possible for each robot to find a distinct node to reside, maintaining our added constraint. Specifically, if a maximal independent set is already formed by the nodes which contain a robot each, then other robots, if any, who are searching for a node to seat, will not find…
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
TopicsOptimization and Search Problems · Robotic Path Planning Algorithms · Advanced Manufacturing and Logistics Optimization
