Skip to main content

Showing 1–3 of 3 results for author: de Rezende, P J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.17080  [pdf, other

    cs.DM cs.DS math.CO

    Solving the Graph Burning Problem for Large Graphs

    Authors: Felipe de Carvalho Pereira, Pedro Jussieu de Rezende, Tallys Yunes, Luiz Fernando Batista Morato

    Abstract: 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 of $k$ vertices in $V$, namely, $v_1, v_2, \dots, v_k$, such that $k$ is minimum and $\bigcup_{i = 1}^{k} \{u\! \in\! V\! : d(u, v_i) \leq k - i\} = V$, where… ▽ More

    Submitted 25 April, 2024; originally announced April 2024.

    Comments: 10 pages, 1 figure and 2 tables

    MSC Class: 68R05 (Primary) 05C85; 90C10 (Secondary) ACM Class: G.2.1

  2. arXiv:2012.03381  [pdf, other

    cs.CG

    Solving the Minimum Convex Partition of Point Sets with Integer Programming

    Authors: Allan Sapucaia, Pedro J. de Rezende, Cid C. de Souza

    Abstract: The partition of a problem into smaller sub-problems satisfying certain properties is often a key ingredient in the design of divide-and-conquer algorithms. For questions related to location, the partition problem can be modeled, in geometric terms, as finding a subdivision of a planar map -- which represents, say, a geographical area -- into regions subject to certain conditions while optimizing… ▽ More

    Submitted 6 December, 2020; originally announced December 2020.

    Comments: 28 pages, 14 figures, submitted for publication

  3. arXiv:1410.8720  [pdf, other

    cs.CG

    Engineering Art Galleries

    Authors: Pedro J. de Rezende, Cid C. de Souza, Stephan Friedrichs, Michael Hemmer, Alexander Kröller, Davi C. Tozoni

    Abstract: The Art Gallery Problem is one of the most well-known problems in Computational Geometry, with a rich history in the study of algorithms, complexity, and variants. Recently there has been a surge in experimental work on the problem. In this survey, we describe this work, show the chronology of developments, and compare current algorithms, including two unpublished versions, in an exhaustive experi… ▽ More

    Submitted 15 February, 2016; v1 submitted 31 October, 2014; originally announced October 2014.

    ACM Class: F.2.2