Solving the Graph Burning Problem for Large Graphs
Felipe de Carvalho Pereira, Pedro Jussieu de Rezende, Tallys Yunes,, Luiz Fernando Batista Morato

TL;DR
This paper introduces an efficient exact algorithm for the NP-hard Graph Burning Problem, significantly improving solution times for large social network graphs by formulating it as a set covering problem and using a row generation approach.
Contribution
The paper presents a novel set covering integer programming model and a row generation algorithm that outperforms previous methods in solving large instances of the Graph Burning Problem.
Findings
Achieves optimal solutions for graphs with up to 200,000 vertices in under 35 seconds.
Solves instances approximately 236 times faster than the previous best exact algorithm.
Successfully scales to real-world social network graphs much larger than prior methods.
Abstract
We propose an exact algorithm for the Graph Burning Problem (), an NP-hard optimization problem that models the spread of influence on social networks. Given a graph with vertex set , the objective is to find a sequence of vertices in , namely, , such that is minimum and , where denotes the distance between and . We formulate the problem as a set covering integer programming model and design a row generation algorithm for the . Our method exploits the fact that a very small number of covering constraints is often sufficient for solving the integer model, allowing the corresponding rows to be generated on demand. To date, the most efficient exact algorithm for the , denoted here by , is able to obtain optimal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
