中文
相关论文

相关论文: The coloring game on matroids

200 篇论文

Suppose that two players take turns coloring the vertices of a given graph G with k colors. In each move the current player colors a vertex such that neighboring vertices get different colors. The first player wins this game if and only if…

组合数学 · 数学 2014-06-30 Ralph Keusch , Angelika Steger

It is known that in matroids the difference between the chromatic number and the fractional chromatic number is smaller than 1, and that the list chromatic number is equal to the chromatic number. We investigate the gap within these pairs…

组合数学 · 数学 2025-04-25 Ron Aharoni , Eli Berger , He Guo , Dani Kotlar

A coloring of a matroid is proper if elements of the same color form an independent set. A theorem of Seymour asserts that a k-colorable matroid is also colorable from any lists of size k. In this note we generalize this theorem to the…

组合数学 · 数学 2021-04-06 Michał Lasoń , Wojciech Lubawski

We combine the ideas of edge coloring games and asymmetric graph coloring games and define the \emph{$(m,1)$-edge coloring game}, which is alternatively played by two players Maker and Breaker on a finite simple graph $G$ with a set of…

组合数学 · 数学 2025-02-18 Runze Wang

Let $A\subset\mathbb{R}_{>0}$ be a finite set of distances, and let $G_{A}(\mathbb{R}^{n})$ be the graph with vertex set $\mathbb{R}^{n}$ and edge set $\{(x,y)\in\mathbb{R}^{n}:\ \|x-y\|_{2}\in A\}$, and let…

组合数学 · 数学 2023-03-13 Eric Naslund

A domination coloring of a graph $G$ is a proper vertex coloring of $G$ such that each vertex of $G$ dominates at least one color class, and each color class is dominated by at least one vertex. The minimum number of colors among all…

离散数学 · 计算机科学 2019-09-10 Yangyang Zhou , Dongyang Zhao

Let ${\rm col_g}(G)$ be the game coloring number of a given graph $G.$ Define the game coloring number of a family of graphs $\mathcal{H}$ as ${\rm col_g}(\mathcal{H}) := \max\{{\rm col_g}(G):G \in \mathcal{H}\}.$ Let $\mathcal{P}_k$ be the…

组合数学 · 数学 2016-10-11 Keaitsuda Maneeruk Nakprasit , Kittikorn Nakprasit

The multi-fold chromatic number of the plane $\chi_m$ is the smallest number of colors $k$, sufficient to color each point of the Euclidean plane in exactly $m$ colors, so that for any pair of points at a unit distance from each other, two…

组合数学 · 数学 2022-06-28 Jaan Parts

An incidence of a graph $G$ is a pair $(v,e)$ where $v$ is a vertex of $G$ and $e$ an edge incident to $v$. Two incidences $(v,e)$ and $(w,f)$ are adjacent whenever $v = w$, or $e = f$, or $vw = e$ or $f$. The incidence coloring game [S.D.…

离散数学 · 计算机科学 2013-06-04 Clément Charpentier , Eric Sopena

A vertex coloring of a graph is said to be \textit{conflict-free} with respect to neighborhoods if for every non-isolated vertex there is a color appearing exactly once in its (open) neighborhood. As defined in [Fabrici et al.,…

组合数学 · 数学 2022-03-03 Yair Caro , Mirko Petruševski , Riste Škrekovski

Let G be an n-vertex graph with list-chromatic number $\chi_\ell$. Suppose each vertex of G is assigned a list of t colors. Albertson, Grossman, and Haas conjecture that at least $t n / {\chi_\ell}$ vertices can be colored from these lists.…

组合数学 · 数学 2007-05-23 Glenn G. Chappell

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.…

组合数学 · 数学 2021-11-10 Peter Bradshaw

In this paper, we propose a new family of graphs, matrix graphs, whose vertex set $\mathbb{F}^{N\times n}_q$ is the set of all $N\times n$ matrices over a finite field $\mathbb{F}_q$ for any positive integers $N$ and $n$. And any two…

组合数学 · 数学 2015-12-23 Zhe Han , Mei Lu

Irredundance coloring of $G$ is a proper coloring in which there exists a maximal irredundant set $R$ such that all the vertices of $R$ have different colors. The minimum number of colors required for an irredundance coloring of $G$ is…

组合数学 · 数学 2023-11-30 David Ashok Kalarkop , Pawaton Kaemawichanurat

Given a metric space $\mathcal{M}$ that contains at least two points, the chromatic number $\chi\left(\mathbb{R}^n_{\infty}, \mathcal{M} \right)$ is defined as the minimum number of colours needed to colour all points of an $n$-dimensional…

组合数学 · 数学 2024-02-15 Nóra Frankl , Andrey Kupavskii , Arsenii Sagdeev

A proper coloring of the vertices of a graph is called a \emph{star coloring} if the union of every two color classes induces a star forest. The star chromatic number $\chi_s(G)$ is the smallest number of colors required to obtain a star…

组合数学 · 数学 2021-05-17 Yuehua Bu , Daniel W. Cranston , Mickaël Montassier , André Raspaud , Weifan Wang

Coloring games are combinatorial games where the players alternate painting uncolored vertices of a graph one of $k > 0$ colors. Each different ruleset specifies that game's coloring constraints. This paper investigates six impartial…

组合数学 · 数学 2012-02-28 Gabriel Beaulieu , Kyle Burke , Eric Duchêne

The domatic game with pallete size $k$ is a $2$-player game played on a graph $G$ recently introduced by Hartnell and Rall. Players Alice and Bob take turns choosing an uncolored vertex from $G$, and coloring it a color from…

组合数学 · 数学 2026-03-17 Sean English , London Swan

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

组合数学 · 数学 2020-07-14 Sriram Bhyravarapu , Subrahmanyam Kalyanasundaram

This paper shows a polynomial-time algorithm, that given a general matroid $M_1 = (X, \mathcal{I}_1)$ and $k-1$ partition matroids $ M_2, \ldots, M_k$, produces a coloring of the intersection $M = \cap_{i=1}^k M_i$ using at most…

数据结构与算法 · 计算机科学 2025-08-28 Stephen Arndt , Benjamin Moseley , Kirk Pruhs , Michael Zlatin