English
Related papers

Related papers: The condensation transition in random hypergraph 2…

200 papers

We study the 3-\textsc{Coloring} problem in graphs with small diameter. In 2013, Mertzios and Spirakis showed that for $n$-vertex diameter-2 graphs this problem can be solved in subexponential time $2^{\mathcal{O}(\sqrt{n \log n})}$.…

Data Structures and Algorithms · Computer Science 2021-04-29 Michał Dębski , Marta Piecyk , Paweł Rzążewski

The approximate graph colouring problem, whose complexity is unresolved in most cases, concerns finding a $c$-colouring of a graph that is promised to be $k$-colourable, where $c\geq k$. This problem naturally generalises to promise graph…

Computational Complexity · Computer Science 2023-02-15 Andrei Krokhin , Jakub Opršal , Marcin Wrochna , Stanislav Živný

Analyses of experimental data in the literature show thresholds that directly imply a coexistent superconductive (SC) and pseudogap (PG) phase that, to our knowledge, has not been previously identified. The data used emphasize the essences…

Superconductivity · Physics 2025-03-25 K. E. Gray

We consider the graph coloring game, a game in which two players take turns properly coloring the vertices of a graph, with one player attempting to complete a proper coloring, and the other player attempting to prevent a proper coloring.…

Combinatorics · Mathematics 2021-11-10 Peter Bradshaw

Let $H$ be an edge colored hypergraph. We say that $H$ contains a \emph{rainbow} copy of a hypergraph $S$ if it contains an isomorphic copy of $S$ with all edges of distinct colors. We consider the following setting. A randomly edge colored…

Combinatorics · Mathematics 2015-06-10 Asaf Ferber , Michael Krivelevich

We introduce and explore a family of vertex-coloring problems which, surprisingly enough, have not been considered before despite stemming from the problem of Wi-Fi channel assignment. Given a spectrum of colors, endowed with a matrix of…

Discrete Mathematics · Computer Science 2018-11-19 David Orden , Jose Manuel Gimenez-Guzman , Ivan Marsa-Maestre , Enrique de la Hoz

We revisit the problem of condensation for independent, identically distributed random variables with a power-law tail, conditioned by the value of their sum. For large values of the sum, and for a large number of summands, a condensation…

Statistical Mechanics · Physics 2022-03-03 Claude Godrèche

Constraint Satisfaction Problem (CSP) is a framework for modeling and solving a variety of real-world problems. Once the problem is expressed as a finite set of constraints, the goal is to find the variables' values satisfying them. Even…

Discrete Mathematics · Computer Science 2019-05-23 Rachid Oucheikh , Ismail Berrada , Outman El Hichami

We determine the limiting distribution of the logarithm of the number of satisfying assignments in the random $k$-uniform hypergraph 2-colouring problem in a certain density regime for all $k\ge 3$ . As a direct consequence we obtain that…

Combinatorics · Mathematics 2016-09-15 Felicia Rassmann

We introduce and study conflict-free colourings of $t$-subsets in hypergraphs. In such colourings, one assigns colours to all subsets of vertices of cardinality $t$ such that in any hyperedge of cardinality at least $t$ there is a uniquely…

Combinatorics · Mathematics 2024-03-26 Bruno Jartoux , Chaya Keller , Shakhar Smorodinsky , Yelena Yuditsky

The coloring problem is studied in the paper for graph classes defined by two small forbidden induced subgraphs. We prove some sufficient conditions for effective solvability of the problem in such classes. As their corollary we determine…

Discrete Mathematics · Computer Science 2013-07-02 Dmitriy Malyshev

Fix a graph $G$ in which every edge is colored in some of $k\ge 2$ colors. Two vertices $u$ and $v$ are CA-connected if $u$ and $v$ may be connected using any subset of $k - 1$ colors. CA-connectivity is an equivalence relation dividing the…

Probability · Mathematics 2023-01-25 Lyuben Lichev

We study the problem of constructing a (near) uniform random proper $q$-coloring of a simple $k$-uniform hypergraph with $n$ vertices and maximum degree $\Delta$. (Proper in that no edge is mono-colored and simple in that two edges have…

Discrete Mathematics · Computer Science 2017-11-15 Michael Anastos , Alan Frieze

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…

Data Structures and Algorithms · Computer Science 2017-09-05 Alessandro Checco , Douglas J. Leith

We study the maximization version of the fundamental graph coloring problem. Here the goal is to color the vertices of a k-colorable graph with k colors so that a maximum fraction of edges are properly colored (i.e. their endpoints receive…

Computational Complexity · Computer Science 2015-05-14 Venkatesan Guruswami , Ali Kemal Sinop

We discuss an analysis of Constraint Satisfaction problems, such as Sphere Packing, K-SAT and Graph Coloring, in terms of an effective energy landscape. Several intriguing geometrical properties of the solution space become in this light…

Statistical Mechanics · Physics 2007-08-28 Florent Krzakala , Jorge Kurchan

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…

Combinatorics · Mathematics 2024-12-16 Daniel W. Cranston , Chun-Hung Liu

We present a new algorithm for the exact uniform sampling of proper \(k\)-colorings of a graph on \(n\) vertices with maximum degree~\(\Delta\). The algorithm is based on partial rejection sampling (PRS) and introduces a soft relaxation of…

Data Structures and Algorithms · Computer Science 2026-04-07 Sarat Moka , Ava Vahedi

A general theory for the melting of two dimensional solids explaining the universal and non-universal properties is an open problem up to date. Although the celebrated KTHNY theory have been able to predict the critical properties of the…

Statistical Mechanics · Physics 2024-03-13 Alejandro Mendoza-Coto , Valéria Mattiello , Rômulo Cenci , Nicolò Defenu , Lucas Nicolao

We consider worst case time bounds for NP-complete problems including 3-SAT, 3-coloring, 3-edge-coloring, and 3-list-coloring. Our algorithms are based on a constraint satisfaction (CSP) formulation of these problems; 3-SAT is equivalent to…

Data Structures and Algorithms · Computer Science 2007-05-23 David Eppstein