中文
相关论文

相关论文: Borel Polychromatic Number of Grids

200 篇论文

A hypergraph is "$d$-degenerate" if every subhypergraph has a vertex of degree at most $d$. A greedy algorithm colours every such hypergraph with at most $d+1$ colours. We show that this bound is tight, by constructing an $r$-uniform…

组合数学 · 数学 2014-08-18 David R. Wood

A colouring of a graph $G=(V,E)$ is a mapping $c\colon V\to \{1,2,\ldots\}$ such that $c(u)\neq c(v)$ for every two adjacent vertices $u$ and $v$ of $G$. The {\sc List $k$-Colouring} problem is to decide whether a graph $G=(V,E)$ with a…

数据结构与算法 · 计算机科学 2021-08-27 Nick Brettell , Jake Horsfield , Andrea Munaro , Daniel Paulusma

An incidence of a graph $G$ is a pair $(u,e)$ where $u$ is a vertex of $G$ and $e$ is an edge of $G$ incident with $u$. Two incidences $(u,e)$ and $(v,f)$ of $G$ are adjacent whenever (i) $u=v$, or (ii) $e=f$, or (iii) $uv=e$ or $uv=f$. An…

组合数学 · 数学 2018-04-18 Sungsik Kang , Boram Park

It's well known that every planar graph is $4$-colorable. A toroidal graph is a graph that can be embedded on a torus. It's proved that every toroidal graph is $7$-colorable. A proper coloring of a graph is called \emph{odd} if every…

组合数学 · 数学 2022-06-14 Fangyu Tian , Yuxue Yin

We study two parameters that arise from the dichromatic number and the vertex-arboricity in the same way that the achromatic number comes from the chromatic number. The adichromatic number of a digraph is the largest number of colors its…

组合数学 · 数学 2019-05-22 Stefan Felsner , Winfried Hochstättler , Kolja Knauer , Raphael Steiner

In an undirected graph, a conflict-free coloring (with respect to open neighborhoods) is an assignment of colors to the vertices of the graph $G$ such that every vertex in $G$ has a uniquely colored vertex in its open neighborhood. The…

离散数学 · 计算机科学 2019-10-03 Sriram Bhyravarapu , Subrahmanyam Kalyanasundaram

Biclique-colouring is a colouring of the vertices of a graph in such a way that no maximal complete bipartite subgraph with at least one edge is monochromatic. We show that it is coNP-complete to check whether a given function that…

数据结构与算法 · 计算机科学 2013-04-03 Hélio B. Macêdo Filho , Simone Dantas , Raphael C. S. Machado , Celina M. H. de Figueiredo

Applications of graph colouring often involve taking restrictions into account, and it is desirable to have multiple (disjoint) solutions. In the optimal case, where there is a partition into disjoint colourings, we speak of a packing.…

组合数学 · 数学 2024-12-06 Stijn Cambie , Rimma Hämäläinen

For complete graphs and n-cubes bounds are found for the possible number of colours in an interval edge colourings.

离散数学 · 计算机科学 2011-11-10 Petros A. Petrosyan

The "clustered chromatic number" of a class of graphs is the minimum integer $k$ such that for some integer $c$ every graph in the class is $k$-colourable with monochromatic components of size at most $c$. We prove that for every graph $H$,…

组合数学 · 数学 2020-02-17 Sergey Norin , Alex Scott , Paul Seymour , David R. Wood

Barnette identified two interesting classes of cubic polyhedral graphs for which he conjectured the existence of a Hamiltonian cycle. Goodey proved the conjecture for the intersection of the two classes. We examine these classes from the…

计算几何 · 计算机科学 2018-07-05 Tomas Feder , Pavol Hell , Carlos Subi

A coloring of the edges of a graph $G$ in which every $K_{1,2}$ is totally multicolored is known as a proper coloring and a coloring of the edges of $G$ in which every $K_{1,2}$ and every $K_{2,2}$ is totally multicolored is called a…

组合数学 · 数学 2025-09-03 Ryan R. Martin , Miklós Ruszinkó , Gábor N. Sárközy

A Grundy k-coloring of a graph G, is a vertex k-coloring of G such that for each two colors i and j with i < j, every vertex of G colored by j has a neighbor with color i. The Grundy chromatic number (G), is the largest integer k for which…

离散数学 · 计算机科学 2014-06-06 Ali Mansouri , Mohamed Salim Bouhlel

The (weak) chromatic number of a hypergraph $H$, denoted by $\chi(H)$, is the smallest number of colors required to color the vertices of $H$ so that no hyperedge of $H$ is monochromatic. For every $2\le k\le d+1$, denote by $\chi_L(k,d)$…

组合数学 · 数学 2026-03-10 Seunghun Lee , Eran Nevo

In any vertex coloring of a graph some edges have differently colored ends (\emph{good} edges) and some are monochromatic (\emph{bad} edges). In a proper coloring all edges are good. In a \emph{majority coloring} it is enough that for every…

组合数学 · 数学 2020-03-09 Marcin Anholcer , Bartłomiej Bosek , Jarosław Grytczuk

A graph is unichord free if it does not contain a cycle with exactly one chord as its subgraph. In [3], it is shown that a graph is unichord free if and only if every minimal vertex separator is a stable set. In this paper, we first show…

离散数学 · 计算机科学 2014-10-27 Mahati Kumar , S. Manasvini , N. Sadagopan , Adithya Seshadri

We show that every (sub)cubic n-vertex graph with sufficiently large girth has fractional chromatic number at most 2.2978 which implies that it contains an independent set of size at least 0.4352n. Our bound on the independence number is…

组合数学 · 数学 2010-10-19 Frantisek Kardos , Daniel Kral , Jan Volec

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

A mixed graph contains (undirected) edges as well as (directed) arcs, thus generalizing undirected and directed graphs. A proper coloring $c$ of a mixed graph $G$ assigns a positive integer to each vertex such that $c(u)\neq c(v)$ for every…

计算复杂性 · 计算机科学 2026-05-01 Antonio Lauerbach , Konstanty Junosza-Szaniawski , Marie Diana Sieper , Alexander Wolff

A b-coloring is a coloring of the vertices of a graph such that each color class contains a vertex that has a neighbor in all other color classes, and the b-chromatic number of a graph $G$ is the largest integer $k$ such that $G$ admits a…

离散数学 · 计算机科学 2012-12-13 Chinh T. Hoàng , Frédéric Maffray , Meriem Mechebbek
‹ 上一页 1 8 9 10 下一页 ›