中文
相关论文

相关论文: Parameterized Inapproximability of Target Set Sele…

200 篇论文

The Target Set Selection problem takes as an input a graph $G$ and a non-negative integer threshold $ \mbox{thr}(v) $ for every vertex $v$. A vertex $v$ can get active as soon as at least $ \mbox{thr}(v) $ of its neighbors have been…

离散数学 · 计算机科学 2017-10-03 Tim A. Hartmann

In this paper, we consider the problem of maximizing the spread of influence through a social network. Given a graph with a threshold value~$thr(v)$ attached to each vertex~$v$, the spread of influence is modeled as follows: A vertex~$v$…

数据结构与算法 · 计算机科学 2014-08-19 Cristina Bazgan , Morgan Chopin , André Nichterlein , Florian Sikora

In this paper we consider the Target Set Selection problem. The problem naturally arises in many fields like economy, sociology, medicine. In the Target Set Selection problem one is given a graph $G$ with a function $\operatorname{thr}:…

数据结构与算法 · 计算机科学 2018-09-07 Ivan Bliznets , Danil Sagunov

Given a graph $G$ with a vertex threshold function $\tau$, consider a dynamic process in which any inactive vertex $v$ becomes activated whenever at least $\tau(v)$ of its neighbors are activated. A vertex set $S$ is called a target set if…

数据结构与算法 · 计算机科学 2024-02-26 Naoto Ohsaka

In this paper, we study the Target Set Selection problem from a parameterized complexity perspective. Here for a given graph and a threshold for each vertex, the task is to find a set of vertices (called a target set) which activates the…

数据结构与算法 · 计算机科学 2020-08-17 Pavel Dvořák , Dušan Knop , Tomáš Toufar

Motivated by applications in sociology, economy and medicine, we study variants of the Target Set Selection problem, first proposed by Kempe, Kleinberg and Tardos. In our scenario one is given a graph $G=(V,E)$, integer values $t(v)$ for…

数据结构与算法 · 计算机科学 2014-04-18 Ferdinando Cicalese , Gennaro Cordasco , Luisa Gargano , M. Milanic , Ugo Vaccaro

A target set selection model is a graph $G$ with a threshold function $\tau:V\to \mathbb{N}$ upper-bounded by the vertex degree. For a given model, a set $S_0\subseteq V(G)$ is a target set if $V(G)$ can be partitioned into non-empty…

数据结构与算法 · 计算机科学 2020-07-13 Lucas Keiler , Carlos Vinicius G. C. Lima , Ana Karolinna Maia , Rudini Sampaio , Ignasi Sau

In this paper we consider a fundamental problem in the area of viral marketing, called T{\scriptsize ARGET} S{\scriptsize ET} S{\scriptsize ELECTION} problem. In a a viral marketing setting, social networks are modeled by graphs with…

组合数学 · 数学 2015-03-19 Chun-Ying Chiang , Liang-Hao Huang , Wei-Ting Huang , Hong-Gwa Yeh

We consider the target set selection problem. In this problem, a vertex is active either if it belongs to a set of initially activated vertices or if at some point it has at least $k$ active neighbors ($k$ is identical for all vertices of…

离散数学 · 计算机科学 2010-09-21 Daniel Reichman

Given a simple, undirected graph $G$ with a threshold function $\tau:V(G) \rightarrow \mathbb{N}$, the \textsc{Target Set Selection} (TSS) problem is about choosing a minimum cardinality set, say $S \subseteq V(G)$, such that starting a…

计算复杂性 · 计算机科学 2021-05-18 Suman Banerjee , Rogers Mathew , Fahad Panolan

Let $G = (V,E)$ be a graph on $n$ vertices, where $d_v$ denotes the degree of vertex $v$, and $t_v$ is a threshold associated with $v$. We consider a process in which initially a set $S$ of vertices becomes active, and thereafter, in…

数据结构与算法 · 计算机科学 2019-09-10 Uriel Feige , Shimon Kogan

Let $G$ be a graph, which represents a social network, and suppose each node $v$ has a threshold value $\tau(v)$. Consider an initial configuration, where each node is either positive or negative. In each discrete time step, a node $v$…

数据结构与算法 · 计算机科学 2023-07-19 Hossein Soltani , Ahad N. Zehmakan , Ataabak B. Hushmandi

Treewidth is a useful tool in designing graph algorithms. Although many NP-hard graph problems can be solved in linear time when the input graphs have small treewidth, there are problems which remain hard on graphs of bounded treewidth. In…

数据结构与算法 · 计算机科学 2024-01-22 Huairui Chu , Bingkai Lin

We study the problem of deciding reconfigurability of target sets of a graph. Given a graph $G$ with vertex thresholds $\tau$, consider a dynamic process in which vertex $v$ becomes activated once at least $\tau(v)$ of its neighbors are…

数据结构与算法 · 计算机科学 2022-12-07 Naoto Ohsaka

This paper considers the Target Set Selection (TSS) Problem in social networks, a fundamental problem in viral marketing. In the TSS problem, a graph and a threshold value for each vertex of the graph are given. We need to find a minimum…

神经与进化计算 · 计算机科学 2025-07-08 Md. Samiur Rahman , Mohammad Shamim Ahsan , Cheng-Wu Chen , Vijayakumar Varadarajan

Let $G$ be a graph with a threshold function $\theta:V(G)\rightarrow \mathbb{N}$ such that $1\leq \theta(v)\leq d_G(v)$ for every vertex $v$ of $G$, where $d_G(v)$ is the degree of $v$ in $G$. Suppose we are given a target set $S\subseteq…

离散数学 · 计算机科学 2012-03-06 Chun-Ying Chiang , Liang-Hao Huang , Hong-Gwa Yeh

A widely studied model for influence diffusion in social networks are {\it target sets}. For a graph $G$ and an integer-valued threshold function $\tau$ on its vertex set, a {\it target set} or {\it dynamic monopoly} is a set of vertices of…

组合数学 · 数学 2018-05-28 Stefan Ehard , Dieter Rautenbach

Given a network represented by a graph $G=(V,E)$, we consider a dynamical process of influence diffusion in $G$ that evolves as follows: Initially only the nodes of a given $S\subseteq V$ are influenced; subsequently, at each round, the set…

数据结构与算法 · 计算机科学 2016-10-13 Gennaro Cordasco , Luisa Gargano , Marco Mecchia , Adele A. Rescigno , Ugo Vaccaro

Given a graph $G = (V,E)$, a threshold function $t~ :~ V \rightarrow \mathbb{N}$ and an integer $k$, we study the Harmless Set problem, where the goal is to find a subset of vertices $S \subseteq V$ of size at least $k$ such that every…

计算复杂性 · 计算机科学 2022-01-27 Ajinkya Gaikwad , Soumen Maity

We initiate the theoretical study of Ext-TSP, a problem that originates in the area of profile-guided binary optimization. Given a graph $G=(V, E)$ with positive edge weights $w: E \rightarrow R^+$, and a non-increasing discount function…

数据结构与算法 · 计算机科学 2021-07-19 Julián Mestre , Sergey Pupyrev , Seeun William Umboh
‹ 上一页 1 2 3 10 下一页 ›