Outerplanar and Forest Storyplans
Jiří Fiala, Oksana Firman, Giuseppe Liotta, Alexander Wolff, Johannes Zink
TL;DR
This paper extends the notion of planar storygraphs by introducing outerplanar and forest storyplans, and establishes foundational complexity and algorithmic results for these variants. It proves NP-hardness (and NP membership) for deciding whether a graph admits an outerplanar or forest storyplan, adapting the reduction framework from Planar Storyplan via variable and clause gadgets. It further shows that the FPT algorithms developed for Planar Storyplan adapt to these variants, and it identifies graph classes that admit or forbid such storyplans, including explicit constructions and negative results for triangulations and certain regular graphs. When feasible, it provides efficient, straight-line storyplan constructions and a vertex-cover–based kernelization to achieve FPT performance, thereby clarifying the landscape of tractability across graph classes and parameter regimes.
Abstract
We study the problem of gradually representing a complex graph as a sequence of drawings of small subgraphs whose union is the complex graph. The sequence of drawings is called \emph{storyplan}, and each drawing in the sequence is called a \emph{frame}. In an (outer)planar storyplan, every frame is (outer)planar; in a forest storyplan, every frame is acyclic. It is known that every graph of treewidth at most 3 admits a planar storyplan and that deciding whether a given graph admits a planar storyplan is NP-complete [Binucci et al., JCSS, 2024]. We first prove that deciding whether a given graph admits an outerplanar storyplan (or a forest storyplan) is NP-complete. Then, we show that the FPT algorithms of Binucci et al. also work for our problem variants with small modifications. We identify graph families that admit outerplanar and forest storyplans and families for which such storyplans do not always exist. In the affirmative case, we present efficient algorithms that produce straight-line storyplans.
