中文
相关论文

相关论文: Algorithms and hardness results for happy coloring…

200 篇论文

The notion of graph covers (also referred to as locally bijective homomorphisms) plays an important role in topological graph theory and has found its computer science applications in models of local computation. For a fixed target graph…

离散数学 · 计算机科学 2025-02-28 Jan Bok , Jiří Fiala , Nikola Jedličková , Jan Kratochvíl , Micheala Seifrtová

We contribute to the theoretical understanding of randomized search heuristics for dynamic problems. We consider the classical vertex coloring problem on graphs and investigate the dynamic setting where edges are added to the current graph.…

神经与进化计算 · 计算机科学 2021-05-27 Jakob Bossek , Frank Neumann , Pan Peng , Dirk Sudholt

For a graph G with real weights assigned to the vertices (edges), the MAX H-SUBGRAPH problem is to find an H-subgraph of G with maximum total weight, if one exists. The all-pairs MAX H-SUBGRAPH problem is to find for every pair of vertices…

数据结构与算法 · 计算机科学 2007-05-23 Virginia Vassilevska , Ryan Williams , Raphael Yuster

In a colouring of a graph, a vertex is b-chromatic if it is adjacent to a vertex of every other colour. We consider four well-studied colouring problems: b-Chromatic Number, Tight b-Chromatic Number, Fall Chromatic Number and Fall…

For a positive integer $k$, a $k$-colouring of a graph $G=(V,E)$ is a mapping $c: V\rightarrow\{1,2,...,k\}$ such that $c(u)\neq c(v)$ whenever $uv\in E$. The Colouring problem is to decide, for a given $G$ and $k$, whether a $k$-colouring…

计算复杂性 · 计算机科学 2016-02-16 Petr A. Golovach , Matthew Johnson , Daniël Paulusma , Jian Song

We give lower bounds on the communication complexity of graph problems in the multi-party blackboard model. In this model, the edges of an $n$-vertex input graph are partitioned among $k$ parties, who communicate solely by writing messages…

数据结构与算法 · 计算机科学 2021-03-15 Christian Konrad , Peter Robinson , Viktor Zamaraev

We study a generalization of the classical Hajnal-Szemer\'edi theorem to vertex-weighted graphs. Given a graph with nonnegative vertex weights, a coloring is called $\alpha$-approximately equitable up to one vertex ($\alpha$-EQ1) if, for…

数据结构与算法 · 计算机科学 2026-05-12 Siddharth Barman , Vignesh Viswanathan

An edge-coloured cycle is $rainbow$ if all edges of the cycle have distinct colours. For $k\geq 1$, let $\mathcal{F}_{k}$ denote the family of all graphs with the property that any $k$ vertices lie on a cycle. For $G\in \mathcal{F}_{k}$, a…

组合数学 · 数学 2018-10-09 Shasha Li , Yongtang Shi , Jianhua Tu , Yan Zhao

A k-plex in a graph is a vertex set where each vertex is non-adjacent to at most k vertices (including itself) in this set, and the Maximum k-plex Problem (MKP) is to find the largest k-plex in the graph. As a practical NP-hard problem, MKP…

数据结构与算法 · 计算机科学 2024-01-22 Jiongzhi Zheng , Mingming Jin , Kun He

A coloured graph is k-ultrahomogeneous if every isomorphism between two induced subgraphs of order at most k extends to an automorphism. A coloured graph is t-tuple regular if the number of vertices adjacent to every vertex in a set S of…

组合数学 · 数学 2021-02-23 Irene Heinrich , Thomas Schneider , Pascal Schweitzer

If $k\geq 0$, then a $k$-edge-coloring of a graph $G$ is an assignment of colors to edges of $G$ from the set of $k$ colors, so that adjacent edges receive different colors. A $k$-edge-colorable subgraph of $G$ is maximum if it is the…

离散数学 · 计算机科学 2018-07-18 Liana Karapetyan , Vahan Mkrtchyan

Given a graph $G$ that is modified by a sequence of edge insertions and deletions, we study the Maximum $k$-Edge Coloring problem Having access to $k$ colors, how can we color as many edges of $G$ as possible such that no two adjacent edges…

数据结构与算法 · 计算机科学 2025-04-11 Antoine El-Hayek , Kathrin Hanauer , Monika Henzinger

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

A weighting of the edges of a hypergraph is called vertex-coloring if the weighted degrees of the vertices yield a proper coloring of the graph, i.e., every edge contains at least two vertices with different weighted degrees. In this paper…

组合数学 · 数学 2016-05-20 Maciej Kalkowski , Michał Karoński , Florian Pfender

A $k$-edge-coloured graph is colour-balanced if each colour appears equally often. Resolving a conjecture of Pardey and Rautenbach, we show that any colour-balanced $k$-edge-coloured complete graph $K_{2kt}$ contains a perfect matching that…

组合数学 · 数学 2026-04-13 Emma Hogan , Alex Scott , Dmitry Tsarev

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…

离散数学 · 计算机科学 2013-02-15 Marthe Bonamy , Nicolas Bousquet

We consider a variant of the densest subgraph problem in networks with single or multiple edge attributes. For example, in a social network, the edge attributes may describe the type of relationship between users, such as friends, family,…

社会与信息网络 · 计算机科学 2024-02-15 Lutz Oettershagen , Honglian Wang , Aristides Gionis

A colouring of a graph $G=(V,E)$ is a mapping $c\colon V\to \{1,2,\ldots\}$ such that $c(u)\neq c(v)$ for every two adjacent vertices $u$ and $v$ of $G$. The {\sc List $k$-Colouring} problem is to decide whether a graph $G=(V,E)$ with a…

数据结构与算法 · 计算机科学 2021-08-27 Nick Brettell , Jake Horsfield , Andrea Munaro , Daniel Paulusma

The anti-Ramsey number, $ar(G, H)$ is the minimum integer $k$ such that in any edge colouring of $G$ with $k$ colours there is a rainbow subgraph isomorphic to $H$, i.e., a copy of $H$ with each of its edges assigned a different colour. The…

离散数学 · 计算机科学 2019-10-28 L Sunil Chandran , Abhiruk Lahiri , Nitin Singh

The Grundy number of a graph is the maximum number of colors used by the greedy coloring algorithm over all vertex orderings. In this paper, we study the computational complexity of GRUNDY COLORING, the problem of determining whether a…

数据结构与算法 · 计算机科学 2015-11-03 Edouard Bonnet , Florent Foucaud , Eun Jung Kim , Florian Sikora