中文
相关论文

相关论文: Recoloring Unit Interval Graphs with Logarithmic R…

200 篇论文

A graph is said to be interval colourable if it admits a proper edge-colouring using palette $\mathbb{N}$ in which the set of colours incident to each vertex is an interval. The interval colouring thickness of a graph $G$ is the minimum $k$…

A {\em conflict-free coloring} of a graph {\em with respect to open} (resp., {\em closed}) {\em neighborhood} is a coloring of vertices such that for every vertex there is a color appearing exactly once in its open (resp., closed)…

组合数学 · 数学 2022-10-11 Igor Fabrici , Borut Lužar , Simona Rindošová , Roman Soták

An edge-coloring of a graph $G$ with colors $1,\ldots,t$ is called an interval $t$-coloring if all colors are used, and the colors of edges incident to any vertex of $G$ are distinct and form an interval of integers. A graph $G$ is interval…

组合数学 · 数学 2013-03-06 Petros A. Petrosyan

The reconfiguration graph $\mathcal{C}_k(G)$ for the $k$-colourings of a graph $G$ has a vertex for each proper $k$-colouring of $G$, and two vertices of $\mathcal{C}_k(G)$ are adjacent precisely when those $k$-colourings differ on a single…

组合数学 · 数学 2023-10-03 Stijn Cambie , Wouter Cames van Batenburg , Daniel W. Cranston

An edge-coloring of a graph $G$ with colors $1,\ldots,t$ is called an \emph{interval $t$-coloring} if all colors are used and the colors of edges incident to each vertex of $G$ are distinct and form an interval of integers. In 1990,…

离散数学 · 计算机科学 2023-03-22 Arsen Hambardzumyan , Levon Muradyan

In the \textsc{Coloring Reconfiguration} problem, we are given two proper $k$-colorings of a graph and asked to decide whether one can be transformed into the other by repeatedly applying a specified recoloring rule, while maintaining a…

数据结构与算法 · 计算机科学 2025-11-11 Janosch Fuchs , Rin Saito , Tatsuhiro Suga , Takahiro Suzuki , Yuma Tamura

Let $k$ be an integer. Two vertex $k$-colorings of a graph are \emph{adjacent} if they differ on exactly one vertex. A graph is \emph{$k$-mixing} if any proper $k$-coloring can be transformed into any other through a sequence of adjacent…

离散数学 · 计算机科学 2014-03-26 Marthe Bonamy , Nicolas Bousquet

The graph coloring problem is a classical combinatorial optimization problem with important applications such as register allocation and task scheduling, and it has been extensively studied for decades. However, near-real-time algorithms…

数据结构与算法 · 计算机科学 2025-09-30 Chenghao Zhu , Yi Zhou

A set of vertices in a graph is c-colorable if the subgraph induced by the set has a proper c-coloring. In this paper, we study the problem of finding a step-by-step transformation (reconfiguration) between two c-colorable sets in the same…

数据结构与算法 · 计算机科学 2018-02-20 Takehiro Ito , Yota Otachi

We consider the dynamic graph coloring problem restricted to the class of interval graphs. At each update step the algorithm is presented with an interval to be colored, or a previously colored interval to delete. The goal of the algorithm…

数据结构与算法 · 计算机科学 2020-01-28 Girish Raguvir J , Manas Jyoti Kashyop , N. S. Narayanaswamy

In this paper we consider colorings of oriented graphs, i.e. digraphs without cycles of length 2. Given some oriented graph $G=(V,E)$, an oriented $r$-coloring for $G$ is a partition of the vertex set $V$ into $r$ independent sets, such…

组合数学 · 数学 2021-03-15 Frank Gurski , Dominique Komander , Marvin Lindemann

A proper edge-coloring of a graph is an interval coloring if the labels on the edges incident to any vertex form an interval of consecutive integers. Interval thickness s(G) of a graph G is the smallest number of interval colorable graphs…

组合数学 · 数学 2022-05-13 Maria Axenovich , Michael Zheng

In this paper, we consider distributed coloring for planar graphs with a small number of colors. We present an optimal (up to a constant factor) $O(\log{n})$ time algorithm for 6-coloring planar graphs. Our algorithm is based on a novel…

数据结构与算法 · 计算机科学 2018-04-03 Shiri Chechik , Doron Mukhtar

A proper edge coloring of a graph $G$ with colors $1,2,\dots,t$ is called a \emph{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-03-30 Armen S. Asratian , Carl Johan Casselgren , Petros A. Petrosyan

Given a proper (list) colouring of a graph $G$, a recolouring step changes the colour at a single vertex to another colour (in its list) that is currently unused on its neighbours, hence maintaining a proper colouring. Suppose that each…

A proper edge-coloring of a graph $G$ with colors $1,\ldots,t$ is called an \emph{interval cyclic $t$-coloring} if all colors are used, and the edges incident to each vertex $v\in V(G)$ are colored by $d_{G}(v)$ consecutive colors modulo…

组合数学 · 数学 2014-11-04 Petros A. Petrosyan , Sargis T. Mkhitaryan

We consider the discrepancy problem of coloring $n$ intervals with $k$ colors such that at each point on the line, the maximal difference between the number of intervals of any two colors is minimal. Somewhat surprisingly, a coloring with…

数据结构与算法 · 计算机科学 2010-12-20 Antonios Antoniadis , Falk Hüffner , Pascal Lenzner , Carsten Moldenhauer , Alexander Souza

Recoloring a graph is about finding a sequence of proper colorings of this graph from an initial coloring $\sigma$ to a target coloring $\eta$. Adding the constraint that each pair of consecutive colorings must differ on exactly one vertex,…

离散数学 · 计算机科学 2023-09-27 Nicolas Bousquet , Laurent Feuilloley , Marc Heinrich , Mikaël Rabie

Let $G=(V_1(G),V_2(G),E(G))$ be a bipartite multigraph, and $R\subseteq V_1(G)\cup V_2(G)$. A proper coloring of edges of $G$ with the colors $1,\ldots,t$ is called interval (respectively, continuous) on $R$, if each color is used for at…

离散数学 · 计算机科学 2014-02-03 A. S. Asratian , R. R. Kamalian

The problem of edge coloring has been extensively studied over the years. Recently, this problem has received significant attention in the dynamic setting, where we are given a dynamic graph evolving via a sequence of edge insertions and…

数据结构与算法 · 计算机科学 2024-02-08 Sayan Bhattacharya , Martín Costa , Nadav Panski , Shay Solomon