33 research outputs found
Lower bounds for on-line graph colorings
We propose two strategies for Presenter in on-line graph coloring games. The
first one constructs bipartite graphs and forces any on-line coloring algorithm
to use colors, where is the number of vertices in the
constructed graph. This is best possible up to an additive constant. The second
strategy constructs graphs that contain neither nor as a subgraph
and forces colors. The best known
on-line coloring algorithm for these graphs uses colors
First-Fit is Linear on Posets Excluding Two Long Incomparable Chains
A poset is (r + s)-free if it does not contain two incomparable chains of
size r and s, respectively. We prove that when r and s are at least 2, the
First-Fit algorithm partitions every (r + s)-free poset P into at most
8(r-1)(s-1)w chains, where w is the width of P. This solves an open problem of
Bosek, Krawczyk, and Szczypka (SIAM J. Discrete Math., 23(4):1992--1999, 2010).Comment: v3: fixed some typo
On graphs with a large chromatic number containing no small odd cycles
In this paper, we present the lower bounds for the number of vertices in a
graph with a large chromatic number containing no small odd cycles
An Improved Upper Bound for the Ring Loading Problem
The Ring Loading Problem emerged in the 1990s to model an important special
case of telecommunication networks (SONET rings) which gained attention from
practitioners and theorists alike. Given an undirected cycle on nodes
together with non-negative demands between any pair of nodes, the Ring Loading
Problem asks for an unsplittable routing of the demands such that the maximum
cumulated demand on any edge is minimized. Let be the value of such a
solution. In the relaxed version of the problem, each demand can be split into
two parts where the first part is routed clockwise while the second part is
routed counter-clockwise. Denote with the maximum load of a minimum split
routing solution. In a landmark paper, Schrijver, Seymour and Winkler [SSW98]
showed that , where is the maximum demand value. They
also found (implicitly) an instance of the Ring Loading Problem with . Recently, Skutella [Sku16] improved these bounds by showing that , and there exists an instance with .
We contribute to this line of research by showing that . We
also take a first step towards lower and upper bounds for small instances
Open problems on graph coloring for special graph classes.
For a given graph G and integer k, the Coloring problem is that of testing whether G has a k-coloring, that is, whether there exists a vertex mapping c:V→{1,2,…}c:V→{1,2,…} such that c(u)≠c(v)c(u)≠c(v) for every edge uv∈Euv∈E. We survey known results on the computational complexity of Coloring for graph classes that are hereditary or for which some graph parameter is bounded. We also consider coloring variants, such as precoloring extensions and list colorings and give some open problems in the area of on-line coloring