中文
相关论文

相关论文: Counting hypergraph colorings in the local lemma r…

200 篇论文

We present a polynomial-space algorithm that computes the number independent sets of any input graph in time $O(1.1387^n)$ for graphs with maximum degree 3 and in time $O(1.2355^n)$ for general graphs, where n is the number of vertices.…

数据结构与算法 · 计算机科学 2016-10-14 Serge Gaspers , Edward Lee

We show that for any non-real algebraic number $q$ such that $|q-1|>1$ or $\Re(q)>\frac{3}{2}$ it is \textsc{\#P}-hard to compute a multiplicative (resp. additive) approximation to the absolute value (resp. argument) of the chromatic…

计算复杂性 · 计算机科学 2023-11-14 Ferenc Bencs , Jeroen Huijben , Guus Regts

A C-coloring of a hypergraph ${\cal H}=(X,{\cal E})$ is a vertex coloring $\varphi: X\to {\mathbb{N}}$ such that each edge $E\in{\cal E}$ has at least two vertices with a common color. The related parameter $\overline{\chi}({\cal H})$,…

组合数学 · 数学 2013-10-31 Csilla Bujtás , Zsolt Tuza

We give a short proof of a bound on the list chromatic number of graphs $G$ of maximum degree $\Delta$ where each neighbourhood has density at most $d$, namely $\chi_\ell(G) \le (1+o(1)) \frac{\Delta}{\ln \frac{\Delta}{d+1}}$ as…

组合数学 · 数学 2021-11-29 François Pirot , Eoin Hurley

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

We develop an improved bound for the chromatic number of graphs of maximum degree $\Delta$ under the assumption that the number of edges spanning any neighbourhood is at most $(1-\sigma)\binom{\Delta}{2}$ for some fixed $0<\sigma<1$. The…

组合数学 · 数学 2022-09-13 Eoin Hurley , Rémi de Joannis de Verclos , Ross J. Kang

Given a graph $G$ with $n$ vertices and maximum degree $\Delta$, it is known that $G$ admits a vertex coloring with $\Delta + 1$ colors such that no edge of $G$ is monochromatic. This can be seen constructively by a simple greedy algorithm,…

数据结构与算法 · 计算机科学 2021-02-16 Jackson Morris , Fang Song

We look at colourings of $r$-uniform hypergraphs, focusing our attention on unique colourability and gaps in the chromatic spectrum. The pattern of an edge $E$ in an $r$-uniform hypergraph $H$ whose vertices are coloured is the partition of…

组合数学 · 数学 2015-04-17 Yair Caro , Josef Lauri , Christina Zarb

The problem of sampling edge-colorings of graphs with maximum degree $\Delta$ has received considerable attention and efficient algorithms are available when the number of colors is large enough with respect to $\Delta$. Vizing's theorem…

数据结构与算法 · 计算机科学 2025-01-22 Lucas De Meyer , František Kardoš , Aurélie Lagoutte , Guillem Perarnau

A square coloring of a graph $G$ is a coloring of the square $G^2$ of $G$, that is, a coloring of the vertices of $G$ such that any two vertices that are at distance at most $2$ in $G$ receive different colors. We investigate the complexity…

数据结构与算法 · 计算机科学 2022-11-09 Akanksha Agrawal , Dániel Marx , Daniel Neuen , Jasper Slusallek

We study clustering problems such as k-Median, k-Means, and Facility Location in graphs of low highway dimension, which is a graph parameter modeling transportation networks. It was previously shown that approximation schemes for these…

数据结构与算法 · 计算机科学 2021-06-01 Andreas Emil Feldmann , David Saulpic

We consider the problem of sampling from the Potts model on random regular graphs. It is conjectured that sampling is possible when the temperature of the model is in the uniqueness regime of the regular tree, but positive algorithmic…

离散数学 · 计算机科学 2019-12-03 Antonio Blanca , Andreas Galanis , Leslie Ann Goldberg , Daniel Stefankovic , Eric Vigoda , Kuan Yang

Szlam's Lemma began life as a way of getting upper bounds on the chromatic numbers of distance graphs in normed vector spaces. Now analogs are available in a variety of hypergraph settings, but the method always involves a shrewdly chosen…

组合数学 · 数学 2024-11-08 Eric Myzelev

In this paper we introduce and study a new problem named \emph{min-max edge $q$-coloring} which is motivated by applications in wireless mesh networks. The input of the problem consists of an undirected graph and an integer $q$. The goal is…

数据结构与算法 · 计算机科学 2013-02-15 Tommi Larjomaa , Alexandru Popa

We propose a new method for simulating QCD at finite density, where interesting phases such as the color superconductivity phase is conjectured to appear. The method is based on a general factorization property of distribution functions of…

高能物理 - 格点 · 物理学 2017-08-23 Jun Nishimura

Sampling graph colorings via local Markov chains is a central problem in approximate counting and Markov chain Monte Carlo (MCMC). We address the problem of sampling a random $k$-coloring of a graph with maximum degree $\Delta$. The…

数据结构与算法 · 计算机科学 2026-04-15 Vishesh Jain , Clayton Mizgerd , Eric Vigoda

In this paper, we give a sampling algorithm for the Potts model using Markov chains. Based on the sampling algorithm, we give \emph{FPRAS}es for the Potts model and the number of $k$-colorings of the graph.

数据结构与算法 · 计算机科学 2019-02-28 Zonglei Bai , Yongzhi Cao , Hanpin Wang

For fixed integers $p$ and $q$, let $f(n,p,q)$ denote the minimum number of colors needed to color all of the edges of the complete graph $K_n$ such that no clique of $p$ vertices spans fewer than $q$ distinct colors. Any edge-coloring with…

组合数学 · 数学 2017-02-22 Alex Cameron , Emily Heath

The problem of coloring the edges of an $n$-node graph of maximum degree $\Delta$ with $2\Delta - 1$ colors is one of the key symmetry breaking problems in the area of distributed graph algorithms. While there has been a lot of progress…

分布式、并行与集群计算 · 计算机科学 2020-02-26 Alkida Balliu , Fabian Kuhn , Dennis Olivetti

The coloring problem (i.e., computing the chromatic number of a graph) can be solved in $O^*(2^n)$ time, as shown by Bj\"orklund, Husfeldt and Koivisto in 2009. For $k=3,4$, better algorithms are known for the $k$-coloring problem.…

数据结构与算法 · 计算机科学 2021-02-15 Or Zamir