中文
相关论文

相关论文: Colouring random graphs and maximising local diver…

200 篇论文

Graph drawing research traditionally focuses on producing geometric embeddings of graphs satisfying various aesthetic constraints. After the geometric embedding is specified, there is an additional step that is often overlooked or ignored:…

计算几何 · 计算机科学 2007-05-23 Michael B. Dillencourt , David Eppstein , Michael T. Goodrich

The reconfiguration graph $\mathcal{C}_k(G)$ for the $k$-colourings of a graph $G$ has a vertex for each proper $k$-colouring of $G$, and two vertices of $\mathcal{C}_k(G)$ are adjacent precisely when those $k$-colourings differ on a single…

组合数学 · 数学 2023-10-03 Stijn Cambie , Wouter Cames van Batenburg , Daniel W. Cranston

Circular coloring is a constraints satisfaction problem where colors are assigned to nodes in a graph in such a way that every pair of connected nodes has two consecutive colors (the first color being consecutive to the last). We study…

无序系统与神经网络 · 物理学 2016-08-31 Christian Schmidt , Nils-Eric Guenther , Lenka Zdeborová

We study network robustness under correlated failures modeled by colors, where each color represents a class of edges or vertices that may fail simultaneously. An edge-colored graph is said to be edge-color-avoiding $k$-edge-connected if it…

组合数学 · 数学 2025-09-08 József Pintér , Kitti Varga

We consider the problem of $q$-colouring a $k$-uniform random hypergraph, where $q,k \geq 3$, and determine the rigidity threshold. For edge densities above the rigidity threshold, we show that almost all solutions have a linear number of…

组合数学 · 数学 2019-06-12 Peter Ayre , Catherine Greenhill

In this work we present a simple and efficient algorithm which, with high probability, provides an almost uniform sample from the set of proper k-colourings on an instance of a sparse random graph G(n,d/n), where k=k(d) is a sufficiently…

离散数学 · 计算机科学 2008-06-26 Charilaos Efthymiou , Paul G. Spirakis

Coloring problems in graphs have been used to model a wide range of real applications. In particular, the List Coloring Problem generalizes the well-known Graph Coloring Problem for which many exact algorithms have been developed. In this…

离散数学 · 计算机科学 2020-02-28 Mauro Lucci , Graciela Nasini , Daniel Severín

This paper explores the application of a new algebraic method of edge coloring, called complex coloring, to the scheduling problems of input queued switches. The proposed distributed parallel scheduling algorithm possesses two important…

网络与互联网体系结构 · 计算机科学 2016-06-24 Lingkang Wang , Tong Ye , Tony T. Lee , Weisheng Hu

We introduce a general method for obtaining fixed-parameter algorithms for problems about finding paths in undirected graphs, where the length of the path could be unbounded in the parameter. The first application of our method is as…

数据结构与算法 · 计算机科学 2022-07-18 Fedor V. Fomin , Petr A. Golovach , Tuukka Korhonen , Kirill Simonov , Giannos Stamoulis

We study graph coloring problems in the streaming model, where the goal is to process an $n$-vertex graph whose edges arrive in a stream, using a limited space that is smaller than the trivial $O(n^2)$ bound. While prior work has largely…

数据结构与算法 · 计算机科学 2025-10-22 Sepehr Assadi , Janani Sundaresan , Helia Yazdanyar

We study a graph coloring problem that is otherwise easy but becomes quite non-trivial in the one-pass streaming model. In contrast to previous graph coloring problems in streaming that try to find an assignment of colors to vertices, our…

数据结构与算法 · 计算机科学 2020-10-27 Anup Bhattacharya , Arijit Bishnu , Gopinath Mishra , Anannya Upasana

Current quantum computing devices have different strengths and weaknesses depending on their architectures. This means that flexible approaches to circuit design are necessary. We address this task by introducing a novel space-efficient…

The $\Delta$-vertex coloring problem has become one of the prototypical problems for understanding the complexity of local distributed graph problems on constant-degree graphs. The major open problem is whether the problem can be solved…

分布式、并行与集群计算 · 计算机科学 2025-04-08 Manuel Jakob , Yannic Maus

One of the most important concepts in biological network analysis is that of network motifs, which are patterns of interconnections that occur in a given network at a frequency higher than expected in a random network. In this work we are…

离散数学 · 计算机科学 2020-05-29 Diego P Rubert , Eloi Araujo , Marco A Stefanes , Jens Stoye , Fábio V Martinez

Given a graph $G$ that is modified by a sequence of edge insertions and deletions, we study the Maximum $k$-Edge Coloring problem Having access to $k$ colors, how can we color as many edges of $G$ as possible such that no two adjacent edges…

数据结构与算法 · 计算机科学 2025-04-11 Antoine El-Hayek , Kathrin Hanauer , Monika Henzinger

We introduce learning augmented algorithms to the online graph coloring problem. Although the simple greedy algorithm FirstFit is known to perform poorly in the worst case, we are able to establish a relationship between the structure of…

数据结构与算法 · 计算机科学 2023-12-04 Antonios Antoniadis , Hajo Broersma , Yang Meng

We introduce two novel evolutionary formulations of the problem of coloring the nodes of a graph. The first formulation is based on the relationship that exists between a graph's chromatic number and its acyclic orientations. It views such…

神经与进化计算 · 计算机科学 2007-05-23 V. C. Barbosa , C. A. G. Assis , J. O. do Nascimento

This paper studies the fundamental problem of graph coloring in fully dynamic graphs. Since the problem of computing an optimal coloring, or even approximating it to within $n^{1-\epsilon}$ for any $\epsilon > 0$, is NP-hard in static…

数据结构与算法 · 计算机科学 2020-06-23 Shay Solomon , Nicole Wein

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 and that the number…

神经与进化计算 · 计算机科学 2021-11-19 Robiul Islam , Arup Kumar Pramanik

We consider the problem of coloring k-colorable graphs with the fewest possible colors. We present a randomized polynomial time algorithm that colors a 3-colorable graph on $n$ vertices with min O(Delta^{1/3} log^{1/2} Delta log n),…

数据结构与算法 · 计算机科学 2007-05-23 David Karger , Rajeev Motwani , Madhu Sudan