Skip to main content

Showing 1–50 of 55 results for author: Jansen, B M P

.
  1. arXiv:2406.19819  [pdf, other

    cs.DS

    Steiner Tree Parameterized by Multiway Cut and Even Less

    Authors: Bart M. P. Jansen, Céline M. F. Swennenhuis

    Abstract: In the Steiner Tree problem we are given an undirected edge-weighted graph as input, along with a set $K$ of vertices called terminals. The task is to output a minimum-weight connected subgraph that spans all the terminals. The famous Dreyfus-Wagner algorithm running in $3^{|K|} \mathsf{poly}(n)$ time shows that the problem is fixed-parameter tractable parameterized by the number of terminals. We… ▽ More

    Submitted 28 June, 2024; originally announced June 2024.

    Comments: Full version of a paper that will appear at ESA 2024

    MSC Class: 05C85; 68Q27 ACM Class: F.2.2

  2. arXiv:2404.16695  [pdf, other

    cs.DS cs.CC math.CO

    Kernelization Dichotomies for Hitting Subgraphs under Structural Parameterizations

    Authors: Marin Bougeret, Bart M. P. Jansen, Ignasi Sau

    Abstract: For a fixed graph $H$, the $H$-SUBGRAPH HITTING problem consists in deleting the minimum number of vertices from an input graph to obtain a graph without any occurrence of $H$ as a subgraph. This problem can be seen as a generalization of VERTEX COVER, which corresponds to the case $H = K_2$. We initiate a study of $H$-SUBGRAPH HITTING from the point of view of characterizing structural parameteri… ▽ More

    Submitted 25 April, 2024; originally announced April 2024.

    Comments: 58 pages, 7 figures

    MSC Class: 05C85 ACM Class: G.2.2; F.2.2

  3. arXiv:2404.09769  [pdf, other

    cs.DS

    Search-Space Reduction Via Essential Vertices Revisited: Vertex Multicut and Cograph Deletion

    Authors: Bart M. P. Jansen, Ruben F. A. Verhaegh

    Abstract: For an optimization problem $Π$ on graphs whose solutions are vertex sets, a vertex $v$ is called $c$-essential for $Π$ if all solutions of size at most $c \cdot OPT$ contain $v$. Recent work showed that polynomial-time algorithms to detect $c$-essential vertices can be used to reduce the search space of fixed-parameter tractable algorithms solving such problems parameterized by the size $k$ of th… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

    Comments: Conference version to appear at the 19th Scandinavian Symposium on Algorithm Theory (SWAT 2024)

  4. arXiv:2310.04332  [pdf, other

    cs.DS

    On the Parameterized Complexity of Multiway Near-Separator

    Authors: Bart M. P. Jansen, Shivesh K. Roy

    Abstract: We study a new graph separation problem called Multiway Near-Separator. Given an undirected graph $G$, integer $k$, and terminal set $T \subseteq V(G)$, it asks whether there is a vertex set $S \subseteq V(G) \setminus T$ of size at most $k$ such that in graph $G-S$, no pair of distinct terminals can be connected by two pairwise internally vertex-disjoint paths. Hence each terminal pair can be sep… ▽ More

    Submitted 6 October, 2023; originally announced October 2023.

    Comments: Conference version to appear at the International Symposium on Parameterized and Exact Computation (IPEC 2023)

  5. arXiv:2310.04303  [pdf, other

    cs.DS

    Kernelization for Counting Problems on Graphs: Preserving the Number of Minimum Solutions

    Authors: Bart M. P. Jansen, Bart van der Steenhoven

    Abstract: A kernelization for a parameterized decision problem $\mathcal{Q}$ is a polynomial-time preprocessing algorithm that reduces any parameterized instance $(x,k)$ into an instance $(x',k')$ whose size is bounded by a function of $k$ alone and which has the same yes/no answer for $\mathcal{Q}$. Such preprocessing algorithms cannot exist in the context of counting problems, when the answer to be preser… ▽ More

    Submitted 6 October, 2023; originally announced October 2023.

    Comments: Extended abstract appears in the proceedings of IPEC 2023

    MSC Class: 68Q27; 05C69; ACM Class: F.2.2

  6. 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

  7. arXiv:2309.01264  [pdf, other

    cs.CG cs.CC

    Upward and Orthogonal Planarity are W[1]-hard Parameterized by Treewidth

    Authors: Bart M. P. Jansen, Liana Khazaliya, Philipp Kindermann, Giuseppe Liotta, Fabrizio Montecchiani, Kirill Simonov

    Abstract: Upward planarity testing and Rectilinear planarity testing are central problems in graph drawing. It is known that they are both NP-complete, but XP when parameterized by treewidth. In this paper we show that these two problems are W[1]-hard parameterized by treewidth, which answers open problems posed in two earlier papers. The key step in our proof is an analysis of the All-or-Nothing Flow probl… ▽ More

    Submitted 3 September, 2023; originally announced September 2023.

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

  8. 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)

  9. 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

  10. 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.

  11. arXiv:2206.04387  [pdf, other

    cs.DS

    Kernelization for Feedback Vertex Set via Elimination Distance to a Forest

    Authors: David Dekker, Bart M. P. Jansen

    Abstract: We study efficient preprocessing for the undirected Feedback Vertex Set problem, a fundamental problem in graph theory which asks for a minimum-sized vertex set whose removal yields an acyclic graph. More precisely, we aim to determine for which parameterizations this problem admits a polynomial kernel. While a characterization is known for the related Vertex Cover problem based on the recently in… ▽ More

    Submitted 9 June, 2022; originally announced June 2022.

    Comments: 40 pages, 4 figures. To be published in the Proceedings of WG2022

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

  12. arXiv:2202.02174  [pdf, other

    cs.DS cs.CC

    Lossy Planarization: A Constant-Factor Approximate Kernelization for Planar Vertex Deletion

    Authors: Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the F-minor-free deletion problem we want to find a minimum vertex set in a given graph that intersects all minor models of graphs from the family F. The Vertex planarization problem is a special case of F-minor-free deletion for the family F = {K_5, K_{3,3}}. Whenever the family F contains at least one planar graph, then F-minor-free deletion is known to admit a constant-factor approximation a… ▽ More

    Submitted 4 February, 2022; originally announced February 2022.

    Comments: To appear at STOC'22

  13. arXiv:2110.01868  [pdf, other

    cs.DS

    Preprocessing for Outerplanar Vertex Deletion: An Elementary Kernel of Quartic Size

    Authors: Huib Donkers, Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the $\mathcal{F}$-Minor-Free Deletion problem one is given an undirected graph $G$, an integer $k$, and the task is to determine whether there exists a vertex set $S$ of size at most $k$, so that $G-S$ contains no graph from the finite family $\mathcal{F}$ as a minor. It is known that whenever $\mathcal{F}$ contains at least one planar graph, then $\mathcal{F}$-Minor-Free Deletion admits a poly… ▽ More

    Submitted 5 October, 2021; originally announced October 2021.

  14. arXiv:2107.02554  [pdf, other

    cs.DS cs.CC

    On the Hardness of Compressing Weights

    Authors: Bart M. P. Jansen, Shivesh K. Roy, Michał Włodarczyk

    Abstract: We investigate computational problems involving large weights through the lens of kernelization, which is a framework of polynomial-time preprocessing aimed at compressing the instance size. Our main focus is the weighted Clique problem, where we are given an edge-weighted graph and the goal is to detect a clique of total weight equal to a prescribed value. We show that the weighted variant, param… ▽ More

    Submitted 6 July, 2021; originally announced July 2021.

    Comments: To appear at MFCS'21

  15. Preprocessing to Reduce the Search Space: Antler Structures for Feedback Vertex Set

    Authors: Huib Donkers, Bart M. P. Jansen

    Abstract: The goal of this paper is to open up a new research direction aimed at understanding the power of preprocessing in speeding up algorithms that solve NP-hard problems exactly. We explore this direction for the classic Feedback Vertex Set problem on undirected graphs, leading to a new type of graph structure called antler decomposition, which identifies vertices that belong to an optimal solution. I… ▽ More

    Submitted 11 April, 2024; v1 submitted 22 June, 2021; originally announced June 2021.

    Comments: Small updates to some proofs due to journal revisions

  16. 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

  17. 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

  18. arXiv:2009.08353  [pdf, other

    cs.CC

    Sparsification Lower Bounds for List $H$-Coloring

    Authors: Hubie Chen, Bart M. P. Jansen, Karolina Okrasa, Astrid Pieterse, Paweł Rzążewski

    Abstract: We investigate the List $H$-Coloring problem, the generalization of graph coloring that asks whether an input graph $G$ admits a homomorphism to the undirected graph $H$ (possibly with loops), such that each vertex $v \in V(G)$ is mapped to a vertex on its list $L(v) \subseteq V(H)$. An important result by Feder, Hell, and Huang [JGT 2003] states that List $H$-Coloring is polynomial-time solvable… ▽ More

    Submitted 17 September, 2020; originally announced September 2020.

    Comments: Accepted to ISAAC 2020

  19. arXiv:2009.08158  [pdf, ps, other

    cs.DS

    p-Edge/Vertex-Connected Vertex Cover: Parameterized and Approximation Algorithms

    Authors: Carl Einarson, Gregory Gutin, Bart M. P. Jansen, Diptapriyo Majumdar, Magnus Wahlstrom

    Abstract: We introduce and study two natural generalizations of the Connected VertexCover (VC) problem: the $p$-Edge-Connected and $p$-Vertex-Connected VC problem (where $p \geq 2$ is a fixed integer). Like Connected VC, both new VC problems are FPT, but do not admit a polynomial kernel unless $NP \subseteq coNP/poly$, which is highly unlikely. We prove however that both problems admit time efficient polyno… ▽ More

    Submitted 22 August, 2022; v1 submitted 17 September, 2020; originally announced September 2020.

    ACM Class: F.2.2; G.2.2

  20. arXiv:2004.12865  [pdf, other

    cs.DS cs.CC math.CO

    Bridge-Depth Characterizes which Structural Parameterizations of Vertex Cover Admit a Polynomial Kernel

    Authors: Marin Bougeret, Bart M. P. Jansen, Ignasi Sau

    Abstract: We study the kernelization complexity of structural parameterizations of the Vertex Cover problem. Here, the goal is to find a polynomial-time preprocessing algorithm that can reduce any instance $(G,k)$ of the Vertex Cover problem to an equivalent one, whose size is polynomial in the size of a pre-determined complexity parameter of $G$. A long line of previous research deals with parameterization… ▽ More

    Submitted 24 July, 2023; v1 submitted 27 April, 2020; originally announced April 2020.

    Comments: Author-accepted version of SIDMA publication

    MSC Class: 05C85 ACM Class: G.2.2; F.2.2

    Journal ref: SIAM J. Discret. Math. 36(4): 2737-2773 (2022)

  21. 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

  22. arXiv:2002.03443  [pdf, other

    cs.CC cs.DS

    Optimal polynomial-time compression for Boolean Max CSP

    Authors: Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the Boolean maximum constraint satisfaction problem - Max CSP$(Γ)$ - one is given a collection of weighted applications of constraints from a finite constraint language $Γ$, over a common set of variables, and the goal is to assign Boolean values to the variables so that the total weight of satisfied constraints is maximized. There exists an elegant dichotomy theorem providing a criterion on… ▽ More

    Submitted 9 February, 2020; originally announced February 2020.

  23. arXiv:1908.09325  [pdf, other

    cs.DS cs.CC

    Fine-Grained Complexity of k-OPT in Bounded-Degree Graphs for Solving TSP

    Authors: Édouard Bonnet, Yoichi Iwata, Bart M. P. Jansen, Łukasz Kowalik

    Abstract: Local search is a widely-employed strategy for finding good solutions to Traveling Salesman Problem. We analyze the problem of determining whether the weight of a given cycle can be decreased by a popular $k$-opt move. Earlier work has shown that (i) assuming the Exponential Time Hypothesis, there is no algorithm to find an improving $k$-opt move in time $f(k)n^{o(k/\log k)}$ for any function $f$,… ▽ More

    Submitted 3 September, 2019; v1 submitted 25 August, 2019; originally announced August 2019.

    Comments: A new running time bound for counting cycles and paths in graphs was added

  24. arXiv:1906.05565  [pdf, other

    cs.DS cs.CC

    A Turing Kernelization Dichotomy for Structural Parameterizations of $\mathcal{F}$-Minor-Free Deletion

    Authors: Huib Donkers, Bart M. P. Jansen

    Abstract: For a fixed finite family of graphs $\mathcal{F}$, the $\mathcal{F}$-Minor-Free Deletion problem takes as input a graph $G$ and an integer $\ell$ and asks whether there exists a set $X \subseteq V(G)$ of size at most $\ell$ such that $G-X$ is $\mathcal{F}$-minor-free. For $\mathcal{F}=\{K_2\}$ and $\mathcal{F}=\{K_3\}$ this encodes Vertex Cover and Feedback Vertex Set respectively. When parameteri… ▽ More

    Submitted 16 July, 2019; v1 submitted 13 June, 2019; originally announced June 2019.

  25. arXiv:1902.01745  [pdf, other

    cs.DS math.CO

    Hamiltonicity below Dirac's condition

    Authors: Bart M. P. Jansen, László Kozma, Jesper Nederlof

    Abstract: Dirac's theorem (1952) is a classical result of graph theory, stating that an $n$-vertex graph ($n \geq 3$) is Hamiltonian if every vertex has degree at least $n/2$. Both the value $n/2$ and the requirement for every vertex to have high degree are necessary for the theorem to hold. In this work we give efficient algorithms for determining Hamiltonicity when either of the two conditions are relax… ▽ More

    Submitted 5 February, 2019; originally announced February 2019.

  26. arXiv:1810.01136  [pdf, other

    cs.DS

    A deterministic polynomial kernel for Odd Cycle Transversal and Vertex Multiway Cut in planar graphs

    Authors: Bart M. P. Jansen, Marcin Pilipczuk, Erik Jan van Leeuwen

    Abstract: We show that Odd Cycle Transversal and Vertex Multiway Cut admit deterministic polynomial kernels when restricted to planar graphs and parameterized by the solution size. This answers a question of Saurabh. On the way to these results, we provide an efficient sparsification routine in the flavor of the sparsification routine used for the Steiner Tree problem in planar graphs (FOCS 2014). It differ… ▽ More

    Submitted 12 December, 2018; v1 submitted 2 October, 2018; originally announced October 2018.

  27. arXiv:1809.06171  [pdf, other

    cs.CC cs.DS

    Best-case and Worst-case Sparsifiability of Boolean CSPs

    Authors: Hubie Chen, Bart M. P. Jansen, Astrid Pieterse

    Abstract: We continue the investigation of polynomial-time sparsification for NP-complete Boolean Constraint Satisfaction Problems (CSPs). The goal in sparsification is to reduce the number of constraints in a problem instance without changing the answer, such that a bound on the number of resulting constraints can be given in terms of the number of variables n. We investigate how the worst-case sparsificat… ▽ More

    Submitted 17 September, 2018; originally announced September 2018.

  28. arXiv:1806.10513  [pdf, other

    cs.CC cs.DS

    Lower Bounds for Dynamic Programming on Planar Graphs of Bounded Cutwidth

    Authors: Bas A. M. van Geffen, Bart M. P. Jansen, Arnoud A. W. M. de Kroon, Rolf Morel

    Abstract: Many combinatorial problems can be solved in time $O^*(c^{tw})$ on graphs of treewidth $tw$, for a problem-specific constant $c$. In several cases, matching upper and lower bounds on $c$ are known based on the Strong Exponential Time Hypothesis (SETH). In this paper we investigate the complexity of solving problems on graphs of bounded cutwidth, a graph parameter that takes larger values than tree… ▽ More

    Submitted 27 June, 2018; originally announced June 2018.

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

  29. arXiv:1806.10501  [pdf, other

    cs.DS cs.CC

    Computing the Chromatic Number Using Graph Decompositions via Matrix Rank

    Authors: Bart M. P. Jansen, Jesper Nederlof

    Abstract: Computing the smallest number $q$ such that the vertices of a given graph can be properly $q$-colored is one of the oldest and most fundamental problems in combinatorial optimization. The $q$-Coloring problem has been studied intensively using the framework of parameterized algorithmics, resulting in a very good understanding of the best-possible algorithms for several parameterizations based on t… ▽ More

    Submitted 27 June, 2018; originally announced June 2018.

    Comments: 29 pages. An extended abstract appears in the proceedings of the 26th Annual European Symposium on Algorithms, ESA 2018

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

  30. arXiv:1804.08885  [pdf, other

    cs.CC cs.DS

    Polynomial Kernels for Hitting Forbidden Minors under Structural Parameterizations

    Authors: Bart M. P. Jansen, Astrid Pieterse

    Abstract: We investigate polynomial-time preprocessing for the problem of hitting forbidden minors in a graph, using the framework of kernelization. For a fixed finite set of connected graphs F, the F-Deletion problem is the following: given a graph G and integer k, is it possible to delete k vertices from G to ensure the resulting graph does not contain any graph from F as a minor? Earlier work by Fomin, L… ▽ More

    Submitted 24 April, 2018; originally announced April 2018.

  31. arXiv:1802.02050  [pdf, other

    cs.CC cs.DS

    Optimal Data Reduction for Graph Coloring Using Low-Degree Polynomials

    Authors: Bart M. P. Jansen, Astrid Pieterse

    Abstract: The theory of kernelization can be used to rigorously analyze data reduction for graph coloring problems. Here, the aim is to reduce a q-Coloring input to an equivalent but smaller input whose size is provably bounded in terms of structural properties, such as the size of a minimum vertex cover. In this paper we settle two open problems about data reduction for q-Coloring. First, we obtain a ker… ▽ More

    Submitted 6 February, 2018; originally announced February 2018.

  32. arXiv:1707.01797  [pdf, other

    cs.DS cs.CC

    Turing Kernelization for Finding Long Paths in Graph Classes Excluding a Topological Minor

    Authors: Bart M. P. Jansen, Marcin Pilipczuk, Marcin Wrochna

    Abstract: The notion of Turing kernelization investigates whether a polynomial-time algorithm can solve an NP-hard problem, when it is aided by an oracle that can be queried for the answers to bounded-size subproblems. One of the main open problems in this direction is whether k-Path admits a polynomial Turing kernel: can a polynomial-time algorithm determine whether an undirected graph has a simple path of… ▽ More

    Submitted 6 July, 2017; originally announced July 2017.

    ACM Class: F.2.2; G.2.2

  33. arXiv:1701.06985  [pdf, other

    cs.DS cs.CC

    Fine-Grained Parameterized Complexity Analysis of Graph Coloring Problems

    Authors: Lars Jaffke, Bart M. P. Jansen

    Abstract: The $q$-Coloring problem asks whether the vertices of a graph can be properly colored with $q$ colors. Lokshtanov et al. [SODA 2011] showed that $q$-Coloring on graphs with a feedback vertex set of size $k$ cannot be solved in time $\mathcal{O}^*((q-\varepsilon)^k)$, for any $\varepsilon > 0$, unless the Strong Exponential-Time Hypothesis (SETH) fails. In this paper we perform a fine-grained analy… ▽ More

    Submitted 24 January, 2017; originally announced January 2017.

    Comments: 17 pages, 2 figures

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

  34. Independent Set Reconfiguration Thresholds of Hereditary Graph Classes

    Authors: Mark de Berg, Bart M. P. Jansen, Debankur Mukherjee

    Abstract: Traditionally, reconfiguration problems ask the question whether a given solution of an optimization problem can be transformed to a target solution in a sequence of small steps that preserve feasibility of the intermediate solutions. In this paper, rather than asking this question from an algorithmic perspective, we analyze the combinatorial structure behind it. We consider the problem of reconfi… ▽ More

    Submitted 12 October, 2016; originally announced October 2016.

    Comments: 31 pages, 3 figures, accepted in 36th IARCS Annual Conference on Foundations of Software Technology and Theoretical Computer Science (FSTTCS), 2016

    ACM Class: G.2.1

    Journal ref: Discrete.Appl.Math. 250 (2018) 165-182

  35. arXiv:1609.09304  [pdf, other

    cs.DS cs.DM

    Lower Bounds for Protrusion Replacement by Counting Equivalence Classes

    Authors: Bart M. P. Jansen, Jules J. H. M. Wulms

    Abstract: Garnero et al. [SIAM J. Discrete Math. 2015, 29(4):1864--1894] recently introduced a framework based on dynamic programming to make applications of the protrusion replacement technique constructive and to obtain explicit upper bounds on the involved constants. They show that for several graph problems, for every boundary size $t$ one can find an explicit set $\mathcal{R}_t$ of representatives. Any… ▽ More

    Submitted 29 September, 2016; originally announced September 2016.

    Comments: An extended abstract of this work appeared in the proceedings of the 11th International Symposium on Parameterized and Exact Computation (IPEC 2016)

    MSC Class: 05C69; 05C85 ACM Class: G.2.1; G.2.2

  36. arXiv:1607.02725  [pdf, other

    cs.DS cs.CG

    Fine-Grained Complexity Analysis of Two Classic TSP Variants

    Authors: Mark de Berg, Kevin Buchin, Bart M. P. Jansen, Gerhard Woeginger

    Abstract: We analyze two classic variants of the Traveling Salesman Problem using the toolkit of fine-grained complexity. Our first set of results is motivated by the Bitonic TSP problem: given a set of $n$ points in the plane, compute a shortest tour consisting of two monotone chains. It is a classic dynamic-programming exercise to solve this problem in $O(n^2)$ time. While the near-quadratic dependency of… ▽ More

    Submitted 10 July, 2016; originally announced July 2016.

    Comments: Extended abstract appears in the Proceedings of the 43rd International Colloquium on Automata, Languages, and Programming (ICALP 2016)

    MSC Class: 05C85; 68R10; 68U05 ACM Class: F.2.2; G.2.2; I.2.8

  37. arXiv:1606.03233  [pdf, other

    cs.CC

    Optimal Sparsification for Some Binary CSPs Using Low-degree Polynomials

    Authors: Bart M. P. Jansen, Astrid Pieterse

    Abstract: This paper analyzes to what extent it is possible to efficiently reduce the number of clauses in NP-hard satisfiability problems, without changing the answer. Upper and lower bounds are established using the concept of kernelization. Existing results show that if NP is not contained in coNP/poly, no efficient preprocessing algorithm can reduce n-variable instances of CNF-SAT with d literals per cl… ▽ More

    Submitted 28 June, 2019; v1 submitted 10 June, 2016; originally announced June 2016.

    Comments: Updated the cross-composition in lemma 18 (minor update), since the previous version did NOT satisfy requirement 4 of lemma 18 (the proof of Claim 20 was incorrect)

  38. arXiv:1605.03001  [pdf, other

    cs.DS

    Approximation and Kernelization for Chordal Vertex Deletion

    Authors: Bart M. P. Jansen, Marcin Pilipczuk

    Abstract: The Chordal Vertex Deletion (ChVD) problem asks to delete a minimum number of vertices from an input graph to obtain a chordal graph. In this paper we develop a polynomial kernel for ChVD under the parameterization by the solution size, as well as poly(opt) approximation algorithm. The first result answers an open problem of Marx from 2006 [WG 2006, LNCS 4271, 37-48].

    Submitted 10 May, 2016; originally announced May 2016.

  39. arXiv:1509.07437  [pdf, other

    cs.CC cs.DS

    Sparsification Upper and Lower Bounds for Graph Problems and Not-All-Equal SAT

    Authors: Bart M. P. Jansen, Astrid Pieterse

    Abstract: We present several sparsification lower and upper bounds for classic problems in graph theory and logic. For the problems 4-Coloring, (Directed) Hamiltonian Cycle, and (Connected) Dominating Set, we prove that there is no polynomial-time algorithm that reduces any n-vertex input to an equivalent instance, of an arbitrary problem, with bitsize O(n^{2-e}) for e > 0, unless NP is in coNP/poly and the… ▽ More

    Submitted 24 September, 2015; originally announced September 2015.

  40. arXiv:1507.05890  [pdf, other

    cs.DS

    On Structural Parameterizations of Hitting Set: Hitting Paths in Graphs Using 2-SAT

    Authors: Bart M. P. Jansen

    Abstract: Hitting Set is a classic problem in combinatorial optimization. Its input consists of a set system F over a finite universe U and an integer t; the question is whether there is a set of t elements that intersects every set in F. The Hitting Set problem parameterized by the size of the solution is a well-known W[2]-complete problem in parameterized complexity theory. In this paper we investigate th… ▽ More

    Submitted 24 July, 2015; v1 submitted 21 July, 2015; originally announced July 2015.

    Comments: Presented at the 41st International Workshop on Graph-Theoretic Concepts in Computer Science, WG 2015. (The statement of Lemma 4 was corrected in this update.)

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

  41. arXiv:1506.07729  [pdf, other

    cs.CC cs.DS

    A structural approach to kernels for ILPs: Treewidth and Total Unimodularity

    Authors: Bart M. P. Jansen, Stefan Kratsch

    Abstract: Kernelization is a theoretical formalization of efficient preprocessing for NP-hard problems. Empirically, preprocessing is highly successful in practice, for example in state-of-the-art ILP-solvers like CPLEX. Motivated by this, previous work studied the existence of kernelizations for ILP related problems, e.g., for testing feasibility of Ax <= b. In contrast to the observed success of CPLEX, ho… ▽ More

    Submitted 25 June, 2015; originally announced June 2015.

    Comments: Extended abstract in the Proceedings of the 23rd European Symposium on Algorithms (ESA 2015)

    MSC Class: 90C05; 68Q25 ACM Class: F.2.2; G.1.6

  42. arXiv:1502.03965  [pdf, other

    cs.DS cs.CC

    Uniform Kernelization Complexity of Hitting Forbidden Minors

    Authors: Archontia C. Giannopoulou, Bart M. P. Jansen, Daniel Lokshtanov, Saket Saurabh

    Abstract: The F-Minor-Free Deletion problem asks, for a fixed set F and an input consisting of a graph G and integer k, whether k vertices can be removed from G such that the resulting graph does not contain any member of F as a minor. This paper analyzes to what extent provably effective and efficient preprocessing is possible for F-Minor-Free Deletion. Fomin et al. (FOCS 2012) showed that the special case… ▽ More

    Submitted 13 February, 2015; originally announced February 2015.

    Comments: 34 pages, 3 figures

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

  43. arXiv:1410.0855  [pdf, other

    cs.DS cs.CC

    Characterizing the easy-to-find subgraphs from the viewpoint of polynomial-time algorithms, kernels, and Turing kernels

    Authors: Bart M. P. Jansen, Dániel Marx

    Abstract: We study two fundamental problems related to finding subgraphs: (1) given graphs G and H, Subgraph Test asks if H is isomorphic to a subgraph of G, (2) given graphs G, H, and an integer t, Packing asks if G contains t vertex-disjoint subgraphs isomorphic to H. For every graph class F, let F-Subgraph Test and F-Packing be the special cases of the two problems where H is restricted to be in F. Our g… ▽ More

    Submitted 3 October, 2014; originally announced October 2014.

    Comments: 69 pages, extended abstract to appear in the proceedings of SODA 2015

    MSC Class: 68Q17; 68R10 ACM Class: F.2.2; G.2.2

  44. Turing Kernelization for Finding Long Paths and Cycles in Restricted Graph Classes

    Authors: Bart M. P. Jansen

    Abstract: The NP-complete $k$-Path problem asks whether a given undirected graph has a (simple) path of length at least $k$. We prove that $k$-Path has polynomial-size Turing kernels when restricted to planar graphs, graphs of bounded degree, claw-free graphs, or to $K_{3,t}$-minor-free graphs for some constant $t$. This means that there is an algorithm that, given a $k$-Path instance $(G,k)$ belonging to o… ▽ More

    Submitted 29 January, 2016; v1 submitted 19 February, 2014; originally announced February 2014.

    Comments: 39 pages, 8 figures

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

    Journal ref: J. Comput. Syst. Sci. vol 85 pages 18--37, 2017

  45. arXiv:1308.3665  [pdf, other

    cs.CC cs.DM cs.DS math.CO

    On Sparsification for Computing Treewidth

    Authors: Bart M. P. Jansen

    Abstract: We investigate whether an n-vertex instance (G,k) of Treewidth, asking whether the graph G has treewidth at most k, can efficiently be made sparse without changing its answer. By giving a special form of OR-cross-composition, we prove that this is unlikely: if there is an e > 0 and a polynomial-time algorithm that reduces n-vertex Treewidth instances to equivalent instances, of an arbitrary proble… ▽ More

    Submitted 16 August, 2013; originally announced August 2013.

    Comments: 21 pages. Full version of the extended abstract presented at IPEC 2013

    MSC Class: 68Q17; 68Q25; 05C85 ACM Class: F.2.2; G.2.2

  46. arXiv:1305.3102  [pdf, other

    cs.CC cs.DS

    FPT is Characterized by Useful Obstruction Sets

    Authors: Michael R. Fellows, Bart M. P. Jansen

    Abstract: Many graph problems were first shown to be fixed-parameter tractable using the results of Robertson and Seymour on graph minors. We show that the combination of finite, computable, obstruction sets and efficient order tests is not just one way of obtaining strongly uniform FPT algorithms, but that all of FPT may be captured in this way. Our new characterization of FPT has a strong connection to th… ▽ More

    Submitted 14 May, 2013; originally announced May 2013.

    Comments: Extended abstract with appendix, as accepted to WG 2013

    MSC Class: 06A06; 68Q15; 68R10; 05C83 ACM Class: G.2; F.2.2

  47. Kernel Bounds for Structural Parameterizations of Pathwidth

    Authors: Hans L. Bodlaender, Bart M. P. Jansen, Stefan Kratsch

    Abstract: Assuming the AND-distillation conjecture, the Pathwidth problem of determining whether a given graph G has pathwidth at most k admits no polynomial kernelization with respect to k. The present work studies the existence of polynomial kernels for Pathwidth with respect to other, structural, parameters. Our main result is that, unless NP is in coNP/poly, Pathwidth admits no polynomial kernelization… ▽ More

    Submitted 20 July, 2012; originally announced July 2012.

    Comments: This paper contains the proofs omitted from the extended abstract published in the proceedings of Algorithm Theory - SWAT 2012 - 13th Scandinavian Symposium and Workshops, Helsinki, Finland, July 4-6, 2012

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

    Journal ref: Lecture Notes in Computer Science 7357 (2012) 352-363

  48. arXiv:1206.5941  [pdf, ps, other

    cs.CC cs.DS

    Kernelization Lower Bounds By Cross-Composition

    Authors: Hans L. Bodlaender, Bart M. P. Jansen, Stefan Kratsch

    Abstract: We introduce the cross-composition framework for proving kernelization lower bounds. A classical problem L AND/OR-cross-composes into a parameterized problem Q if it is possible to efficiently construct an instance of Q with polynomially bounded parameter value that expresses the logical AND or OR of a sequence of instances of L. Building on work by Bodlaender et al. (ICALP 2008) and using a resul… ▽ More

    Submitted 26 June, 2012; originally announced June 2012.

    Comments: A preliminary version appeared in the proceedings of the 28th International Symposium on Theoretical Aspects of Computer Science (STACS 2011) under the title "Cross-Composition: A New Technique for Kernelization Lower Bounds". Several results have been strengthened compared to the preliminary version (http://arxiv.longhoe.net/abs/1011.4224). 29 pages, 2 figures

  49. arXiv:1206.4912  [pdf, other

    cs.DS cs.CC

    Preprocessing Subgraph and Minor Problems: When Does a Small Vertex Cover Help?

    Authors: Fedor V. Fomin, Bart M. P. Jansen, Michal Pilipczuk

    Abstract: We prove a number of results around kernelization of problems parameterized by the size of a given vertex cover of the input graph. We provide three sets of simple general conditions characterizing problems admitting kernels of polynomial size. Our characterizations not only give generic explanations for the existence of many known polynomial kernels for problems like q-Coloring, Odd Cycle Transve… ▽ More

    Submitted 26 September, 2013; v1 submitted 21 June, 2012; originally announced June 2012.

    Comments: To appear in the Journal of Computer and System Sciences

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

  50. arXiv:1107.3658  [pdf, ps, other

    cs.DS

    On Polynomial Kernels for Structural Parameterizations of Odd Cycle Transversal

    Authors: Bart M. P. Jansen, Stefan Kratsch

    Abstract: The Odd Cycle Transversal problem (OCT) asks whether a given graph can be made bipartite (i.e., 2-colorable) by deleting at most l vertices. We study structural parameterizations of OCT with respect to their polynomial kernelizability, i.e., whether instances can be efficiently reduced to a size polynomial in the chosen parameter. It is a major open problem in parameterized complexity whether Odd… ▽ More

    Submitted 19 July, 2011; originally announced July 2011.

    Comments: Accepted to IPEC 2011, Saarbrucken

    MSC Class: 05C85 ACM Class: G.2.2; F.2.2