English
Related papers

Related papers: The maximum $k$-colorable subgraph problem and rel…

200 papers

We study the maximum $k$-colorable subgraph (M$k$CS) problem, which consists in finding a largest $k$-colorable induced subgraph in a given graph. We consider a Semidefinite Programming (SDP) relaxation for the M$k$CS problem and regard its…

Optimization and Control · Mathematics 2026-05-05 Mathijs Barkel , Renata Sotirov

We study the maximization version of the fundamental graph coloring problem. Here the goal is to color the vertices of a k-colorable graph with k colors so that a maximum fraction of edges are properly colored (i.e. their endpoints receive…

Computational Complexity · Computer Science 2015-05-14 Venkatesan Guruswami , Ali Kemal Sinop

We consider several semidefinite programming relaxations for the max-$k$-cut problem, with increasing complexity. The optimal solution of the weakest presented semidefinite programming relaxation has a closed form expression that includes…

Optimization and Control · Mathematics 2015-11-17 Edwin R. van Dam , Renata Sotirov

The Minimum Sum Coloring Problem (MSCP) is derived from the Graph Coloring Problem (GCP) by associating a weight to each color. The aim of MSCP is to find a coloring solution of a graph such that the sum of color weights is minimum. MSCP…

Discrete Mathematics · Computer Science 2016-09-12 Clément Lecat , Corinne Lucet , Chu-Min Li

In this paper, we consider the maximum $k$-edge-colorable subgraph problem. In this problem we are given a graph $G$ and a positive integer $k$, the goal is to take $k$ matchings of $G$ such that their union contains maximum number of…

Combinatorics · Mathematics 2025-10-15 Vahan Mkrtchyan

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…

Data Structures and Algorithms · Computer Science 2024-01-22 Jiongzhi Zheng , Mingming Jin , Kun He

In the Minimum Consistent Subset (MCS) problem, we are presented with a connected simple undirected graph $G=(V,E)$, consisting of a vertex set $V$ of size $n$ and an edge set $E$. Each vertex in $V$ is assigned a color from the set…

Computational Geometry · Computer Science 2025-09-19 Aritra Banik , Sayani Das , Anil Maheshwari , Bubai Manna , Subhas C Nandy , Krishna Priya K M , Bodhayan Roy , Sasanka Roy , Abhishek Sahu

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…

Computational Complexity · Computer Science 2016-02-16 Petr A. Golovach , Matthew Johnson , Daniël Paulusma , Jian Song

List colouring is an influential and classic topic in graph theory. We initiate the study of a natural strengthening of this problem, where instead of one list-colouring, we seek many in parallel. Our explorations have uncovered a…

Combinatorics · Mathematics 2023-08-03 Stijn Cambie , Wouter Cames van Batenburg , Ewan Davies , Ross J. Kang

The input of the Maximum Colored Cut problem consists of a graph $G=(V,E)$ with an edge-coloring $c:E\to \{1,2,3,\ldots , p\}$ and a positive integer $k$, and the question is whether $G$ has a nontrivial edge cut using at least $k$ colors.…

Data Structures and Algorithms · Computer Science 2018-05-03 Luerbio Faria , Sulamita Klein , Ignasi Sau , Uéverton S. Souza , Rubens Sucupira

We study the Max Partial $k$-Coloring problem, where we are given a vertex-weighted graph, and we ask for a maximum-weight induced subgraph that admits a proper $k$-coloring. For $k=1$ this problem coincides with Maximum Weight Independent…

Computational Complexity · Computer Science 2025-04-15 Nadzieja Hodur , Monika Pilśniak , Magdalena Prorok , Paweł Rzążewski

Graph coloring problems are a central topic of study in the theory of algorithms. We study the problem of partially coloring partially colorable graphs. For $\alpha \leq 1$ and $k \in \mathbb{Z}^+$, we say that a graph $G=(V,E)$ is…

Data Structures and Algorithms · Computer Science 2019-09-02 Suprovat Ghoshal , Anand Louis , Rahul Raychaudhury

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

Computational Complexity · Computer Science 2014-07-08 Shenwei Huang , Matthew Johnson , Daniël Paulusma

We study how the complexity of the graph colouring problems star colouring and restricted star colouring vary with the maximum degree of the graph. Restricted star colouring (in short, rs colouring) is a variant of star colouring. For $k\in…

Combinatorics · Mathematics 2023-09-21 Shalu M. A. , Cyriac Antony

We examine maximum vertex coloring of random geometric graphs, in an arbitrary but fixed dimension, with a constant number of colors. Since this problem is neither scale-invariant nor smooth, the usual methodology to obtain limit laws…

Probability · Mathematics 2016-11-17 Sem Borst , Milan Bradonjić

Given a sequence $S=(s_1,s_2,\ldots,s_p)$, $p\geq 2$, of non-decreasing integers, an $S$-packing coloring of a graph $G$ is a partition of its vertex set into $p$ disjoint sets $V_1,\ldots, V_p$ such that any two distinct vertices of $V_i$…

Combinatorics · Mathematics 2025-03-25 Maidoun Mortada , Olivier Togni

Given an undirected graph $G = (V,E)$ with a set $V$ of vertices and a set $E$ of edges, the minimum sum coloring problem (MSCP) is to find a legal vertex coloring of $G$, using colors represented by natural numbers $1, 2, . . .$ such that…

Discrete Mathematics · Computer Science 2013-03-28 Qinghua Wu , Jin-Kao Hao

The maximum edge colouring problem considers the maximum colour assignment to edges of a graph under the condition that every vertex has at most a fixed number of distinct coloured edges incident on it. If that fixed number is $q$ we call…

Discrete Mathematics · Computer Science 2023-07-06 Zdeněk Dvořák , Abhiruk Lahiri

Given an undirected graph $G$ and integers $c$ and $k$, the Maximum Edge-Colorable Subgraph problem asks whether we can delete at most $k$ edges in $G$ to obtain a graph that has a proper edge coloring with at most $c$ colors. We show that…

Data Structures and Algorithms · Computer Science 2020-02-21 Niels Grüttemeier , Christian Komusiewicz , Nils Morawietz

We study the max k-cut game on an undirected and unweighted graph in order to find out whether an optimal solution is also a strong equilibrium. While we do fail to show that, by proving an alternate formula for computing the cut value…

Computer Science and Game Theory · Computer Science 2021-07-22 Chiara Mocenni , Dario Madeo , Andrea Garuglieri , Simone Rinaldi , Giulia Palma
‹ Prev 1 2 3 10 Next ›