中文
相关论文

相关论文: Target Set Selection in Dense Graph Classes

200 篇论文

A locating-dominating set $D$ of a graph $G$ is a dominating set of $G$ where each vertex not in $D$ has a unique neighborhood in $D$, and the Locating-Dominating Set problem asks if $G$ contains such a dominating set of bounded size. This…

数据结构与算法 · 计算机科学 2023-10-10 Márcia R. Cappelle , Guilherme C. M. Gomes , Vinicius F. dos Santos

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…

计算复杂性 · 计算机科学 2012-11-08 Sepp Hartung , André Nichterlein

A powerful framework for studying graphs is to consider them as geometric graphs: nodes are randomly sampled from an underlying metric space, and any pair of nodes is connected if their distance is less than a specified neighborhood radius.…

机器学习 · 计算机科学 2022-11-28 Raffaele Paolino , Aleksandar Bojchevski , Stephan Günnemann , Gitta Kutyniok , Ron Levie

The graph parameter vertex integrity measures how vulnerable a graph is to a removal of a small number of vertices. More precisely, a graph with small vertex integrity admits a small number of vertex removals to make the remaining connected…

数据结构与算法 · 计算机科学 2024-11-01 Tatsuya Gima , Tesshu Hanaka , Yasuaki Kobayashi , Ryota Murai , Hirotaka Ono , Yota Otachi

For a graph class $\mathcal{G}$, we define the $\mathcal{G}$-modular cardinality of a graph $G$ as the minimum size of a vertex partition of $G$ into modules that each induces a graph in $\mathcal{G}$. This generalizes other module-based…

计算复杂性 · 计算机科学 2023-07-06 Manuel Lafond , Weidong Luo

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$…

计算复杂性 · 计算机科学 2023-05-05 Ryan L. Mann , Luke Mathieson , Catherine Greenhill

We study the parameterized complexity of the problems of finding a maximum common (induced) subgraph of two given graphs. Since these problems generalize several NP-complete problems, they are intractable even when parameterized by strongly…

数据结构与算法 · 计算机科学 2025-12-09 Tesshu Hanaka , Yuto Okada , Yota Otachi , Lena Volk

A blocking set in a graph $G$ is a subset of vertices that intersects every maximum independent set of $G$. Let ${\sf mmbs}(G)$ be the size of a maximum (inclusion-wise) minimal blocking set of $G$. This parameter has recently played an…

数据结构与算法 · 计算机科学 2021-02-09 Júlio Araújo , Marin Bougeret , Victor A. Campos , Ignasi Sau

The Firefighter problem is to place firefighters on the vertices of a graph to prevent a fire with known starting point from lighting up the entire graph. In each time step, a firefighter may be permanently placed on an unburned vertex and…

离散数学 · 计算机科学 2011-09-23 Marek Cygan , Fedor V. Fomin , Erik Jan van Leeuwen

A set $D \subseteq V$ of a graph $G = (V,E)$ is called an outer-connected dominating set of $G$ if every vertex $v$ not in $D$ is adjacent to at least one vertex in $D$, and the induced subgraph of $G$ on $V \setminus D$ is connected. The…

计算复杂性 · 计算机科学 2021-11-04 Mohsen Alambardar Meybodi , Mohammad Reza Hooshmandasl , Ali Shakiba

In this paper, we study the Maximum Common Vertex Subgraph problem: Given two input graphs $G_1,G_2$ and a non-negative integer $h$, is there a common subgraph $H$ on at least $h$ vertices such that there is no isolated vertex in $H$. In…

计算复杂性 · 计算机科学 2026-04-29 Palash Dey , Anubhav Dhar , Ashlesha Hota , Sudeshna Kolay , Aritra Mitra

We consider the problem of characterizing graphs with the maximum spectral radius among the connected graphs with given numbers of vertices and edges. It is well-known that the candidates for extremal graphs are threshold graphs, but only a…

Motivated by applications in community detection and dense subgraph discovery, we consider new clustering objectives in hypergraphs and bipartite graphs. These objectives are parameterized by one or more resolution parameters in order to…

数据结构与算法 · 计算机科学 2020-06-22 Nate Veldt , Anthony Wirth , David F. Gleich

In $d$-Scattered Set we are given an (edge-weighted) graph and are asked to select at least $k$ vertices, so that the distance between any pair is at least $d$, thus generalizing Independent Set. We provide upper and lower bounds on the…

计算复杂性 · 计算机科学 2018-11-13 Ioannis Katsikarelis , Michael Lampis , Vangelis Th. Paschos

A dominating set $S$ of graph $G$ is called an $r$-grouped dominating set if $S$ can be partitioned into $S_1,S_2,\ldots,S_k$ such that the size of each unit $S_i$ is $r$ and the subgraph of $G$ induced by $S_i$ is connected. The concept of…

数据结构与算法 · 计算机科学 2023-02-15 Tesshu Hanaka , Hirotaka Ono , Yota Otachi , Saeki Uda

For intractable problems on graphs of bounded treewidth, two graph parameters treedepth and vertex cover number have been used to obtain fine-grained complexity results. Although the studies in this direction are successful, we still need a…

数据结构与算法 · 计算机科学 2023-04-03 Tatsuya Gima , Tesshu Hanaka , Masashi Kiyomi , Yasuaki Kobayashi , Yota Otachi

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…

数据结构与算法 · 计算机科学 2024-08-27 Matthias Bentert , Fedor V. Fomin , Fanny Hauser , Saket Saurabh

We study the recently introduced problem of finding dense common subgraphs: Given a sequence of graphs that share the same vertex set, the goal is to find a subset of vertices $S$ that maximizes some aggregate measure of the density of the…

数据结构与算法 · 计算机科学 2018-02-20 Moses Charikar , Yonatan Naamad , Jimmy Wu

Detecting on a graph the presence of the minimum number of nodes (target set) that will be able to "activate" a prescribed number of vertices in the graph is called the target set selection problem (TSS) proposed by Kempe, Kleinberg, and…

分布式、并行与集群计算 · 计算机科学 2010-12-21 Sara Brunetti , Elena Lodi , Walter Quattrociocchi

A set $S$ of vertices of a graph is a defensive alliance if, for each element of $S$, the majority of its neighbours is in $S$. We consider the notion of local minimality in this paper. We are interested in locally minimal defensive…

计算复杂性 · 计算机科学 2023-03-06 Ajinkya Gaikwad , Soumen Maity , Shuvam Kant Tripathi