中文
相关论文

相关论文: Polynomial method for perfect 2-colourings of circ…

200 篇论文

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

The question of whether 3-Coloring can be solved in polynomial-time for the diameter two graphs is a well-known open problem in the area of algorithmic graph theory. We study the problem restricted to graph classes that avoid cycles of…

数据结构与算法 · 计算机科学 2023-07-28 Tereza Klimošová , Vibha Sahlot

A mapping from the vertex set of a graph G = (V,E) into an interval of integers {0,...,k} is an L(2,1)-labelling of G of span k if any two adjacent vertices are mapped onto integers that are at least 2 apart, and every two vertices with a…

组合数学 · 数学 2010-08-02 Nicole Eggemann , Frédéric Havet , Steven D. Noble

A vertex coloring of a graph $G$ is called a 2-distance coloring if any two vertices at a distance at most $2$ from each other receive different colors. Suppose that $G$ is a planar graph with girth $5$ and maximum degree $\Delta$. We prove…

组合数学 · 数学 2025-08-21 Zakir Deniz

Let $\vec{K}_{\mathbb{N}}$ be the complete symmetric digraph on the positive integers. Answering a question of DeBiasio and McKenney, we construct a 2-colouring of the edges of $\vec{K}_{\mathbb{N}}$ in which every monochromatic path has…

组合数学 · 数学 2017-10-31 Hannah Guggiari

A proper edge coloring of a graph $G$ with colors $1,2,\dots,t$ is called a cyclic interval $t$-coloring if for each vertex $v$ of $G$ the edges incident to $v$ are colored by consecutive colors, under the condition that color $1$ is…

组合数学 · 数学 2017-11-15 Armen S. Asratian , Carl Johan Casselgren , Petros A. Petrosyan

A graph is said to be {\it total-colored} if all the edges and the vertices of the graph are colored. A total-coloring of a graph is a {\it total monochromatically-connecting coloring} ({\it TMC-coloring}, for short) if any two vertices of…

组合数学 · 数学 2016-04-11 Hui Jiang , Xueliang Li , Yingying Zhang

For a graph $G$ and a not necessarily proper $k$-edge coloring $c:E(G)\to \{ 1,\ldots,k\}$, let $m_i(G)$ be the number of edges of $G$ of color $i$, and call $G$ {\it color-balanced} if $m_i(G)=m_j(G)$ for every two colors $i$ and $j$.…

组合数学 · 数学 2021-05-13 Johannes Pardey , Dieter Rautenbach

A vertex colouring of a graph is called asymmetric if the only automorphism which preserves it is the identity. Tucker conjectured that if every automorphism of a connected, locally finite graph moves infinitely many vertices, then there is…

组合数学 · 数学 2020-07-21 Florian Lehner , Monika Pilśniak , Marcin Stawiski

This paper studies some coloring properties of graph powers. We show that $\chi_c(G^{^{\frac{2r+1}{2s+1}}})=\frac{(2s+1)\chi_c(G)}{(s-r)\chi_c(G)+2r+1}$ provided that $\chi_c(G^{^{\frac{2r+1}{2s+1}}})< 4$. As a consequence, one can see that…

组合数学 · 数学 2011-04-25 Hossein Hajiabolhassan , Ali Taherkhani

\textit{Total Coloring} of a graph is a major coloring problem in combinatorial mathematics, introduced in the early $1960$s. A \textit{total coloring} of a graph $G$ is a map $f:V(G) \cup E(G) \rightarrow \mathcal{K}$, where $\mathcal{K}$…

组合数学 · 数学 2021-06-18 T Srinivasa Murthy

For $k\geq 1$, a $k$-colouring $c$ of $G$ is a mapping from $V(G)$ to $\{1,2,\ldots,k\}$ such that $c(u)\neq c(v)$ for any two non-adjacent vertices $u$ and $v$. The $k$-Colouring problem is to decide if a graph $G$ has a $k$-colouring. For…

组合数学 · 数学 2021-01-21 Barnaby Martin , Daniel Paulusma , Siani Smith

In this paper we enumerate the parameter matrices of all perfect 2-colorings of the generalized Petersen graphs GP(n;3), where n>=7. We also give some basic results for GP(n; k).

组合数学 · 数学 2020-11-10 Hamed Karami

In a simple, undirected graph G, an edge 2-coloring is a coloring of the edges such that no vertex is incident to edges with more than 2 distinct colors. The problem maximum edge 2-coloring (ME2C) is to find an edge 2-coloring in a graph G…

离散数学 · 计算机科学 2025-05-07 Tobias Mömke , Alexandru Popa , Aida Roshany-Tabrizi , Michael Ruderer , Roland Vincze

In the past various distance based colorings on planar graphs were introduced. We turn our focus to three of them, namely $2$-distance coloring, injective coloring, and exact square coloring. A $2$-distance coloring is a proper coloring of…

组合数学 · 数学 2023-03-20 Hoang La , Kenny Štorgel

Let $G=(V,E)$ be a simple graph and $(2k+1)$ be a prime integer. Let each vertex of $G$ be colored using one of the $(2k+1)$ colors, say $R_1,R_2,...,R_{2k+1}$. If every vertex has an equal number of neighbors of each color, then the…

组合数学 · 数学 2025-09-10 Maurice Genevieva Almeida

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

We show the existence of several infinite monochromatic patterns in the integers obtained as values of suitable symmetric polynomials. The simplest example is the following. For every finite coloring of the natural numbers…

组合数学 · 数学 2022-02-16 Mauro Di Nasso

An injective $k$-edge-coloring of a graph $G$ is an assignment of colors, i.e. integers in $\{1, \ldots , k\}$, to the edges of $G$ such that any two edges each incident with one distinct endpoint of a third edge, receive distinct colors.…

数据结构与算法 · 计算机科学 2021-04-19 Florent Foucaud , Hervé Hocquard , Dimitri Lajou

A total $k$-coloring of a graph is an assignment of $k$ colors to its vertices and edges such that no two adjacent or incident elements receive the same color. The Total Coloring Conjecture (TCC) states that every simple graph $G$ has a…

组合数学 · 数学 2018-12-04 Enqiang Zhu , Chanjuan Liu , Yongsheng Rao