paper-with-me

Papers

Graph Coloring to Reduce Computation Time in Prioritized Planning

2025-01-18 · Patrick Scheffe, Julius Kahle, Bassam Alrifaee

Distributing computations among agents in large networks reduces computational effort in multi-agent path finding (MAPF). One distribution strategy is prioritized planning (PP). In PP, we couple and prioritize interacting agents to achieve a desired behavior across all agents in the network. We characterize the interaction with a directed acyclic graph (DAG). The computation time for solving MAPF problem using PP is mainly determined through the longest path in this DAG. The longest path depends on the fixed undirected coupling graph and the variable prioritization. The approaches from literature to prioritize agents are numerous and pursue various goals. This article presents an approach for prioritization in PP to reduce the longest path length in the coupling DAG and thus the computation time for MAPF using PP. We prove that this problem can be mapped to a graph-coloring problem, in which the number of colors required corresponds to the longest path length in the coupling DAG. We propose a decentralized graph-coloring algorithm to determine priorities for the agents. We evaluate the approach by applying it to multi-agent motion planning (MAMP) for connected and automated vehicles (CAVs) on roads using, a variant of MAPF.

📄 PDF Abstract BibTeX arXiv:2501.10812

Code (1)

embedded-software-laboratory/p-dmpc 공식 구현

Tasks

Motion PlanningMulti-Agent Path Finding

Similar Papers 제목 키워드 기반

JCOL: A Java package for solving the graph coloring problem

2020-04-03 · Journal of Open Source Software 2020 4 · Shalin Shah

The graph coloring problem aims at assigning colors to the nodes of a graph such that no two connected nodes have the same color. The graph coloring problem is NP-complete and one of the harder problems to solve. Here we…

Population-based Gradient Descent Weight Learning for Graph Coloring Problems

2019-09-05 · Olivier Goudet, Béatrice Duval, Jin-Kao Hao

Graph coloring involves assigning colors to the vertices of a graph such that two vertices linked by an edge receive different colors. Graph coloring problems are general models that are very useful to formulate many rel…

A deep learning guided memetic framework for graph coloring problems

2021-09-13 · Olivier Goudet, Cyril Grelier, Jin-Kao Hao

Given an undirected graph $G=(V,E)$ with a set of vertices $V$ and a set of edges $E$, a graph coloring problem involves finding a partition of the vertices into different independent sets. In this paper we present a new…

Deep Learning

Distributed Answer Set Coloring: Stable Models Computation via Graph Coloring

2019-09-18 · Marco De Bortoli

Answer Set Programming (ASP) is a famous logic language for knowledge representation, which has been really successful in the last years, as witnessed by the great interest into the development of efficient solvers for A…

Evolutionary Algorithm for Graph Coloring Problem

2021-11-17 · Robiul Islam, Arup Kumar Pramanik

The graph coloring problem (GCP) is one of the most studied NP-HARD problems in computer science. Given a graph , the task is to assign a color to all vertices such that no vertices sharing an edge receive the same color…