中文
相关论文

相关论文: Coloring graphs with no even hole $\geq 6$: the tr…

200 篇论文

We prove that up to two exceptions, every connected subcubic triangle-free graph has fractional chromatic number at most 11/4. This is tight unless further exceptional graphs are excluded, and improves the known bound on the fractional…

组合数学 · 数学 2025-03-31 Zdeněk Dvořák , Bernard Lidický , Luke Postle

We give an exact characterization of 3-colorability of triangle-free graphs drawn in the torus, in the form of 186 "templates" (graphs with certain faces filled by arbitrary quadrangulations) such that a graph from this class is not…

组合数学 · 数学 2020-09-03 Zdeněk Dvořák , Jakub Pekárek

We study two parameters obtained from the Euler characteristic by replacing the number of faces with that of induced and induced non-separating cycles. By establishing monotonicity of such parameters under certain homomorphism and edge…

组合数学 · 数学 2018-08-31 Hanbaek Lyu

Motivated by colouring minimal Cayley graphs, in 1978, Babai conjectured that no-lonely-colour graphs have bounded chromatic number. We disprove this in a strong sense by constructing graphs of arbitrarily large girth and chromatic number…

组合数学 · 数学 2024-10-08 James Davies , Meike Hatzel , Liana Yepremyan

For a number $l\geq 2$, let ${\cal{G}}_l$ denote the family of graphs which have girth $2l+1$ and have no odd hole with length greater than $2l+1$. Wu, Xu and Xu conjectured that every graph in $\bigcup_{l\geq 2} {\cal{G}}_{l}$ is…

组合数学 · 数学 2023-07-06 Yan Wang , Rong Wu

An \emph{equitable coloring} of a graph is a proper vertex coloring such that the sizes of every two color classes differ by at most 1. Chen, Lih, and Wu conjectured that every connected graph $G$ with maximum degree $\Delta \geq 2$ has an…

组合数学 · 数学 2012-03-05 Keaitsuda Nakprasit , Kittikorn Nakprasit

We consider the class ${\cal A}$ of graphs that contain no odd hole, no antihole, and no "prism" (a graph consisting of two disjoint triangles with three disjoint paths between them). We prove that every graph $G\in{\cal A}$ different from…

组合数学 · 数学 2013-09-03 Frédéric Maffray , Nicolas Trotignon

An acyclic edge coloring of a graph $G$ is a proper edge coloring such that no bichromatic cycles are produced. The acyclic edge coloring conjecture by Fiam{\v{c}}ik (1978) and Alon, Sudakov and Zaks (2001) states that every simple graph…

离散数学 · 计算机科学 2020-05-14 Qiaojun Shu , Guohui Lin , Eiji Miyano

We prove that, for every graph $F$ with at least one edge, there is a constant $c_F$ such that there are graphs of arbitrarily large chromatic number and the same clique number as $F$ in which every $F$-free induced subgraph has chromatic…

We give a polynomial-time algorithm that computes the chromatic number of any graph that contains no path on five vertices and no bull as an induced subgraph (where the bull is the graph with five vertices $a,b,c,d,e$ and edges…

组合数学 · 数学 2017-07-28 Frédéric Maffray

We prove that the family of graphs containing no cycle with exactly $k$-chords is $\chi$-bounded, for $k$ large enough or of form $\ell(\ell-2)$ with $\ell \ge 3$ an integer. This verifies (up to a finite number of values $k$) a conjecture…

组合数学 · 数学 2025-09-03 Joonkyung Lee , Shoham Letzter , Alexey Pokrovskiy

A $(c_1,c_2,...,c_k)$-coloring of $G$ is a mapping $\varphi:V(G)\mapsto\{1,2,...,k\}$ such that for every $i,1 \leq i \leq k$, $G[V_i]$ has maximum degree at most $c_i$, where $G[V_i]$ denotes the subgraph induced by the vertices colored…

组合数学 · 数学 2014-09-29 Runrun Liu , Xiangwen Li , Gexin Yu

We investigate group-theoretic "signatures" of odd cycles of a graph, and their connections to topological obstructions to 3-colourability. In the case of signatures derived from free groups, we prove that the existence of an odd cycle with…

组合数学 · 数学 2016-02-25 Gord Simons , Claude Tardif , David Wehlau

For an edge-colored complete graph, we define the color degree of a node as the number of colors appearing on edges incident to it. In this paper, we consider colorings that don't contain tricolored triangles (also called rainbow…

组合数学 · 数学 2023-05-01 Anton Trygub

Given a triangle-free planar graph G and a 9-cycle C in G, we characterize situations where a 3-coloring of C does not extend to a proper 3-coloring of G. This extends previous results when C is a cycle of length at most 8.

组合数学 · 数学 2017-09-28 Ilkyoo Choi , Jan Ekstein , Přemysl Holub , Bernard Lidický

A graph is called odd (respectively, even) if every vertex has odd (respectively, even) degree. Gallai proved that every graph can be partitioned into two even induced subgraphs, or into an odd and an even induced subgraph. We refer to a…

离散数学 · 计算机科学 2023-03-07 Rémy Belmonte , Ararat Harutyunyan , Noleen Köhler , Nikolaos Melissinos

A \emph{wheel} is a graph formed by a chordless cycle $C$ and a vertex $u$ not in $C$ that has at least three neighbors in $C$. We prove that every 3-connected planar graph that does not contain a wheel as an induced subgraph is either a…

组合数学 · 数学 2015-04-09 Pierre Aboulker , Maria Chudnovsky , Paul Seymour , Nicolas Trotignon

A connected graph $G$ with chromatic number $t$ is double-critical if $G \backslash \{x, y\}$ is $(t - 2)$-colorable for each edge $xy \in E(G)$. The complete graphs are the only known examples of double-critical graphs. A long-standing…

组合数学 · 数学 2017-01-19 Martin Rolek , Zi-Xia Song

A colouring of a graph is "nonrepetitive" if for every path of even order, the sequence of colours on the first half of the path is different from the sequence of colours on the second half. We show that planar graphs have nonrepetitive…

组合数学 · 数学 2022-01-24 Vida Dujmović , Louis Esperet , Gwenaël Joret , Bartosz Walczak , David R. Wood

A natural way of increasing our understanding of NP-complete graph problems is to restrict the input to a special graph class. Classes of $H$-free graphs, that is, graphs that do not contain some graph $H$ as an induced subgraph, have…

数据结构与算法 · 计算机科学 2022-04-19 Christoph Brause , Petr Golovach , Barnaby Martin , Daniël Paulusma , Siani Smith