中文
相关论文

相关论文: Some Results on the Target Set Selection Problem

200 篇论文

The performance of distributed averaging depends heavily on the underlying topology. In various fields, including compressed sensing, multi-party computation, and abstract graph theory, graphs may be expected to be free of short cycles,…

分布式、并行与集群计算 · 计算机科学 2025-04-15 Florine W. Dekker , Zekeriya Erkin , Mauro Conti

We consider the following string matching problem on a node-labeled graph $G=(V,E)$: given a pattern string $P$, decide whether there exists a path in $G$ whose concatenation of node labels equals $P$. This is a basic primitive in various…

计算复杂性 · 计算机科学 2020-03-05 Massimo Equi , Veli Mäkinen , Alexandru I. Tomescu

We consider problems of finding a maximum size/weight $t$-matching without forbidden subgraphs in an undirected graph $G$ with the maximum degree bounded by $t+1$, where $t$ is an integer greater than $2$. Depending on the variant forbidden…

数据结构与算法 · 计算机科学 2024-05-02 Katarzyna Paluch , Mateusz Wasylkiewicz

The edge clique cover (ECC) problem -- where the goal is to find a minimum cardinality set of cliques that cover all the edges of a graph -- is a classic NP-hard problem that has received much attention from both the theoretical and…

数据结构与算法 · 计算机科学 2023-07-06 Anthony Hevia , Benjamin Kallus , Summer McClintic , Samantha Reisner , Darren Strash , Johnathan Wilson

In a connected simple graph G = (V(G),E(G)), each vertex is assigned a color from the set of colors C={1, 2,..., c}. The set of vertices V(G) is partitioned as V_1, V_2, ... ,V_c, where all vertices in V_j share the same color j. A subset S…

计算几何 · 计算机科学 2025-08-20 Bubai Manna

The generalized list $T$-coloring is a common generalization of many graph coloring models, including classical coloring, $L(p,q)$-labeling, channel assignment and $T$-coloring. Every vertex from the input graph has a list of permitted…

离散数学 · 计算机科学 2013-12-04 Konstanty Junosza-Szaniawski , Paweł Rzążewski

In the Telephone Broadcasting problem, the goal is to disseminate a message from a given source vertex of an input graph to all other vertices in the minimum number of rounds, where at each round, an informed vertex can send the message to…

数据结构与算法 · 计算机科学 2025-02-12 Aida Aminian , Shahin Kamali , Seyed-Mohammad Seyed-Javadi , Sumedha

For a fixed graph $H$, the $H$-IS-Deletion problem asks, given a graph $G$, for the minimum size of a set $S \subseteq V(G)$ such that $G\setminus S$ does not contain $H$ as an induced subgraph. Motivated by previous work about hitting…

数据结构与算法 · 计算机科学 2022-09-09 Ignasi Sau , Uéverton S. Souza

We introduce a variation of the scheduling with precedence constraints problem that has applications to molecular folding and production management. We are given a bipartite graph $H=(B,S)$. Vertices in $B$ are thought of as goods or…

离散数学 · 计算机科学 2016-10-04 Akbar Rafiey , Jeff Kinne , Ján Manuch , Arash Rafiey

An (h,s,t)-representation of a graph G consists of a collection of subtrees of a tree T, where each subtree corresponds to a vertex of G such that (i) the maximum degree of T is at most h, (ii) every subtree has maximum degree at mots s,…

组合数学 · 数学 2011-12-15 Liliana Alcón , Marisa Gutierrez , María Pía Mazzoleni

Given a graph $G=(V,E)$ and an integer $k \ge 1$, a $k$-hop dominating set $D$ of $G$ is a subset of $V$, such that, for every vertex $v \in V$, there exists a node $u \in D$ whose hop-distance from $v$ is at most $k$. A $k$-hop dominating…

数据结构与算法 · 计算机科学 2020-12-11 A. Karim Abu-Affash , Paz Carmi , Adi Krasin

The goal of this paper is to investigate a family of optimization problems arising from list homomorphisms, and to understand what the best possible algorithms are if we restrict the problem to bounded-treewidth graphs. For a fixed $H$, the…

计算复杂性 · 计算机科学 2024-02-14 Barış Can Esmer , Jacob Focke , Dániel Marx , Paweł Rzążewski

Given a graph $G=(V,E)$ and a positive integer $t\geq2$, the task in the vertex cover $P_t$ ($VCP_t$) problem is to find a minimum subset of vertices $F\subseteq V$ such that every path of order $t$ in $G$ contains at least one vertex from…

组合数学 · 数学 2023-06-22 Zongwen Bai , Jianhua Tu , Yongtang Shi

For a fixed finite collection of graphs ${\cal F}$, the ${\cal F}$-M-DELETION problem asks, given an $n$-vertex input graph $G,$ for the minimum number of vertices that intersect all minor models in $G$ of the graphs in ${\cal F}$. by…

数据结构与算法 · 计算机科学 2021-03-12 Julien Baste , Ignasi Sau , Dimitrios M. Thilikos

We consider the minimum cut problem in undirected, weighted graphs. We give a simple algorithm to find a minimum cut that $2$-respects (cuts two edges of) a spanning tree $T$ of a graph $G$. This procedure can be used in place of the…

数据结构与算法 · 计算机科学 2020-06-11 Nalin Bhardwaj , Antonio Molina Lovett , Bryce Sandlund

We prove that unless the Exponential Time Hypothesis (ETH) fails, deciding if there is a homomorphism from graph $G$ to graph $H$ cannot be done in time $|V(H)|^{o(|V(G)|)}$. We also show an exponential-time reduction from Graph…

数据结构与算法 · 计算机科学 2016-02-17 Marek Cygan , Fedor V. Fomin , Alexander Golovnev , Alexander S. Kulikov , Ivan Mihajlin , Jakub Pachocki , Arkadiusz Socała

A vertex set $D$ in a finite undirected graph $G$ is an {\em efficient dominating set} (\emph{e.d.s.}\ for short) of $G$ if every vertex of $G$ is dominated by exactly one vertex of $D$. The \emph{Efficient Domination} (ED) problem, which…

离散数学 · 计算机科学 2021-12-17 Andreas Brandstädt

In the EDGE CLIQUE COVER (ECC) problem, given a graph G and an integer k, we ask whether the edges of G can be covered with k complete subgraphs of G or, equivalently, whether G admits an intersection model on k-element universe. Gramm et…

数据结构与算法 · 计算机科学 2012-09-27 Marek Cygan , Marcin Pilipczuk , Michał Pilipczuk

Although it has been claimed in two different papers that the maximum cardinality cut problem is polynomial-time solvable for proper interval graphs, both of them turned out to be erroneous. In this paper, we give FPT algorithms for the…

数据结构与算法 · 计算机科学 2020-06-09 Arman Boyacı , Tınaz Ekim , Mordechai Shalom

For a graph class $\mathcal{C}$, the $\mathcal{C}$-Edge-Deletion problem asks for a given graph $G$ to delete the minimum number of edges from $G$ in order to obtain a graph in $\mathcal{C}$. We study the $\mathcal{C}$-Edge-Deletion problem…

数据结构与算法 · 计算机科学 2021-11-15 Toshiki Saitoh , Ryo Yoshinaka , Hans L. Bodlaender