Skip to main content

Showing 1–19 of 19 results for author: Fink, S

.
  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

  13. arXiv:1911.04768  [pdf, other

    cs.SE

    Debugging Crashes using Continuous Contrast Set Mining

    Authors: Rebecca Qian, Yang Yu, Wonhee Park, Vijayaraghavan Murali, Stephen Fink, Satish Chandra

    Abstract: Facebook operates a family of services used by over two billion people daily on a huge variety of mobile devices. Many devices are configured to upload crash reports should the app crash for any reason. Engineers monitor and triage millions of crash reports logged each day to check for bugs, regressions, and any other quality problems. Debugging groups of crashes is a manually intensive process th… ▽ More

    Submitted 12 November, 2019; originally announced November 2019.

  14. arXiv:1706.03178  [pdf, other

    cs.DC

    Serverless Computing: Current Trends and Open Problems

    Authors: Ioana Baldini, Paul Castro, Kerry Chang, Perry Cheng, Stephen Fink, Vatche Ishakian, Nick Mitchell, Vinod Muthusamy, Rodric Rabbah, Aleksander Slominski, Philippe Suter

    Abstract: Serverless computing has emerged as a new compelling paradigm for the deployment of applications and services. It represents an evolution of cloud programming models, abstractions, and platforms, and is a testament to the maturity and wide adoption of cloud technologies. In this chapter, we survey existing serverless platforms from industry, academia, and open source projects, identify key charact… ▽ More

    Submitted 10 June, 2017; originally announced June 2017.

  15. arXiv:1503.05455  [pdf, other

    hep-ex

    Search for H to $ \mathrm{b\bar{b}}$ in association with single top quarks as a test of Higgs boson couplings

    Authors: Simon Fink

    Abstract: The production of a Higgs boson in association with a single top quark is one of a few channels which are sensitive for not yet excluded anomalous couplings of the Higgs boson to fermions. Multivariate analysis tools are used for the reconstruction and classification of signal events, where the Higgs boson decays into bottom quarks and the single top quark decays leptonically. In this conference r… ▽ More

    Submitted 18 March, 2015; originally announced March 2015.

    Comments: Proceedings to ICHEP2014 will be published in Nuclear Physics B Proceedings Supplement 00

  16. Interfertile oaks in an island environment: I. High nuclear genetic differentiation and high degree of chloroplast DNA sharing between Q. alnifolia and Q. coccifera in Cyprus. A multipopulation study

    Authors: Charalambos Neophytou, Aikaterini Dounavi, Siegfried Fink, Filippos A. Aravanopoulos

    Abstract: The evergreen Quercus alnifolia and Q. coccifera form the only interfertile pair of oak species growing in Cyprus. Hybridization between the two species has already been observed and studied morphologically. However, little evidence exists about the extent of genetic introgression. In the present study, we aimed to study the effects of introgressive hybridization mutually on both chloroplast and n… ▽ More

    Submitted 11 June, 2013; originally announced June 2013.

    Comments: 28 pages, 6 figures, author's accepted manuscript

    Journal ref: European Journal of Forest Research 130 (2011): pp. 543-555

  17. Interfertile oaks in an island environment. II. Limited hybridization between Quercus alnifolia Poech and Q. coccifera L. in a mixed stand

    Authors: Charalambos Neophytou, Filippos A. Aravanopoulos, Siegfried Fink, Aikaterini Dounavi

    Abstract: Hybridization and introgression between Quercus alnifolia Poech and Q. coccifera L. is studied by analyzing morphological traits, nuclear and chloroplast DNA markers. The study site is a mixed stand on Troodos Mountains (Cyprus) and the analyzed material includes both adult trees and progenies of specific mother trees. Multivariate analysis of morphological traits shows that the two species can be… ▽ More

    Submitted 14 June, 2013; v1 submitted 11 June, 2013; originally announced June 2013.

    Comments: 30 pages, 7 figures, author's accepted manuscript

    Journal ref: European Journal of Forest Research 130 (2011): pp. 623-635

  18. Detecting interspecific and geographic differentiation patterns in two interfertile oak species (Quercus petraea (Matt.) Liebl. and Q. robur L.) using small sets of microsatellite markers

    Authors: Charalambos Neophytou, Filippos A. Aravanopoulos, Siegfried Fink, Aikaterini Dounavi

    Abstract: Genetic analysis was carried out in order to provide insights into differentiation among populations of two interfertile oak species, Quercus petraea and Quercus robur. Gene flow between the two species, local adaptations and speciation processes in general, may leave differential molecular signatures across the genome. Three interspecific pairs of natural populations from three ecologically diffe… ▽ More

    Submitted 10 June, 2013; originally announced June 2013.

    Comments: 26 pages, 5 figures, accepted author's manuscript

    Journal ref: Forest Ecology and Management 259 (2010): pp. 2026-2035

  19. Macro-Economic Time Series Modeling and Interaction Networks

    Authors: Gabriel Kronberger, Stefan Fink, Michael Kommenda, Michael Affenzeller

    Abstract: Macro-economic models describe the dynamics of economic quantities. The estimations and forecasts produced by such models play a substantial role for financial and political decisions. In this contribution we describe an approach based on genetic programming and symbolic regression to identify variable interactions in large datasets. In the proposed approach multiple symbolic regression runs are e… ▽ More

    Submitted 23 September, 2013; v1 submitted 10 December, 2012; originally announced December 2012.

    Comments: The original publication is available at http://link.springer.com/chapter/10.1007/978-3-642-20520-0_11

    Journal ref: Applications of Evolutionary Computation, LNCS 6625 (Springer Berlin Heidelberg), pp. 101-110 (2011)