Skip to main content

Showing 1–8 of 8 results for author: de Kroon, J J H

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

    cs.DS

    Single-Exponential FPT Algorithms for Enumerating Secluded $\mathcal{F}$-Free Subgraphs and Deleting to Scattered Graph Classes

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michał Włodarczyk

    Abstract: The celebrated notion of important separators bounds the number of small $(S,T)$-separators in a graph which are 'farthest from $S$' in a technical sense. In this paper, we introduce a generalization of this powerful algorithmic primitive that is phrased in terms of $k$-secluded vertex sets: sets with an open neighborhood of size at most $k$. In this terminology, the bound on important separator… ▽ More

    Submitted 20 September, 2023; originally announced September 2023.

    Comments: To appear at ISAAC'23

  2. arXiv:2306.17065  [pdf, other

    cs.DS cs.CC

    5-Approximation for $\mathcal{H}$-Treewidth Essentially as Fast as $\mathcal{H}$-Deletion Parameterized by Solution Size

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michal Wlodarczyk

    Abstract: The notion of $\mathcal{H}$-treewidth, where $\mathcal{H}$ is a hereditary graph class, was recently introduced as a generalization of the treewidth of an undirected graph. Roughly speaking, a graph of $\mathcal{H}$-treewidth at most $k$ can be decomposed into (arbitrarily large) $\mathcal{H}$-subgraphs which interact only through vertex sets of size $O(k)$ which can be organized in a tree-like fa… ▽ More

    Submitted 29 June, 2023; originally announced June 2023.

    Comments: Conference version to appear at the European Symposium on Algorithms (ESA 2023)

  3. arXiv:2207.00386  [pdf, other

    cs.DS cs.CC

    Search-Space Reduction via Essential Vertices

    Authors: Benjamin Merlin Bumpus, Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: We investigate preprocessing for vertex-subset problems on graphs. While the notion of kernelization, originating in parameterized complexity theory, is a formalization of provably effective preprocessing aimed at reducing the total instance size, our focus is on finding a non-empty vertex set that belongs to an optimal solution. This decreases the size of the remaining part of the solution which… ▽ More

    Submitted 1 July, 2022; originally announced July 2022.

    Comments: Conference version to appear at the European Symposium on Algorithms (ESA 2022)

    MSC Class: 68W99 ACM Class: F.2.0

  4. arXiv:2206.09884  [pdf, ps, other

    cs.DS cs.CC

    Finding $k$-Secluded Trees Faster

    Authors: Huib Donkers, Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: We revisit the \textsc{$k$-Secluded Tree} problem. Given a vertex-weighted undirected graph $G$, its objective is to find a maximum-weight induced subtree $T$ whose open neighborhood has size at most $k$. We present a fixed-parameter tractable algorithm that solves the problem in time $2^{\mathcal{O}(k \log k)}\cdot n^{\mathcal{O}(1)}$, improving on a double-exponential running time from earlier w… ▽ More

    Submitted 24 June, 2022; v1 submitted 20 June, 2022; originally announced June 2022.

  5. arXiv:2106.04191  [pdf, other

    cs.DS

    FPT Algorithms to Compute the Elimination Distance to Bipartite Graphs and More

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: For a hereditary graph class $\mathcal{H}$, the $\mathcal{H}$-elimination distance of a graph $G$ is the minimum number of rounds needed to reduce $G$ to a member of $\mathcal{H}$ by removing one vertex from each connected component in each round. The $\mathcal{H}$-treewidth of a graph $G$ is the minimum, taken over all vertex sets $X$ for which each connected component of $G - X$ belongs to… ▽ More

    Submitted 8 June, 2021; originally announced June 2021.

    Comments: 14 pages, to appear at WG 2021

  6. arXiv:2105.04660  [pdf, ps, other

    cs.DS

    Deletion to Scattered Graph Classes I -- case of finite number of graph classes

    Authors: Ashwin Jacob, Jari J. H. de Kroon, Diptapriyo Majumdar, Venkatesh Raman

    Abstract: Graph-modification problems, where we modify a graph by adding or deleting vertices or edges or contracting edges to obtain a graph in a {\it simpler} class, is a well-studied optimization problem in all algorithmic paradigms including classical, approximation and parameterized complexity. Specifically, graph-deletion problems, where one needs to delete a small number of vertices to make the resul… ▽ More

    Submitted 23 December, 2021; v1 submitted 10 May, 2021; originally announced May 2021.

    Comments: An extended abstract of the paper appeared in IPEC 2020. This version has a new co-author Jari J. H. de Kroon and an extension of our main result for the case when forbidden subgraphs of each class can be infinite, under certain other conditions

  7. arXiv:2103.09715  [pdf, other

    cs.DS

    Vertex Deletion Parameterized by Elimination Distance and Even Less

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michał Włodarczyk

    Abstract: We study the parameterized complexity of various classic vertex-deletion problems such as Odd cycle transversal, Vertex planarization, and Chordal vertex deletion under hybrid parameterizations. Existing FPT algorithms for these problems either focus on the parameterization by solution size, detecting solutions of size $k$ in time $f(k) \cdot n^{O(1)}$, or width parameterizations, finding arbitrar… ▽ More

    Submitted 18 July, 2022; v1 submitted 17 March, 2021; originally announced March 2021.

    Comments: The extended abstract of this article appeared at STOC'21. This version contains a tighter analysis for Planar Vertex Deletion parameterized by planar-treewidth

  8. arXiv:2004.08818  [pdf, other

    cs.DS math.CO

    Preprocessing Vertex-Deletion Problems: Characterizing Graph Properties by Low-Rank Adjacencies

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: We consider the $Π$-free Deletion problem parameterized by the size of a vertex cover, for a range of graph properties $Π$. Given an input graph $G$, this problem asks whether there is a subset of at most $k$ vertices whose removal ensures the resulting graph does not contain a graph from $Π$ as induced subgraph. Many vertex-deletion problems such as Perfect Deletion, Wheel-free Deletion, and Inte… ▽ More

    Submitted 19 April, 2020; originally announced April 2020.

    Comments: To appear in the Proceedings of SWAT 2020

    MSC Class: 05C85; 68R10; 05C50 ACM Class: F.2.2; G.2.2