中文
相关论文

相关论文: Vertex 2-coloring without monochromatic cycles

200 篇论文

In this paper we introduce the notion of $\Sigma$-colouring of a graph $G$: For given subsets $\Sigma(v)$ of neighbours of $v$, for every $v\in V(G)$, this is a proper colouring of the vertices of $G$ such that, in addition, vertices that…

组合数学 · 数学 2015-09-28 Omid Amini , Louis Esperet , Jan van den Heuvel

The list coloring problem is a variant of vertex coloring where a vertex may be colored only a color from a prescribed set. Several applications of vertex coloring are more appropriately modelled as instances of list coloring and thus we…

数据结构与算法 · 计算机科学 2014-06-24 Andrew Ju , Patrick Healy

We introduce a new model of random multigraphs with colored vertices and weighted edges. It is similar to the "inhomogeneous random graph model" of S\"oderberg (2002), extended by Bollob\'as, Janson and Riordan (2007). By means of analytic…

组合数学 · 数学 2014-10-01 Élie de Panafieu , Vlady Ravelomanana

Let $G$ be an edge-colored graph. A heterochromatic cycle of $G$ is one in which every two edges have different colors. For a vertex $v\in V(G)$, let $CN(v)$ denote the set of colors which are assigned to the edges incident to $v$. In this…

组合数学 · 数学 2012-01-19 Bo Ning , Shenggui Zhang

Given a graph G and integers b and w. The black-and-white coloring problem asks if there exist disjoint sets of vertices B and W with |B|=b and |W|=w such that no two vertices x in B and y in W are adjacent. In this paper we show that the…

离散数学 · 计算机科学 2012-03-20 Ton Kloks , Sheung-Hung Poon , Yue-Li Wang

A colouring of a digraph as defined by Erdos and Neumann-Lara in 1980 is a vertex-colouring such that no monochromatic directed cycles exist. The minimal number of colours required for such a colouring of a loopless digraph is defined to be…

组合数学 · 数学 2019-05-21 Marcelo Garlet Millani , Raphael Steiner , Sebastian Wiederrecht

A distinguishing colouring of a graph is a colouring of the vertex set such that no non-trivial automorphism preserves the colouring. Tucker conjectured that if every non-trivial automorphism of a locally finite graph moves infinitely many…

组合数学 · 数学 2015-04-30 Florian Lehner , Rögnvaldur G. Möller

Answering a question by Letzter and Snyder, we prove that for large enough $k$ any $n$-vertex graph $G$ with minimum degree at least $\frac{1}{2k-1}n$ and without odd cycles of length less than $2k+1$ is $3$-colourable. In fact, we prove a…

The $k$-Colouring problem is to decide if the vertices of a graph can be coloured with at most $k$ colours for a fixed integer $k$ such that no two adjacent vertices are coloured alike. If each vertex u must be assigned a colour from a…

数据结构与算法 · 计算机科学 2026-02-19 Tereza Klimošová , Josef Malík , Tomáš Masařík , Jana Novotná , Daniël Paulusma , Veronika Slívová

The problem of injective coloring in graphs can be revisited through two different approaches: coloring the two-step graphs and vertex partitioning of graphs into open packing sets, each of which is equivalent to the injective coloring…

组合数学 · 数学 2024-06-07 Babak Samadi , Nasrin Soltankhah , Ismael G. Yero

A clique of a graph is a maximal set of vertices of size at least 2 that induces a complete graph. A $k$-clique-colouring of a graph is a colouring of the vertices with at most $k$ colours such that no clique is monochromatic. D\'efossez…

计算复杂性 · 计算机科学 2013-12-12 Hélio B. Macêdo Filho , Raphael C. S. Machado , Celina M. H. de Figueiredo

A $k$-{\it edge-weighting} $w$ of a graph $G$ is an assignment of an integer weight, $w(e)\in \{1,\dots, k\}$, to each edge $e$. An edge weighting naturally induces a vertex coloring $c$ by defining $c(u)=\sum_{u\sim e} w(e)$ for every $u…

组合数学 · 数学 2010-07-13 Hongliang Lu , Qinglin Yu , Cun-Quan Zhang

Inspired by earlier results about proper and polychromatic coloring of hypergraphs, we investigate such colorings of directed hypergraphs, that is, hypergraphs in which the vertices of each hyperedge is partitioned into two parts, a tail…

组合数学 · 数学 2022-05-24 Balázs Keszegh

In this work, we continue the study of vertex colorings of graphs, in which adjacent vertices are allowed to be of the same color as long as each monochromatic connected component is of relatively small cardinality. We focus on colorings…

数据结构与算法 · 计算机科学 2019-12-03 Michael A. Bekos , Carla Binucci , Michael Kaufmann , Chrysanthi Raftopoulou , Antonios Symvonis , Alessandra Tappini

Set-coloring a graph means giving each vertex a subset of a fixed color set so that no two adjacent subsets have the same cardinality. When the graph is complete one gets a new distribution problem with an interesting generating function.…

组合数学 · 数学 2007-05-23 Thomas Zaslavsky

We consider extensions of Brooks' classic theorem on vertex coloring where some colors cannot be used on certain vertices. In particular we prove that if $G$ is a connected graph with maximum degree $\Delta(G) \geq 4$ that is not a complete…

组合数学 · 数学 2023-03-14 Carl Johan Casselgren

We exhibit a 5-uniform hypergraph that has no polychromatic 3-coloring, but all its restricted subhypergraphs with edges of size at least 3 are 2-colorable. This disproves a bold conjecture of Keszegh and the author, and can be considered…

组合数学 · 数学 2023-09-12 Dömötör Pálvölgyi

In this paper, we give a polynomial time algorithm which determines if a given triangle-free graph with no induced seven-vertex path is 3-colorable, and gives an explicit coloring if one exists.

组合数学 · 数学 2014-09-19 Maria Chudnovsky , Peter Maceli , Mingxian Zhong

Using the definition of colouring of $2$-edge-coloured graphs derived from $2$-edge-coloured graph homomorphism, we extend the definition of chromatic polynomial to $2$-edge-coloured graphs. We find closed forms for the first three…

组合数学 · 数学 2020-07-28 I. Beaton , D. Cox , C. Duffy , N. Zolkavich

We study the problem of transforming one list (vertex) coloring of a graph into another list coloring by changing only one vertex color assignment at a time, while at all times maintaining a list coloring, given a list of allowed colors for…

数据结构与算法 · 计算机科学 2016-01-20 Tatsuhiko Hatanaka , Takehiro Ito , Xiao Zhou