中文
相关论文

相关论文: Oriented paths in n-chromatic digraphs

200 篇论文

The chromatic number of the random graph $\mathcal{G}(n,p)$ has long been studied and has inspired several landmark results. In the case where $p = d/n$, Achlioptas and Naor showed the chromatic number is asymptotically concentrated at…

组合数学 · 数学 2026-02-24 Karen Gunderson , JD Nir

The proper chromatic number $\Vec{\chi}(G)$ of a graph $G$ is the minimum $k$ such that there exists an orientation of the edges of $G$ with all vertex-outdegrees at most $k$ and such that for any adjacent vertices, the outdegrees are…

组合数学 · 数学 2022-12-09 Yaobin Chen , Bojan Mohar , Hehui Wu

An antidirected cycle in a digraph $G$ is a subdigraph whose underlying graph is a cycle, and in which no two consecutive edges form a directed path in $G$. Let $\sigma_{+-}(G)$ be the minimum value of $d^+(x)+d^-(y)$ over all pairs of…

组合数学 · 数学 2026-01-01 Junqing Cai , Guanghui Wang , Yun Wang , Zhiwei Zhang

A Meyniel obstruction is an odd cycle with at least five vertices and at most one chord. A graph is Meyniel if and only if it has no Meyniel obstruction as an induced subgraph. Here we give a O(n^2) algorithm that, for any graph, finds…

离散数学 · 计算机科学 2007-11-13 Kathie Cameron , Jack Edmonds , Benjamin Lévêque , Frédéric Maffray

Edge-coloring problems with forbidden patterns are decision problems asking to find an edge-coloring of the input graph which avoids a homomorphism from a fixed forbidden family of edge-colored graphs. In the precolored version of these…

计算复杂性 · 计算机科学 2026-04-29 Alexey Barsukov , Antoine Mottet , Davide Perinti

Gy\'arf\'as and Lehel and independently Faudree and Schelp proved that in any 2-coloring of the edges of $K_{n,n}$ there exists a monochromatic path on at least $2\lceil n/2\rceil$ vertices, and this is tight. We prove a stability version…

组合数学 · 数学 2018-06-14 Louis DeBiasio , Robert A. Krueger

Consider $n$ points evenly spaced on a circle, and a path of $n-1$ chords that uses each point once. There are $m=\lfloor n/2\rfloor$ possible chord lengths, so the path defines a multiset of $n-1$ elements drawn from $\{1,2,\ldots,m\}$.…

组合数学 · 数学 2022-09-14 Brendan D. McKay , Tim Peters

In this paper, we introduce the concept of bikernel by monochromatic paths of a bicolored digraph. This concept is strongly motivated by the existing notions of kernels, kernels by monochromatic paths, and double stable augmented…

In this paper, we study degree conditions for three types of disjoint directed path cover problems: many-to-many $k$-DDPC, one-to-many $k$-DDPC and one-to-one $k$-DDPC, which are intimately connected to other famous topics in graph theory,…

组合数学 · 数学 2024-02-29 Ansong Ma , Yuefang Sun

The parity of the length of paths and cycles is a classical and well-studied topic in graph theory and theoretical computer science. The parity constraints can be extended to label constraints in a group-labeled graph, which is a directed…

组合数学 · 数学 2019-04-16 Yasushi Kawase , Yusuke Kobayashi , Yutaro Yamaguchi

Given a set D of positive integers, the associated distance graph on the integers is the graph with the integers as vertices and an edge between distinct vertices if their difference lies in D. We investigate the chromatic numbers of…

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

A proof of the Generalized Road Coloring Problem, independent of the recent work by Beal and Perrin, is presented, using both semigroup methods and Trakhtman's algorithm. Algebraic properties of periodic, strongly connected digraphs are…

组合数学 · 数学 2011-02-11 Greg Budzban , Philip Feinsilver

Let $P$ be a set of $n$ points in general and convex position in the plane. Let $D_n$ be the graph whose vertex set is the set of all line segments with endpoints in $P$, where disjoint segments are adjacent. The chromatic number of this…

组合数学 · 数学 2011-05-27 Ruy Fabila-Monroy , David R. Wood

We study the version of the $k$-disjoint paths problem where $k$ demand pairs $(s_1,t_1)$, $\dots$, $(s_k,t_k)$ are specified in the input and the paths in the solution are allowed to intersect, but such that no vertex is on more than $c$…

数据结构与算法 · 计算机科学 2016-05-09 Saeed Akhoondian Amiri , Stephan Kreutzer , Dániel Marx , Roman Rabinovich

A long standing open problem in extremal graph theory is to describe all graphs that maximize the number of induced copies of a path on four vertices. The character of the problem changes in the setting of oriented graphs, and becomes more…

组合数学 · 数学 2020-06-12 Ilkyoo Choi , Bernard Lidický , Florian Pfender

The dichromatic number $\vec{\chi}(D)$ of a digraph $D$ is the minimum number of colours needed to colour the vertices of a digraph such that each colour class induces an acyclic subdigraph. A digraph $D$ is $k$-dicritical if $\vec{\chi}(D)…

组合数学 · 数学 2024-04-30 Frédéric Havet , Lucas Picasarri-Arrieta , Clément Rambaud

We prove that any class of graphs with linear neighborhood complexity has bounded improper odd chromatic number. As a result, if $\mathcal{G}$ is the class of all circle graphs, or if $\mathcal{G}$ is any class with bounded twin-width,…

组合数学 · 数学 2026-02-12 James Davies , Meike Hatzel , Kolja Knauer , Rose McCarty , Torsten Ueckerdt

Finding a simple path of even length between two designated vertices in a directed graph is a fundamental NP-complete problem known as the EvenPath problem. Nedev proved in 1999, that for directed planar graphs, the problem can be solved in…

数据结构与算法 · 计算机科学 2024-07-02 Archit Chauhan , Samir Datta , Chetan Gupta , Vimal Raj Sharma

The {\it inversion} of a set $X$ of vertices in a digraph $D$ consists in reversing the direction of all arcs of $D\langle X\rangle$. The {\it inversion number} of an oriented graph $D$, denoted by ${\rm inv}(D)$, is the minimum number of…

The coloring problem (i.e., computing the chromatic number of a graph) can be solved in $O^*(2^n)$ time, as shown by Bj\"orklund, Husfeldt and Koivisto in 2009. For $k=3,4$, better algorithms are known for the $k$-coloring problem.…

数据结构与算法 · 计算机科学 2021-02-15 Or Zamir