English

A greedy heuristic for graph burning

Discrete Mathematics 2025-03-07 v3 Combinatorics

Abstract

Given a graph GG, the optimization version of the graph burning problem seeks for a sequence of vertices, (u1,u2,...,up)V(G)p(u_1,u_2,...,u_p) \in V(G)^p, with minimum pp and such that every vV(G)v \in V(G) has distance at most pip-i to some vertex uiu_i. The length pp of the optimal solution is known as the burning number and is denoted by b(G)b(G), an invariant that helps quantify the graph's vulnerability to contagion. This paper explores the advantages and limitations of an O(mn+pn2)\mathcal{O}(mn + pn^2) deterministic greedy heuristic for this problem, where nn is the graph's order, mm is the graph's size, and pp is a guess on b(G)b(G). This heuristic is based on the relationship between the graph burning problem and the clustered maximum coverage problem, and despite having limitations on paths and cycles, it found most of the optimal and best-known solutions of benchmark and synthetic graphs with up to 102400 vertices. Beyond practical advantages, our work unveils some of the fundamental aspects of graph burning: its relationship with a generalization of a classical coverage problem and compact integer programs. With this knowledge, better algorithms might be designed in the future.

Keywords

Cite

@article{arxiv.2401.07577,
  title  = {A greedy heuristic for graph burning},
  author = {Jesús García-Díaz and José Alejandro Cornejo-Acosta and Joel Trejo Sánchez},
  journal= {arXiv preprint arXiv:2401.07577},
  year   = {2025}
}

Comments

17 pages; corrected proofs

R2 v1 2026-06-28T14:16:49.628Z