English
Related papers

Related papers: On Structural Parameterizations for the 2-Club Pro…

200 papers

A 2-club is a graph of diameter at most two. In the decision version of the parametrized {\sc 2-Club Cluster Edge Deletion} problem, an undirected graph $G$ is given along with an integer $k\geq 0$ as parameter, and the question is whether…

Data Structures and Algorithms · Computer Science 2021-07-05 Faisal N. Abu-Khzam , Norma Makarem , Maryam Shehab

Editing a graph into a disjoint union of clusters is a standard optimization task in graph-based data clustering. Here, complementing classic work where the clusters shall be cliques, we focus on clusters that shall be 2-clubs, that is,…

Data Structures and Algorithms · Computer Science 2020-06-29 Aleksander Figiel , Anne-Sophie Himmel , André Nichterlein , Rolf Niedermeier

Given an undirected graph G = (V, E) and an integer k, the s-Club asks if Gcontains a vertex subset S of at least k vertices such that G[S] has diameter at most s. Recently, Vertex r-Triangle s-Club, and Edge r-Triangle s-Club that…

Data Structures and Algorithms · Computer Science 2025-09-22 Ashwin Jacob , Diptapriyo Majumdar , Raghav Sakhuja

The NP-hard general factor problem asks, given a graph and for each vertex a list of integers, whether the graph has a spanning subgraph where each vertex has a degree that belongs to its assigned list. The problem remains NP-hard even if…

Data Structures and Algorithms · Computer Science 2015-03-19 Gregory Gutin , Eun Jung Kim , Arezou Soleimanfallah , Stefan Szeider , Anders Yeo

We study the parameterized complexity of the $s$-Club Cluster Edge Deletion problem: Given a graph $G$ and two integers $s \ge 2$ and $k \ge 1$, is it possible to remove at most $k$ edges from $G$ such that each connected component of the…

Data Structures and Algorithms · Computer Science 2022-05-24 Fabrizio Montecchiani , Giacomo Ortali , Tommaso Piselli , Alessandra Tappini

Finding large "cliquish" subgraphs is a central topic in graph mining and community detection. A popular clique relaxation are 2-clubs: instead of asking for subgraphs of diameter one (these are cliques), one asks for subgraphs of diameter…

Data Structures and Algorithms · Computer Science 2018-12-24 Christian Komusiewicz , André Nichterlein , Rolf Niedermeier , Marten Picker

We study the parameterized and kernelization complexity of the s-Club Cluster Edge Deletion problem, a distance-bounded generalization of Cluster Edge Deletion. Given a graph G = (V, E) and integers k and s, the goal is to delete at most k…

Discrete Mathematics · Computer Science 2025-11-04 Ajinkya Gaikwad

The s-Club problem asks, for a given undirected graph $G$, whether $G$ contains a vertex set $S$ of size at least $k$ such that $G[S]$, the subgraph of $G$ induced by $S$, has diameter at most $s$. We consider variants of $s$-Club where one…

Data Structures and Algorithms · Computer Science 2022-06-22 Jaroslav Garvardt , Christian Komusiewicz , Frank Sommer

In the Vertex Triangle 2-Club problem, we are given an undirected graph $G$ and aim to find a maximum-vertex subgraph of $G$ that has diameter at most 2 and in which every vertex is contained in at least $\ell$ triangles in the subgraph. So…

Data Structures and Algorithms · Computer Science 2022-11-09 Niels Grüttemeier , Philipp Heinrich Keßler , Christian Komusiewicz , Frank Sommer

Finding cohesive subgraphs in a network is a well-known problem in graph theory. Several alternative formulations of cohesive subgraph have been proposed, a notable example being $s$-club, which is a subgraph where each vertex is at…

Data Structures and Algorithms · Computer Science 2018-06-05 Riccardo Dondi , Giancarlo Mauri , Florian Sikora , Italo Zoppis

In Two-Sets Cut-Uncut, we are given an undirected graph $G=(V,E)$ and two terminal sets $S$ and $T$. The task is to find a minimum cut $C$ in $G$ (if there is any) separating $S$ from $T$ under the following ``uncut'' condition. In the…

Data Structures and Algorithms · Computer Science 2024-08-27 Matthias Bentert , Fedor V. Fomin , Fanny Hauser , Saket Saurabh

The NP-hard Metric Dimension problem is to decide for a given graph G and a positive integer k whether there is a vertex subset of size at most k that separates all vertex pairs in G. Herein, a vertex v separates a pair {u,w} if the…

Computational Complexity · Computer Science 2012-11-08 Sepp Hartung , André Nichterlein

Given a graph $G$ and a positive integer $k$, the 2-Load coloring problem is to check whether there is a $2$-coloring $f:V(G) \rightarrow \{r,b\}$ of $G$ such that for every $i \in \{r,b\}$, there are at least $k$ edges with both end…

Data Structures and Algorithms · Computer Science 2020-10-13 I. Vinod Reddy

We study the parameterized complexity of the T(h+1)-Free Edge Deletion problem. Given a graph G and integers k and h, the task is to delete at most k edges so that every connected component of the resulting graph has size at most h. The…

Data Structures and Algorithms · Computer Science 2026-02-04 Ajinkya Gaikwad , Soumen Maity , Leeja R

The s-club cluster vertex deletion number of a graph, or sccvd, is the minimum number of vertices whose deletion results in a disjoint union of s-clubs, or graphs whose diameter is bounded above by s. We launch a study of several domination…

Computational Complexity · Computer Science 2024-08-19 Faisal N. Abu-Khzam , Lucas Isenmann

Editing a graph to obtain a disjoint union of s-clubs is one of the models for correlation clustering, which seeks a partition of the vertex set of a graph so that elements of each resulting set are close enough according to some given…

Data Structures and Algorithms · Computer Science 2025-06-06 Faisal N. Abu-Khzam , Tom Davot , Lucas Isenmann , Sergio Thoumi

We introduce a family of graph parameters, called induced multipartite graph parameters, and study their computational complexity. First, we consider the following decision problem: an instance is an induced multipartite graph parameter $p$…

Computational Complexity · Computer Science 2023-05-05 Ryan L. Mann , Luke Mathieson , Catherine Greenhill

We investigate the parameterized complexity of several problems formalizing cluster identification in graphs. In other words we ask whether a graph contains a large enough and sufficiently connected subgraph. We study here three relaxations…

Computational Complexity · Computer Science 2023-03-23 Ambroise Baril , Antoine Castillon , Nacim Oijid

We show that 2-CLUB is NP-hard for distance to 2-club cluster graphs.

Computational Complexity · Computer Science 2019-03-14 Mithilesh Kumar

For a positive integer $s$, an $s$-club in a graph $G$ is a set of vertices inducing a subgraph with diameter at most $s$. As generalizations of cliques, $s$-clubs offer a flexible model for real-world networks. This paper addresses the…

Computational Complexity · Computer Science 2026-04-21 Angelo Monti , Blerina Sinaimeri
‹ Prev 1 2 3 10 Next ›