中文
相关论文

相关论文: The Johansson--Molloy Theorem for DP-Coloring

200 篇论文

The DP-coloring is a generalization of the list coloring, introduced by Dvo\v{r}\'{a}k and Postle. Let $\mathcal{H}=(L,H)$ be a cover of a graph $G$ and $P_{DP}(G,\mathcal{H})$ be the number of $\mathcal{H}$-colorings of $G$. The DP color…

组合数学 · 数学 2024-04-26 Ziqing Li , Yan Yang

This paper studies sufficient conditions to obtain efficient distributed algorithms coloring graphs optimally (i.e.\ with the minimum number of colors) in the LOCAL model of computation. Most of the work on distributed vertex coloring so…

组合数学 · 数学 2019-01-25 Étienne Bamas , Louis Esperet

This paper proves limit theorems for the number of monochromatic edges in uniform random colorings of general random graphs. These can be seen as generalizations of the birthday problem (what is the chance that there are two friends with…

概率论 · 数学 2018-02-13 Bhaswar B. Bhattacharya , Persi Diaconis , Sumit Mukherjee

The Total Colouring Conjecture suggests that $\Delta+3$ colours ought to suffice in order to provide a proper total colouring of every graph $G$ with maximum degree $\Delta$. Thus far this has been confirmed up to an additive constant…

组合数学 · 数学 2017-03-02 Jakub Przybyło

DP-coloring is a generalization of list coloring that was introduced in 2015 by Dvo\v{r}\'{a}k and Postle. The chromatic polynomial of a graph $G$, denoted $P(G,m)$, is equal to the number of proper $m$-colorings of $G$. A well-known tool…

组合数学 · 数学 2021-07-20 Jeffrey A. Mudrock

We solve, in a fully decentralised way (\ie with no message passing), the classic problem of colouring a graph. We propose a novel algorithm that is automatically responsive to topology changes, and we prove that it converges quickly to a…

数据结构与算法 · 计算机科学 2017-09-05 Alessandro Checco , Douglas J. Leith

Let $G$ be a graph with chromatic number $\chi$, maximum degree $\Delta$ and clique number $\omega$. Reed's conjecture states that $\chi \leq \lceil (1-\varepsilon)(\Delta + 1) + \varepsilon\omega \rceil$ for all $\varepsilon \leq 1/2$. It…

组合数学 · 数学 2018-10-17 Marthe Bonamy , Thomas Perrett , Luke Postle

A variety of powerful extremal results have been shown for the chromatic number of triangle-free graphs. Three noteworthy bounds are in terms of the number of vertices, edges, and maximum degree given by Poljak \& Tuza (1994), and…

组合数学 · 数学 2023-10-13 David G. Harris

Motivated by the definition of linear coloring on simplicial complexes, recently introduced in the context of algebraic topology \cite{Civan}, and the framework through which it was studied, we introduce the linear coloring on graphs. We…

离散数学 · 计算机科学 2008-07-29 Kyriaki Ioannidou , Stavros D. Nikolopoulos

A proper coloring of a graph is \emph{conflict-free} if, for every non-isolated vertex, some color is used exactly once on its neighborhood. Caro, Petru\v{s}evski, and \v{S}krekovski proved that every graph $G$ has a proper conflict-free…

组合数学 · 数学 2024-12-16 Daniel W. Cranston , Chun-Hung Liu

Let $G$ be a graph with maximum degree $\Delta$ and without isolated vertices. An edge colouring $c$ of $G$ is conflict-free if the closed neighbourhood of every edge includes a uniquely coloured element. The least number of colours…

组合数学 · 数学 2022-03-07 Mateusz Kamyczura , Mariusz Meszka , Jakub Przybyło

We prove several new tight distributed lower bounds for classic symmetry breaking graph problems. As a basic tool, we first provide a new insightful proof that any deterministic distributed algorithm that computes a $\Delta$-coloring on…

分布式、并行与集群计算 · 计算机科学 2022-06-03 Alkida Balliu , Sebastian Brandt , Fabian Kuhn , Dennis Olivetti

We present a deterministic distributed algorithm in the LOCAL model that finds a proper $(\Delta + 1)$-edge-coloring of an $n$-vertex graph of maximum degree $\Delta$ in $\mathrm{poly}(\Delta, \log n)$ rounds. This is the first nontrivial…

组合数学 · 数学 2021-03-08 Anton Bernshteyn

A $(p,q)$-coloring of a graph $G$ is an edge-coloring of $G$ which assigns at least $q$ colors to each $p$-clique. The problem of determining the minimum number of colors, $f(n,p,q)$, needed to give a $(p,q)$-coloring of the complete graph…

组合数学 · 数学 2020-06-23 Alex Cameron , Emily Heath

We consider two graph colouring problems in which edges at distance at most $t$ are given distinct colours, for some fixed positive integer $t$. We obtain two upper bounds for the distance-$t$ chromatic index, the least number of colours…

组合数学 · 数学 2015-10-29 Tomáš Kaiser , Ross J. Kang

Hoffman proved that for a simple graph $G$, the chromatic number $\chi(G)$ obeys $\chi(G) \le 1 - \frac{\lambda_1}{\lambda_{n}}$ where $\lambda_1$ and $\lambda_n$ are the maximal and minimal eigenvalues of the adjacency matrix of $G$…

组合数学 · 数学 2014-12-15 Franklin H. J. Kenter

The complexity of distributed edge coloring depends heavily on the palette size as a function of the maximum degree $\Delta$. In this paper we explore the complexity of edge coloring in the LOCAL model in different palette size regimes. 1.…

分布式、并行与集群计算 · 计算机科学 2018-04-20 Yi-Jun Chang , Qizheng He , Wenzheng Li , Seth Pettie , Jara Uitto

Let $G$ be a simple finite connected graph of order $n$ greater than or equal to $3$. We obtain the following results: (1). We apply a result of Hamada and Yoshimura from 1976 and some recent results of Alikhani and Soltani (2020) and…

组合数学 · 数学 2026-04-09 Amitayu Banerjee , Alexa Gopaulsingh , Zalán Molnár

We show that every Borel graph $G$ of subexponential growth has a Borel proper edge-coloring with $\Delta(G) + 1$ colors. We deduce this from a stronger result, namely that an $n$-vertex (finite) graph $G$ of subexponential growth can be…

组合数学 · 数学 2024-08-22 Anton Bernshteyn , Abhishek Dhawan

Vizing's celebrated theorem asserts that any graph of maximum degree $\Delta$ admits an edge coloring using at most $\Delta+1$ colors. In contrast, Bar-Noy, Naor and Motwani showed over a quarter century that the trivial greedy algorithm,…

数据结构与算法 · 计算机科学 2019-04-22 Ilan Reuven Cohen , Binghui Peng , David Wajc