中文
相关论文

相关论文: The Firebreak Problem

200 篇论文

Motivated by applications in network epidemiology, we consider the problem of determining whether it is possible to delete at most $k$ edges from a given input graph (of small treewidth) so that the resulting graph avoids a set…

数据结构与算法 · 计算机科学 2017-04-20 Jessica Enright , Kitty Meeks

The concept of graph burning and burning number ($bn(G)$) of a graph G was introduced recently [1]. Graph burning models the spread of contagion (fire) in a graph in discrete time steps. $bn(G)$ is the minimum time needed to burn a graph…

离散数学 · 计算机科学 2020-03-23 Zahra Rezai Farokh , Maryam Tahmasbi , Zahra Haj Rajab Ali Tehrani , Yousof Buali

We use Hartnell's model for virus spread on a graph, also known as firefighting. For rooted trees, we propose an Unburning Algorithm, a type of greedy algorithm starting from the leaves and working back towards the root. We show that the…

We study a family of graph modification problems called the F-Vertex Splitting problem. Given a graph G, the task is to determine whether G can be transformed into a graph G-prime belonging to a graph class F through a sequence of at most k…

数据结构与算法 · 计算机科学 2025-11-04 Ajinkya Gaikwad , Hitendra Kumar , S. Padmapriya , Praneet Kumar Patra , Harsh Sanklecha , Soumen Maity

In the classic version of the game of firefighter, on the first turn a fire breaks out on a vertex in a graph $G$ and then $k$ firefighters protect $k$ vertices. On each subsequent turn, the fire spreads to the collective unburnt…

组合数学 · 数学 2024-08-01 Andrea Burgess , John Marcoux , David Pike

In the Firefighter problem, introduced by Hartnell in 1995, a fire spreads through a graph while a player chooses which vertices to protect in order to contain it. In this paper, we focus on the case of trees and we consider as well the…

数据结构与算法 · 计算机科学 2019-02-07 Pierre Coupechoux , Marc Demange , David Ellison , Bertrand Jouve

In the Split to Block Vertex Deletion and Split to Threshold Vertex Deletion problems the input is a split graph $G$ and an integer $k$, and the goal is to decide whether there is a set $S$ of at most $k$ vertices such that $G-S$ is a block…

数据结构与算法 · 计算机科学 2019-07-26 Dekel Tsur

Graph burning is a deterministic, discrete-time process that models how influence or contagion spreads in a graph. Associated to each graph is its burning number, which is a parameter that quantifies how quickly the influence spreads. We…

组合数学 · 数学 2020-09-23 Anthony Bonato

We consider a version of the forest fire model on graph $G$, where each vertex of a graph becomes occupied with rate one. A fixed vertex $v_0$ is hit by lightning with the same rate, and when this occurs, the whole cluster of occupied…

概率论 · 数学 2009-09-15 Stanislav Volkov

In this paper, we introduce a new problem called Tree-Residue Vertex-Breaking (TRVB): given a multigraph $G$ some of whose vertices are marked "breakable," is it possible to convert $G$ into a tree via a sequence of "vertex-breaking"…

计算复杂性 · 计算机科学 2018-05-04 Erik D. Demaine , Mikhail Rudoy

Graph burning is a discrete-time process that models the spread of influence in a network. Vertices are either burning or unburned, and in each round, a burning vertex causes all of its neighbours to become burning before a new fire source…

组合数学 · 数学 2024-09-24 Karen Gunderson , William Kellough , JD Nir , Hritik Punj

Motivated by dynamic graph visualization, we study the problem of representing a graph $G$ in the form of a \emph{storyplan}, that is, a sequence of frames with the following properties. Each frame is a planar drawing of the subgraph of $G$…

Graph burning is one model for the spread of memes and contagion in social networks. The corresponding graph parameter is the burning number of a graph $G$, written $b(G)$, which measures the speed of the social contagion. While it is…

组合数学 · 数学 2017-08-01 Anthony Bonato , Thomas Lidbetter

We introduce a graph-theoretic vertex dissolution model that applies to a number of redistribution scenarios such as gerrymandering in political districting or work balancing in an online situation. The central aspect of our model is the…

The burning number of a graph $G$ is the smallest positive integer $k$ such that the vertex set of $G$ can be covered with balls of radii $0, 1, \dots, k-1$. A well-known conjecture by Bonato, Janssen and Roshabin states that any connected…

组合数学 · 数学 2023-03-27 Anders Martinsson

The firefighter game problem on locally finite connected graphs was introduced by Bert Hartnell. The game on a graph $G$ can be described as follows: let $f_n$ be a sequence of positive integers; an initial fire starts at a finite set of…

群论 · 数学 2017-01-13 Eduardo Martínez-Pedroza

We propose an exact algorithm for the Graph Burning Problem ($\texttt{GBP}$), an NP-hard optimization problem that models the spread of influence on social networks. Given a graph $G$ with vertex set $V$, the objective is to find a sequence…

Vertex splitting is a graph modification operation in which a vertex is replaced by multiple vertices such that the union of their neighborhoods equals the neighborhood of the original vertex. We introduce and study vertex splitting as a…

计算复杂性 · 计算机科学 2026-02-05 Faisal N. Abu-Khzam , Dipayan Chakraborty , Lucas Isenmann , Nacim Oijid

The Firefighter Problem (FP) is a graph problem originally introduced in 1995 to model the spread of a fire in a graph, which has attracted considerable attention in the literature. The goal is to devise a strategy to employ a given…

离散数学 · 计算机科学 2019-07-18 Marc Demange , David Ellison , Raffaella Gentilini

In the vertex cover problem, the input is a graph $G$ and an integer $k$, and the goal is to decide whether there is a set of vertices $S$ of size at most $k$ such that every edge of $G$ is incident on at least one vertex in $S$. We study…

数据结构与算法 · 计算机科学 2018-12-31 Dekel Tsur