Skip to main content

Showing 1–11 of 11 results for author: Villaamil, F

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

    cs.DS q-bio.GN

    A practical fpt algorithm for Flow Decomposition and transcript assembly

    Authors: Kyle Kloster, Philipp Kuinke, Michael P. O'Brien, Felix Reidl, Fernando Sánchez Villaamil, Blair D. Sullivan, Andrew van der Poel

    Abstract: The Flow Decomposition problem, which asks for the smallest set of weighted paths that "covers" a flow on a DAG, has recently been used as an important computational step in transcript assembly. We prove the problem is in FPT when parameterized by the number of paths by giving a practical linear fpt algorithm. Further, we implement and engineer a Flow Decomposition solver based on this algorithm,… ▽ More

    Submitted 30 August, 2017; v1 submitted 23 June, 2017; originally announced June 2017.

    Comments: Introduces software package Toboggan: Version 1.0. http://dx.doi.org/10.5281/zenodo.821634

  2. arXiv:1607.00945  [pdf, other

    cs.CC

    Width, depth and space

    Authors: Li-Hsuan Chen, Felix Reidl, Peter Rossmanith, Fernando Sánchez Villaamil

    Abstract: The width measure treedepth, also known as vertex ranking, centered coloring and elimination tree height, is a well-established notion which has recently seen a resurgence of interest. Since graphs of bounded treedepth are more restricted than graphs of bounded tree- or pathwidth, we are interested in the algorithmic utility of this additional structure. On the negative side, we show that every… ▽ More

    Submitted 6 August, 2016; v1 submitted 4 July, 2016; originally announced July 2016.

  3. arXiv:1603.09532  [pdf, other

    cs.DM math.CO

    Characterising Bounded Expansion by Neighbourhood Complexity

    Authors: Felix Reidl, Fernando Sánchez Villaamil, Konstantinos Stavropoulos

    Abstract: We show that a graph class $\cal G$ has bounded expansion if and only if it has bounded $r$-neighbourhood complexity, i.e. for any vertex set $X$ of any subgraph $H$ of $G\in\cal G$, the number of subsets of $X$ which are exact $r$-neighbourhoods of vertices of $H$ on $X$ is linear to the size of $X$. This is established by bounding the $r$-neighbourhood complexity of a graph in terms of both its… ▽ More

    Submitted 2 November, 2016; v1 submitted 31 March, 2016; originally announced March 2016.

  4. arXiv:1507.08158  [pdf, other

    cs.DS

    Fast Biclustering by Dual Parameterization

    Authors: Pål Grønås Drange, Felix Reidl, Fernando Sánchez Villaamil, Somnath Sikdar

    Abstract: We study two clustering problems, Starforest Editing, the problem of adding and deleting edges to obtain a disjoint union of stars, and the generalization Bicluster Editing. We show that, in addition to being NP-hard, none of the problems can be solved in subexponential time unless the exponential time hypothesis fails. Misra, Panolan, and Saurabh (MFCS 2013) argue that introducing a bound on th… ▽ More

    Submitted 29 July, 2015; originally announced July 2015.

    Comments: Accepted for presentation at IPEC 2015

    ACM Class: G.2.2

  5. arXiv:1411.4575  [pdf, other

    cs.DS

    Kernelization and Sparseness: the case of Dominating Set

    Authors: Pål Grønås Drange, Markus S. Dregi, Fedor V. Fomin, Stephan Kreutzer, Daniel Lokshtanov, Marcin Pilipczuk, Michał Pilipczuk, Felix Reidl, Saket Saurabh, Fernando Sánchez Villaamil, Sebastian Siebertz, Somnath Sikdar

    Abstract: We prove that for every positive integer $r$ and for every graph class $\mathcal G$ of bounded expansion, the $r$-Dominating Set problem admits a linear kernel on graphs from $\mathcal G$. Moreover, when $\mathcal G$ is only assumed to be nowhere dense, then we give an almost linear kernel on $\mathcal G$ for the classic Dominating Set problem, i.e., for the case $r=1$. These results generalize a… ▽ More

    Submitted 18 September, 2015; v1 submitted 17 November, 2014; originally announced November 2014.

    Comments: v2: new author, added results for r-Dominating Sets in bounded expansion graphs

  6. arXiv:1410.5845  [pdf, other

    cs.CC

    Zig-Zag Numberlink is NP-Complete

    Authors: Aaron Adcock, Erik D. Demaine, Martin L. Demaine, Michael P. O'Brien, Felix Reidl, Fernando Sánchez Villaamil, Blair D. Sullivan

    Abstract: When can $t$ terminal pairs in an $m \times n$ grid be connected by $t$ vertex-disjoint paths that cover all vertices of the grid? We prove that this problem is NP-complete. Our hardness result can be compared to two previous NP-hardness proofs: Lynch's 1975 proof without the ``cover all vertices'' constraint, and Kotsuma and Takenaga's 2010 proof when the paths are restricted to have the fewest p… ▽ More

    Submitted 21 October, 2014; originally announced October 2014.

  7. arXiv:1409.8196  [pdf, other

    cs.SI cs.DM

    Hyperbolicity, degeneracy, and expansion of random intersection graphs

    Authors: Matthew Farrell, Timothy Goodrich, Nathan Lemons, Felix Reidl, Fernando Sánchez Villaamil, Blair D. Sullivan

    Abstract: We establish the conditions under which several algorithmically exploitable structural features hold for random intersection graphs, a natural model for many real-world networks where edges correspond to shared attributes. Specifically, we fully characterize the degeneracy of random intersection graphs, and prove that the model asymptotically almost surely produces graphs with hyperbolicity at lea… ▽ More

    Submitted 9 February, 2017; v1 submitted 29 September, 2014; originally announced September 2014.

    Comments: Updating license to CC-BY

  8. arXiv:1406.2587  [pdf, other

    cs.SI cs.DM cs.DS physics.soc-ph

    Structural Sparsity of Complex Networks: Bounded Expansion in Random Models and Real-World Graphs

    Authors: Erik D. Demaine, Felix Reidl, Peter Rossmanith, Fernando Sanchez Villaamil, Somnath Sikdar, Blair D. Sullivan

    Abstract: This research establishes that many real-world networks exhibit bounded expansion, a strong notion of structural sparsity, and demonstrates that it can be leveraged to design efficient algorithms for network analysis. We analyze several common network models regarding their structural sparsity. We show that, with high probability, (1) graphs sampled with a prescribed s parse degree sequence; (2) p… ▽ More

    Submitted 12 October, 2018; v1 submitted 10 June, 2014; originally announced June 2014.

  9. arXiv:1401.7540  [pdf, ps, other

    cs.DS cs.DM

    A Faster Parameterized Algorithm for Treedepth

    Authors: Felix Reidl, Peter Rossmanith, Fernando Sanchez Villaamil, Somnath Sikdar

    Abstract: The width measure \emph{treedepth}, also known as vertex ranking, centered coloring and elimination tree height, is a well-established notion which has recently seen a resurgence of interest. We present an algorithm which---given as input an $n$-vertex graph, a tree decomposition of the graph of width $w$, and an integer $t$---decides Treedepth, i.e. whether the treedepth of the graph is at most… ▽ More

    Submitted 20 August, 2014; v1 submitted 29 January, 2014; originally announced January 2014.

    Comments: An extended abstract was published in ICALP 2014, Track A

  10. arXiv:1302.6863  [pdf, other

    cs.DS

    Kernelization Using Structural Parameters on Sparse Graph Classes

    Authors: Jakub Gajarský, Petr Hliněný, Jan Obdržálek, Sebastian Ordyniak, Felix Reidl, Peter Rossmanith, Fernando Sánchez Villaamil, Somnath Sikdar

    Abstract: Meta-theorems for polynomial (linear) kernels have been the subject of intensive research in parameterized complexity. Heretofore, meta-theorems for linear kernels exist on graphs of bounded genus, $H$-minor-free graphs, and $H$-topological-minor-free graphs. To the best of our knowledge, no meta-theorems for polynomial kernels are known for any larger sparse graph classes; e.g., for classes of… ▽ More

    Submitted 20 April, 2015; v1 submitted 27 February, 2013; originally announced February 2013.

    Comments: A preliminary version appeared as an extended abstract in the proceedings of ESA 2013, and one section in the proceedings of IPEC 2014. Changes from the previous version: inclusion of the IPEC 2014 results; much stronger conclusion for the case of nowhere dense graph classes; inclusion of some additional problems in the framework, e.g., of the branchwidth problem

  11. arXiv:1104.3917  [pdf, ps, other

    math.CO cs.DS

    Black-and-white threshold graphs

    Authors: Ling-Ju Hung, Ton Kloks, Fernando Villaamil

    Abstract: Let k be a natural number. We introduce k-threshold graphs. We show that there exists an O(n^3) algorithm for the recognition of k-threshold graphs for each natural number k. k-Threshold graphs are characterized by a finite collection of forbidden induced subgraphs. For the case k=2 we characterize the partitioned 2-threshold graphs by forbidden induced subgraphs. We introduce restricted -, and sp… ▽ More

    Submitted 19 April, 2011; originally announced April 2011.