Skip to main content

Showing 1–12 of 12 results for author: Fink, S D

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

    cs.CG cs.DS

    The Peculiarities of Extending Queue Layouts

    Authors: Thomas Depian, Simon D. Fink, Robert Ganian, Martin Nöllenburg

    Abstract: We consider the problem of computing $\ell$-page queue layouts, which are linear arrangements of vertices accompanied with an assignment of the edges to pages from one to $\ell$ that avoid the nesting of edges on any of the pages. Inspired by previous work in the extension of stack layouts, here we consider the setting of extending a partial $\ell$-page queue layout into a complete one and primari… ▽ More

    Submitted 5 June, 2025; originally announced June 2025.

    Comments: Appears in the Proceedings of the 51st International Workshop on Graph-Theoretic Concepts in Computer Science (WG 2025); 24 pages, 6 figures, 1 table

  2. arXiv:2502.16621  [pdf, other

    cs.CG

    Segment Intersection Representations, Level Planarity and Constrained Ordering Problems

    Authors: Simon D. Fink, Matthias Pfretzschner, Peter Stumpf

    Abstract: In the Segment Intersection Graph Representation Problem, we want to represent the vertices of a graph as straight line segments in the plane such that two segments cross if and only if there is an edge between the corresponding vertices. This problem is NP-hard (even $\exists\mathbb{R}$-complete [Schaefer, 2010]) in the general case [Kratochvíl & Neŝetril, 1992] and remains so if we restrict the… ▽ More

    Submitted 23 February, 2025; originally announced February 2025.

  3. arXiv:2411.15864  [pdf, other

    cs.CC cs.CG

    Pathways to Tractability for Geometric Thickness

    Authors: Thomas Depian, Simon Dominik Fink, Alexander Firbas, Robert Ganian, Martin Nöllenburg

    Abstract: We study the classical problem of computing geometric thickness, i.e., finding a straight-line drawing of an input graph and a partition of its edges into as few parts as possible so that each part is crossing-free. Since the problem is NP-hard, we investigate its tractability through the lens of parameterized complexity. As our first set of contributions, we provide two fixed-parameter algorithms… ▽ More

    Submitted 24 November, 2024; originally announced November 2024.

    Comments: Appears in SOFSEM 2025

  4. arXiv:2410.13536  [pdf, other

    cs.CG

    A Simple Partially Embedded Planarity Test Based on Vertex-Addition

    Authors: Simon D. Fink, Ignaz Rutter, Sandhya T. P

    Abstract: In the Partially Embedded Planarity problem, we are given a graph $G$ together with a topological drawing of a subgraph $H$ of $G$. The task is to decide whether the drawing can be extended to a drawing of the whole graph such that no two edges cross. Angelini et al. gave a linear-time algorithm for solving this problem in 2010 (SODA '10). While their paper constitutes a significant result, the al… ▽ More

    Submitted 17 October, 2024; originally announced October 2024.

    Comments: accepted for SOSA 2025

  5. arXiv:2409.02833  [pdf, other

    cs.CG cs.DS

    The Parameterized Complexity of Extending Stack Layouts

    Authors: Thomas Depian, Simon D. Fink, Robert Ganian, Martin Nöllenburg

    Abstract: An $\ell$-page stack layout (also known as an $\ell$-page book embedding) of a graph is a linear order of the vertex set together with a partition of the edge set into $\ell$ stacks (or pages), such that the endpoints of no two edges on the same stack alternate. We study the problem of extending a given partial $\ell$-page stack layout into a complete one, which can be seen as a natural generaliza… ▽ More

    Submitted 4 September, 2024; originally announced September 2024.

    Comments: Appears in the Proceedings of the 32nd International Symposium on Graph Drawing and Network Visualization (GD 2024); 36 pages, 20 figures

  6. arXiv:2409.01727  [pdf, other

    cs.DM

    Level Planarity Is More Difficult Than We Thought

    Authors: Simon D. Fink, Matthias Pfretzschner, Ignaz Rutter, Peter Stumpf

    Abstract: We consider three simple quadratic time algorithms for the problem Level Planarity and give a level-planar instance that they either falsely report as negative or for which they output a drawing that is not level planar.

    Submitted 3 September, 2024; originally announced September 2024.

    Comments: Poster presented at GD 2024

  7. arXiv:2402.13153  [pdf, other

    cs.CG cs.DS

    Clustered Planarity Variants for Level Graphs

    Authors: Simon D. Fink, Matthias Pfretzschner, Ignaz Rutter, Marie Diana Sieper

    Abstract: We consider variants of the clustered planarity problem for level-planar drawings. So far, only convex clusters have been studied in this setting. We introduce two new variants that both insist on a level-planar drawing of the input graph but relax the requirements on the shape of the clusters. In unrestricted Clustered Level Planarity (uCLP) we only require that they are bounded by simple closed… ▽ More

    Submitted 20 February, 2024; originally announced February 2024.

  8. arXiv:2310.20632  [pdf, other

    cs.DS

    Constrained Planarity in Practice -- Engineering the Synchronized Planarity Algorithm

    Authors: Simon D. Fink, Ignaz Rutter

    Abstract: In the constrained planarity setting, we ask whether a graph admits a planar drawing that additionally satisfies a given set of constraints. These constraints are often derived from very natural problems; prominent examples are Level Planarity, where vertices have to lie on given horizontal lines indicating a hierarchy, and Clustered Planarity, where we additionally draw the boundaries of clusters… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

    Comments: to appear in Proceedings of ALENEX 2024

  9. arXiv:2308.11401  [pdf, other

    cs.DS

    Parameterized Complexity of Simultaneous Planarity

    Authors: Simon D. Fink, Matthias Pfretzschner, Ignaz Rutter

    Abstract: Given $k$ input graphs $G_1, \dots ,G_k$, where each pair $G_i$, $G_j$ with $i \neq j$ shares the same graph $G$, the problem Simultaneous Embedding With Fixed Edges (SEFE) asks whether there exists a planar drawing for each input graph such that all drawings coincide on $G$. While SEFE is still open for the case of two input graphs, the problem is NP-complete for $k \geq 3$ [Schaefer, JGAA 13]. I… ▽ More

    Submitted 30 April, 2025; v1 submitted 22 August, 2023; originally announced August 2023.

    Comments: Appears in the Proceedings of the 31st International Symposium on Graph Drawing and Network Visualization (GD 2023)

  10. arXiv:2301.03972  [pdf, other

    cs.DS cs.DM

    Maintaining Triconnected Components under Node Expansion

    Authors: Simon D. Fink, Ignaz Rutter

    Abstract: SPQR-trees are a central component of graph drawing and are also important in many further areas of computer science. From their inception onwards, they have always had a strong relation to dynamic algorithms maintaining information, e.g., on planarity and triconnectivity, under edge insertion and, later on, also deletion. In this paper, we focus on a special kind of dynamic update, the expansion… ▽ More

    Submitted 10 January, 2023; originally announced January 2023.

  11. arXiv:2106.14805  [pdf, other

    cs.DS

    Experimental Comparison of PC-Trees and PQ-Trees

    Authors: Simon D. Fink, Matthias Pfretzschner, Ignaz Rutter

    Abstract: PQ-trees and PC-trees are data structures that represent sets of linear and circular orders, respectively, subject to constraints that specific subsets of elements have to be consecutive. While equivalent to each other, PC-trees are conceptually much simpler than PQ-trees; updating a PC-trees so that a set of elements becomes consecutive requires only a single operation, whereas PQ-trees use an up… ▽ More

    Submitted 28 June, 2021; originally announced June 2021.

    Comments: to appear in Proceedings of ESA 2021

  12. arXiv:2007.15362  [pdf, other

    cs.DS cs.DM

    Synchronized Planarity with Applications to Constrained Planarity Problems

    Authors: Thomas Bläsius, Simon D. Fink, Ignaz Rutter

    Abstract: We introduce the problem Synchronized Planarity. Roughly speaking, its input is a loop-free multi-graph together with synchronization constraints that, e.g., match pairs of vertices of equal degree by providing a bijection between their edges. Synchronized Planarity then asks whether the graph admits a crossing-free embedding into the plane such that the orders of edges around synchronized vertice… ▽ More

    Submitted 22 July, 2021; v1 submitted 30 July, 2020; originally announced July 2020.

    Comments: to appear in Proceedings of ESA 2021