Skip to main content

Showing 1–50 of 212 results for author: Pilipczuk, M

.
  1. arXiv:2404.05433  [pdf, ps, other

    cs.DS

    Combinatorial Correlation Clustering

    Authors: Vincent Cohen-Addad, David Rasmussen Lolck, Marcin Pilipczuk, Mikkel Thorup, Shuyi Yan, Hanwen Zhang

    Abstract: Correlation Clustering is a classic clustering objective arising in numerous machine learning and data mining applications. Given a graph $G=(V,E)$, the goal is to partition the vertex set into clusters so as to minimize the number of edges between clusters plus the number of edges missing within clusters. The problem is APX-hard and the best known polynomial time approximation factor is 1.73 by… ▽ More

    Submitted 8 April, 2024; originally announced April 2024.

    Comments: Acccepted at STOC 2024

  2. arXiv:2404.03958  [pdf, other

    cs.DS math.CO

    Minor Containment and Disjoint Paths in almost-linear time

    Authors: Tuukka Korhonen, Michał Pilipczuk, Giannos Stamoulis

    Abstract: We give an algorithm that, given graphs $G$ and $H$, tests whether $H$ is a minor of $G$ in time ${\cal O}_H(n^{1+o(1)})$; here, $n$ is the number of vertices of $G$ and the ${\cal O}_H(\cdot)$-notation hides factors that depend on $H$ and are computable. By the Graph Minor Theorem, this implies the existence of an $n^{1+o(1)}$-time membership test for every minor-closed class of graphs. More ge… ▽ More

    Submitted 5 April, 2024; originally announced April 2024.

    Comments: 81 pages

  3. arXiv:2402.16466  [pdf, other

    cs.CG cs.DS

    Parameterized and approximation algorithms for coverings points with segments in the plane

    Authors: Katarzyna Kowalska, Michał Pilipczuk

    Abstract: We study parameterized and approximation algorithms for a variant of Set Cover, where the universe of elements to be covered consists of points in the plane and the sets with which the points should be covered are segments. We call this problem Segment Set Cover. We also consider a relaxation of the problem called $δ$-extension, where we need to cover the points by segments that are extended by a… ▽ More

    Submitted 26 February, 2024; originally announced February 2024.

    Comments: 25 pages, 7 figures. The extended abstract will appear in the proceedings of STACS 2024

  4. arXiv:2402.08816  [pdf, other

    cs.DS

    Parameterized dynamic data structure for Split Completion

    Authors: Konrad Majewski, Michał Pilipczuk, Anna Zych-Pawlewicz

    Abstract: We design a randomized data structure that, for a fully dynamic graph $G$ updated by edge insertions and deletions and integers $k, d$ fixed upon initialization, maintains the answer to the Split Completion problem: whether one can add $k$ edges to $G$ to obtain a split graph. The data structure can be initialized on an edgeless $n$-vertex graph in time… ▽ More

    Submitted 13 February, 2024; originally announced February 2024.

    Comments: 25 pages, 2 figures

  5. arXiv:2401.16230  [pdf, other

    cs.LO cs.DM cs.DS math.CO math.LO

    Elementary first-order model checking for sparse graphs

    Authors: Jakub Gajarský, Michał Pilipczuk, Marek Sokołowski, Giannos Stamoulis, Szymon Toruńczyk

    Abstract: It is known that for subgraph-closed graph classes the first-order model checking problem is fixed-parameter tractable if and only if the class is nowhere dense [Grohe, Kreutzer, Siebertz, STOC 2014]. However, the dependency on the formula size is non-elementary, and in fact, this is unavoidable even for the class of all trees [Frick and Grohe, LICS 2002]. On the other hand, it is known that the d… ▽ More

    Submitted 29 January, 2024; originally announced January 2024.

    Comments: 44 pages

  6. arXiv:2311.18740  [pdf, other

    cs.LO cs.DM cs.DS math.CO math.LO

    First-Order Model Checking on Monadically Stable Graph Classes

    Authors: Jan Dreier, Ioannis Eleftheriadis, Nikolas Mählmann, Rose McCarty, Michał Pilipczuk, Szymon Toruńczyk

    Abstract: A graph class $\mathscr{C}$ is called monadically stable if one cannot interpret, in first-order logic, arbitrary large linear orders in colored graphs from $\mathscr{C}$. We prove that the model checking problem for first-order logic is fixed-parameter tractable on every monadically stable graph class. This extends the results of [Grohe, Kreutzer, and Siebertz; J. ACM '17] for nowhere dense class… ▽ More

    Submitted 30 November, 2023; originally announced November 2023.

    Comments: 55 pages, 13 figures

  7. arXiv:2311.05913  [pdf, ps, other

    cs.CC cs.DS

    Conditional lower bounds for sparse parameterized 2-CSP: A streamlined proof

    Authors: Karthik C. S., Dániel Marx, Marcin Pilipczuk, Uéverton Souza

    Abstract: Assuming the Exponential Time Hypothesis (ETH), a result of Marx (ToC'10) implies that there is no $f(k)\cdot n^{o(k/\log k)}$ time algorithm that can solve 2-CSPs with $k$ constraints (over a domain of arbitrary large size $n$) for any computable function $f$. This lower bound is widely used to show that certain parameterized problems cannot be solved in time $f(k)\cdot n^{o(k/\log k)}$ time (ass… ▽ More

    Submitted 17 April, 2024; v1 submitted 10 November, 2023; originally announced November 2023.

  8. arXiv:2311.01890  [pdf, other

    cs.DS math.OC

    Parameterized algorithms for block-structured integer programs with large entries

    Authors: Jana Cslovjecsek, Martin Koutecký, Alexandra Lassota, Michał Pilipczuk, Adam Polak

    Abstract: We study two classic variants of block-structured integer programming. Two-stage stochastic programs are integer programs of the form $\{A_i \mathbf{x} + D_i \mathbf{y}_i = \mathbf{b}_i\textrm{ for all }i=1,\ldots,n\}$, where $A_i$ and $D_i$ are bounded-size matrices. On the other hand, $n$-fold programs are integer programs of the form… ▽ More

    Submitted 3 November, 2023; originally announced November 2023.

    Comments: 40 pages. Extended abstract to appear in the proceedings of SODA 2024

  9. arXiv:2310.20623  [pdf, other

    cs.DS

    Fully dynamic approximation schemes on planar and apex-minor-free graphs

    Authors: Tuukka Korhonen, Wojciech Nadara, Michał Pilipczuk, Marek Sokołowski

    Abstract: The classic technique of Baker [J. ACM '94] is the most fundamental approach for designing approximation schemes on planar, or more generally topologically-constrained graphs, and it has been applied in a myriad of different variants and settings throughout the last 30 years. In this work we propose a dynamic variant of Baker's technique, where instead of finding an approximate solution in a given… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

    Comments: 37 pages, accepted to SODA '24

  10. arXiv:2310.20433  [pdf, other

    cs.FL cs.DS

    Simple and tight complexity lower bounds for solving Rabin games

    Authors: Antonio Casares, Marcin Pilipczuk, Michał Pilipczuk, Uéverton S. Souza, K. S. Thejaswini

    Abstract: We give a simple proof that assuming the Exponential Time Hypothesis (ETH), determining the winner of a Rabin game cannot be done in time $2^{o(k \log k)} \cdot n^{O(1)}$, where $k$ is the number of pairs of vertex subsets involved in the winning condition and $n$ is the vertex count of the game graph. While this result follows from the lower bounds provided by Calude et al [SIAM J. Comp. 2022], o… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

    Comments: 10 pages, 5 figures. To appear in SOSA 2024

  11. arXiv:2310.20325  [pdf, other

    cs.CG cs.DS

    A polynomial-time $\text{OPT}^ε$-approximation algorithm for maximum independent set of connected subgraphs in a planar graph

    Authors: Jana Cslovjecsek, Michał Pilipczuk, Karol Węgrzycki

    Abstract: In the Maximum Independent Set of Objects problem, we are given an $n$-vertex planar graph $G$ and a family $\mathcal{D}$ of $N$ objects, where each object is a connected subgraph of $G$. The task is to find a subfamily $\mathcal{F} \subseteq \mathcal{D}$ of maximum cardinality that consists of pairwise disjoint objects. This problem is $\mathsf{NP}$-hard and is equivalent to the problem of findin… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

    Comments: 20 pages, 2 colored figures, SODA 2024

  12. arXiv:2310.11573  [pdf, ps, other

    cs.DM math.CO

    A polynomial bound on the number of minimal separators and potential maximal cliques in $P_6$-free graphs of bounded clique number

    Authors: Marcin Pilipczuk, Paweł Rzążewski

    Abstract: In this note we show a polynomial bound on the number of minimal separators and potential maximal cliques in $P_6$-free graphs of bounded clique number.

    Submitted 17 October, 2023; originally announced October 2023.

  13. arXiv:2310.05839  [pdf, ps, other

    cs.DS

    Parameterized Complexity of MinCSP over the Point Algebra

    Authors: George Osipov, Marcin Pilipczuk, Magnus Wahlström

    Abstract: The input in the Minimum-Cost Constraint Satisfaction Problem (MinCSP) over the Point Algebra contains a set of variables, a collection of constraints of the form $x < y$, $x = y$, $x \leq y$ and $x \neq y$, and a budget $k$. The goal is to check whether it is possible to assign rational values to the variables while breaking constraints of total cost at most $k$. This problem generalizes several… ▽ More

    Submitted 7 May, 2024; v1 submitted 9 October, 2023; originally announced October 2023.

  14. arXiv:2309.16995  [pdf, ps, other

    cs.DS cs.DM

    Max Weight Independent Set in sparse graphs with no long claws

    Authors: Tara Abrishami, Maria Chudnovsky, Cemil Dibek, Marcin Pilipczuk, Paweł Rzążewski

    Abstract: We revisit the recent polynomial-time algorithm for the MAX WEIGHT INDEPENDENT SET (MWIS) problem in bounded-degree graphs that do not contain a fixed graph whose every component is a subdivided claw as an induced subgraph [Abrishami, Dibek, Chudnovsky, Rzążewski, SODA 2022]. First, we show that with an arguably simpler approach we can obtain a faster algorithm with running time… ▽ More

    Submitted 12 January, 2024; v1 submitted 29 September, 2023; originally announced September 2023.

    Comments: arXiv admin note: text overlap with arXiv:2107.05434

  15. arXiv:2308.11950  [pdf, other

    math.CO cs.DM

    Cliquewidth and dimension

    Authors: Gwenaël Joret, Piotr Micek, Michał Pilipczuk, Bartosz Walczak

    Abstract: We prove that every poset with bounded cliquewidth and with sufficiently large dimension contains the standard example of dimension $k$ as a subposet. This applies in particular to posets whose cover graphs have bounded treewidth, as the cliquewidth of a poset is bounded in terms of the treewidth of the cover graph. For the latter posets, we prove a stronger statement: every such poset with suffic… ▽ More

    Submitted 8 May, 2024; v1 submitted 23 August, 2023; originally announced August 2023.

  16. arXiv:2308.02483  [pdf, ps, other

    math.CO math.MG math.NT

    Prime and polynomial distances in colourings of the plane

    Authors: James Davies, Rose McCarty, Michał Pilipczuk

    Abstract: We give two extensions of the recent theorem of the first author that the odd distance graph has unbounded chromatic number. The first is that for any non-constant polynomial $f$ with integer coefficients and positive leading coefficient, every finite colouring of the plane contains a monochromatic pair of distinct points whose distance is equal to $f(n)$ for some integer $n$. The second is that f… ▽ More

    Submitted 22 May, 2024; v1 submitted 4 August, 2023; originally announced August 2023.

    Comments: 24 pages

  17. arXiv:2307.10672  [pdf, other

    cs.DS

    A parameterized approximation scheme for the 2D-Knapsack problem with wide items

    Authors: Michal Pilipczuk, Mathieu Mari, Timothe Picavet

    Abstract: We study a natural geometric variant of the classic Knapsack problem called 2D-Knapsack: we are given a set of axis-parallel rectangles and a rectangular bounding box, and the goal is to pack as many of these rectangles inside the box without overlap. Naturally, this problem is NP-complete. Recently, Grandoni et al. [ESA'19] showed that it is also W[1]-hard when parameterized by the size $k$ of th… ▽ More

    Submitted 20 July, 2023; originally announced July 2023.

  18. arXiv:2307.07330  [pdf, other

    cs.DS cs.DM math.CO

    Sparse induced subgraphs in P_6-free graphs

    Authors: Maria Chudnovsky, Rose McCarty, Marcin Pilipczuk, Michał Pilipczuk, Paweł Rzążewski

    Abstract: We prove that a number of computational problems that ask for the largest sparse induced subgraph satisfying some property definable in CMSO2 logic, most notably Feedback Vertex Set, are polynomial-time solvable in the class of $P_6$-free graphs. This generalizes the work of Grzesik, Klimošová, Pilipczuk, and Pilipczuk on the Maximum Weight Independent Set problem in $P_6$-free graphs~[SODA 2019,… ▽ More

    Submitted 14 July, 2023; originally announced July 2023.

  19. arXiv:2307.01285  [pdf, other

    cs.DS

    Space-Efficient Parameterized Algorithms on Graphs of Low Shrubdepth

    Authors: Benjamin Bergougnoux, Vera Chekan, Robert Ganian, Mamadou Moustapha Kanté, Matthias Mnich, Sang-il Oum, Michał Pilipczuk, Erik Jan van Leeuwen

    Abstract: Dynamic programming on various graph decompositions is one of the most fundamental techniques used in parameterized complexity. Unfortunately, even if we consider concepts as simple as path or tree decompositions, such dynamic programming uses space that is exponential in the decomposition's width, and there are good reasons to believe that this is necessary. However, it has been shown that in gra… ▽ More

    Submitted 3 July, 2023; originally announced July 2023.

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

  20. arXiv:2307.00406  [pdf, other

    cs.DS cs.CC

    Detecting Points in Integer Cones of Polytopes is Double-Exponentially Hard

    Authors: Łukasz Kowalik, Alexandra Lassota, Konrad Majewski, Michał Pilipczuk, Marek Sokołowski

    Abstract: Let $d$ be a positive integer. For a finite set $X \subseteq \mathbb{R}^d$, we define its integer cone as the set $\mathsf{IntCone}(X) := \{ \sum_{x \in X} λ_x \cdot x \mid λ_x \in \mathbb{Z}_{\geq 0} \} \subseteq \mathbb{R}^d$. Goemans and Rothvoss showed that, given two polytopes $\mathcal{P}, \mathcal{Q} \subseteq \mathbb{R}^d$ with $\mathcal{P}$ being bounded, one can decide whether… ▽ More

    Submitted 1 July, 2023; originally announced July 2023.

  21. arXiv:2305.15738  [pdf, other

    cs.DS

    Maximum Weight Independent Set in Graphs with no Long Claws in Quasi-Polynomial Time

    Authors: Peter Gartland, Daniel Lokshtanov, Tomáš Masařík, Marcin Pilipczuk, Michał Pilipczuk, Paweł Rzążewski

    Abstract: We show that the \textsc{Maximum Weight Independent Set} problem (\textsc{MWIS}) can be solved in quasi-polynomial time on $H$-free graphs (graphs excluding a fixed graph $H$ as an induced subgraph) for every $H$ whose every connected component is a path or a subdivided claw (i.e., a tree with at most three leaves). This completes the dichotomy of the complexity of \textsc{MWIS} in $\mathcal{F}$-f… ▽ More

    Submitted 13 November, 2023; v1 submitted 25 May, 2023; originally announced May 2023.

    Comments: 58 pages, 4 figures

  22. arXiv:2305.13889  [pdf, other

    cs.DS

    Parameterized Complexity Classification for Interval Constraints

    Authors: Konrad K. Dabrowski, Peter Jonsson, Sebastian Ordyniak, George Osipov, Marcin Pilipczuk, Roohani Sharma

    Abstract: Constraint satisfaction problems form a nicely behaved class of problems that lends itself to complexity classification results. From the point of view of parameterized complexity, a natural task is to classify the parameterized complexity of MinCSP problems parameterized by the number of unsatisfied constraints. In other words, we ask whether we can delete at most $k$ constraints, where $k$ is th… ▽ More

    Submitted 23 May, 2023; originally announced May 2023.

  23. arXiv:2304.07268  [pdf, ps, other

    cs.DS cs.DM

    Planar and Minor-Free Metrics Embed into Metrics of Polylogarithmic Treewidth with Expected Multiplicative Distortion Arbitrarily Close to 1

    Authors: Vincent Cohen-Addad, Hung Le, Marcin Pilipczuk, Michał Pilipczuk

    Abstract: We prove that there is a randomized polynomial-time algorithm that given an edge-weighted graph $G$ excluding a fixed-minor $Q$ on $n$ vertices and an accuracy parameter $\varepsilon>0$, constructs an edge-weighted graph~$H$ and an embedding $η\colon V(G)\to V(H)$ with the following properties: * For any constant size $Q$, the treewidth of $H$ is polynomial in $\varepsilon^{-1}$, $\log n$, and the… ▽ More

    Submitted 14 April, 2023; originally announced April 2023.

  24. arXiv:2304.01744  [pdf, other

    cs.DS

    Dynamic treewidth

    Authors: Tuukka Korhonen, Konrad Majewski, Wojciech Nadara, Michał Pilipczuk, Marek Sokołowski

    Abstract: We present a data structure that for a dynamic graph $G$ that is updated by edge insertions and deletions, maintains a tree decomposition of $G$ of width at most $6k+5$ under the promise that the treewidth of $G$ never grows above $k$. The amortized update time is ${\cal O}_k(2^{\sqrt{\log n}\log\log n})$, where $n$ is the vertex count of $G$ and the ${\cal O}_k(\cdot)$ notation hides factors depe… ▽ More

    Submitted 4 April, 2023; originally announced April 2023.

    Comments: 80 pages, 2 figures

  25. arXiv:2302.13312  [pdf, ps, other

    math.CO cs.DM

    Partitioning edges of a planar graph into linear forests and a matching

    Authors: Marthe Bonamy, Jadwiga Czyżewska, Łukasz Kowalik, Michał Pilipczuk

    Abstract: We show that the edges of any planar graph of maximum degree at most $9$ can be partitioned into $4$ linear forests and a matching. Combined with known results, this implies that the edges of any planar graph $G$ of odd maximum degree $Δ\ge 9$ can be partitioned into $\tfrac{Δ-1}{2}$ linear forests and one matching. This strengthens well-known results stating that graphs in this class have chromat… ▽ More

    Submitted 26 February, 2023; originally announced February 2023.

  26. arXiv:2302.02995  [pdf, other

    math.CO cs.DM

    Tight bound on treedepth in terms of pathwidth and longest path

    Authors: Meike Hatzel, Gwenaël Joret, Piotr Micek, Marcin Pilipczuk, Torsten Ueckerdt, Bartosz Walczak

    Abstract: We show that every graph with pathwidth strictly less than $a$ that contains no path on $2^b$ vertices as a subgraph has treedepth at most $10ab$. The bound is best possible up to a constant factor.

    Submitted 6 November, 2023; v1 submitted 6 February, 2023; originally announced February 2023.

    Comments: v3: corrected some typos. v2: revised following referees' comments, corrects an error in v1

  27. arXiv:2301.13735  [pdf, other

    cs.LO cs.DM cs.DS math.CO math.LO

    Flipper games for monadically stable graph classes

    Authors: Jakub Gajarský, Nikolas Mählmann, Rose McCarty, Pierre Ohlmann, Michał Pilipczuk, Wojciech Przybyszewski, Sebastian Siebertz, Marek Sokołowski, Szymon Toruńczyk

    Abstract: A class of graphs $\mathscr{C}$ is monadically stable if for any unary expansion $\widehat{\mathscr{C}}$ of $\mathscr{C}$, one cannot interpret, in first-order logic, arbitrarily long linear orders in graphs from $\widehat{\mathscr{C}}$. It is known that nowhere dense graph classes are monadically stable; these encompass most of the studied concepts of sparsity in graphs, including graph classes t… ▽ More

    Submitted 31 January, 2023; originally announced January 2023.

  28. arXiv:2301.02421  [pdf, other

    cs.DM math.CO

    Simpler and faster algorithms for detours in planar digraphs

    Authors: Meike Hatzel, Konrad Majewski, Michał Pilipczuk, Marek Sokołowski

    Abstract: In the directed detour problem one is given a digraph $G$ and a pair of vertices $s$ and~$t$, and the task is to decide whether there is a directed simple path from $s$ to $t$ in $G$ whose length is larger than $\mathsf{dist}_{G}(s,t)$. The more general parameterized variant, directed long detour, asks for a simple $s$-to-$t$ path of length at least $\mathsf{dist}_{G}(s,t)+k$, for a given paramete… ▽ More

    Submitted 6 January, 2023; originally announced January 2023.

  29. arXiv:2212.01620  [pdf, other

    cs.DS cs.CG

    Parameterized Approximation for Maximum Weight Independent Set of Rectangles and Segments

    Authors: Jana Cslovjecsek, Michał Pilipczuk, Karol Węgrzycki

    Abstract: In the Maximum Weight Independent Set of Rectangles problem (MWISR) we are given a weighted set of $n$ axis-parallel rectangles in the plane. The task is to find a subset of pairwise non-overlap** rectangles with the maximum possible total weight. This problem is NP-hard and the best-known polynomial-time approximation algorithm, due to by Chalermsook and Walczak (SODA 2021), achieves approximat… ▽ More

    Submitted 3 December, 2022; originally announced December 2022.

    Comments: 19 pages, 5 figures (colored)

  30. arXiv:2211.15477  [pdf, other

    math.CO cs.DM

    On digraphs without onion star immersions

    Authors: Łukasz Bożyk, Oscar Defrain, Karolina Okrasa, Michał Pilipczuk

    Abstract: The $t$-onion star is the digraph obtained from a star with $2t$ leaves by replacing every edge by a triple of arcs, where in $t$ triples we orient two arcs away from the center, and in the remaining $t$ triples we orient two arcs towards the center. Note that the $t$-onion star contains, as an immersion, every digraph on $t$ vertices where each vertex has outdegree at most $2$ and indegree at mos… ▽ More

    Submitted 9 October, 2023; v1 submitted 28 November, 2022; originally announced November 2022.

    Comments: 14 pages, 5 figures

  31. arXiv:2210.14638  [pdf, other

    cs.DS cs.DM

    Fixed-parameter tractability of Graph Isomorphism in graphs with an excluded minor

    Authors: Daniel Lokshtanov, Marcin Pilipczuk, Michał Pilipczuk, Saket Saurabh

    Abstract: We prove that Graph Isomorphism and Canonization in graphs excluding a fixed graph $H$ as a minor can be solved by an algorithm working in time $f(H)\cdot n^{O(1)}$, where $f$ is some function. In other words, we show that these problems are fixed-parameter tractable when parameterized by the size of the excluded minor, with the caveat that the bound on the running time is not necessarily computab… ▽ More

    Submitted 26 October, 2022; originally announced October 2022.

    Comments: Part I of a full version of a paper accepted at STOC 2022

  32. arXiv:2210.14629  [pdf, other

    math.CO cs.DM cs.DS

    Highly unbreakable graph with a fixed excluded minor are almost rigid

    Authors: Daniel Lokshtanov, Marcin Pilipczuk, Michał Pilipczuk, Saket Saurabh

    Abstract: A set $X \subseteq V(G)$ in a graph $G$ is $(q,k)$-unbreakable if every separation $(A,B)$ of order at most $k$ in $G$ satisfies $|A \cap X| \leq q$ or $|B \cap X| \leq q$. In this paper, we prove the following result: If a graph $G$ excludes a fixed complete graph $K_h$ as a minor and satisfies certain unbreakability guarantees, then $G$ is almost rigid in the following sense: the vertices of… ▽ More

    Submitted 26 October, 2022; originally announced October 2022.

    Comments: Part II of a full version of a paper appearing at STOC 2022

  33. arXiv:2210.01635  [pdf, other

    cs.FL

    On Rational Recursive Sequences

    Authors: Lorenzo Clemente, Maria Donten-Bury, Filip Mazowiecki, Michał Pilipczuk

    Abstract: We study the class of rational recursive sequences (ratrec) over the rational numbers. A ratrec sequence is defined via a system of sequences using mutually recursive equations of depth 1, where the next values are computed as rational functions of the previous values. An alternative class is that of simple ratrec sequences, where one uses a single recursive equation, however of depth k: the next… ▽ More

    Submitted 4 October, 2022; originally announced October 2022.

  34. Proving a directed analogue of the Gyárfás-Sumner conjecture for orientations of $P_4$

    Authors: Linda Cook, Tomáš Masařík, Marcin Pilipczuk, Amadeus Reinald, Uéverton S. Souza

    Abstract: An oriented graph is a digraph that does not contain a directed cycle of length two. An (oriented) graph $D$ is $H$-free if $D$ does not contain $H$ as an induced sub(di)graph. The Gyárfás-Sumner conjecture is a widely-open conjecture on simple graphs, which states that for any forest $F$, there is some function $f$ such that every $F$-free graph $G$ with clique number $ω(G)$ has chromatic number… ▽ More

    Submitted 13 September, 2022; originally announced September 2022.

    Comments: 24 pages, 5 figures

    MSC Class: 05C15; 05C20; 05C38; 05C69

    Journal ref: The Electronic Journal of Combinatorics, 30(3), 36:1-36:27, 2023; Proceedings: European Conference on Combinatorics, Graph Theory and Applications, EUROCOMB 2023

  35. On weighted graph separation problems and flow-augmentation

    Authors: Eun Jung Kim, Tomáš Masařík, Marcin Pilipczuk, Roohani Sharma, Magnus Wahlström

    Abstract: One of the first application of the recently introduced technique of \emph{flow-augmentation} [Kim et al., STOC 2022] is a fixed-parameter algorithm for the weighted version of \textsc{Directed Feedback Vertex Set}, a landmark problem in parameterized complexity. In this note we explore applicability of flow-augmentation to other weighted graph separation problems parameterized by the size of the… ▽ More

    Submitted 2 September, 2022; v1 submitted 31 August, 2022; originally announced August 2022.

    Comments: 17 pages, 1 figure

    MSC Class: 68Q27; 68Q25 ACM Class: F.2

    Journal ref: SIAM Journal on Discrete Mathematics 38(1), 170-189, 2024

  36. arXiv:2208.12543  [pdf, other

    cs.DM cs.CC

    Parameterized Complexity of Binary CSP: Vertex Cover, Treedepth, and Related Parameters

    Authors: Hans L. Bodlaender, Carla Groenland, Michał Pilipczuk

    Abstract: We investigate the parameterized complexity of Binary CSP parameterized by the vertex cover number and the treedepth of the constraint graph, as well as by a selection of related modulator-based parameters. The main findings are as follows: i) Binary CSP parameterized by the vertex cover number is $\mathrm{W}[3]$-complete. More generally, for every positive integer $d$, Binary CSP parameterized… ▽ More

    Submitted 21 September, 2023; v1 submitted 26 August, 2022; originally announced August 2022.

    MSC Class: 68Q15 ACM Class: F.2.2; F.1.3; G.2.2

  37. arXiv:2208.07789  [pdf, other

    cs.DS cs.DM

    Polynomial kernel for immersion hitting in tournaments

    Authors: Łukasz Bożyk, Michał Pilipczuk

    Abstract: For a fixed simple digraph $H$ without isolated vertices, we consider the problem of deleting arcs from a given tournament to get a digraph which does not contain $H$ as an immersion. We prove that for every $H$, this problem admits a polynomial kernel when parameterized by the number of deleted arcs. The degree of the bound on the kernel size depends on $H$.

    Submitted 16 August, 2022; originally announced August 2022.

    Comments: Full version of a paper accepted to ESA 2022

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

  38. A tight quasi-polynomial bound for Global Label Min-Cut

    Authors: Lars Jaffke, Paloma T. Lima, Tomáš Masařík, Marcin Pilipczuk, Ueverton S. Souza

    Abstract: We study a generalization of the classic Global Min-Cut problem, called Global Label Min-Cut (or sometimes Global Hedge Min-Cut): the edges of the input (multi)graph are labeled (or partitioned into color classes or hedges), and removing all edges of the same label (color or from the same hedge) costs one. The problem asks to disconnect the graph at minimum cost. While the $st$-cut version of th… ▽ More

    Submitted 15 July, 2022; originally announced July 2022.

    Journal ref: Proceedings: ACM-SIAM Symposium on Discrete Algorithms, SODA 2023

  39. Fixed-parameter tractability of Directed Multicut with three terminal pairs parameterized by the size of the cutset: twin-width meets flow-augmentation

    Authors: Meike Hatzel, Lars Jaffke, Paloma T. Lima, Tomáš Masařík, Marcin Pilipczuk, Roohani Sharma, Manuel Sorge

    Abstract: We show fixed-parameter tractability of the Directed Multicut problem with three terminal pairs (with a randomized algorithm). This problem, given a directed graph $G$, pairs of vertices (called terminals) $(s_1,t_1)$, $(s_2,t_2)$, and $(s_3,t_3)$, and an integer $k$, asks to find a set of at most $k$ non-terminal vertices in $G$ that intersect all $s_1t_1$-paths, all $s_2t_2$-paths, and all… ▽ More

    Submitted 15 July, 2022; originally announced July 2022.

    Journal ref: Proceedings: ACM-SIAM Symposium on Discrete Algorithms, SODA 2023

  40. arXiv:2207.07422  [pdf, other

    cs.CC cs.DS

    Flow-augmentation III: Complexity dichotomy for Boolean CSPs parameterized by the number of unsatisfied constraints

    Authors: Eun Jung Kim, Stefan Kratsch, Marcin Pilipczuk, Magnus Wahlström

    Abstract: We study the parameterized problem of satisfying ``almost all'' constraints of a given formula $F$ over a fixed, finite Boolean constraint language $Γ$, with or without weights. More precisely, for each finite Boolean constraint language $Γ$, we consider the following two problems. In Min SAT$(Γ)$, the input is a formula $F$ over $Γ$ and an integer $k$, and the task is to find an assignment… ▽ More

    Submitted 15 February, 2023; v1 submitted 15 July, 2022; originally announced July 2022.

    Comments: v2. Major update to all three flow-augmentation papers

  41. arXiv:2206.11828  [pdf, other

    cs.CC

    On the Complexity of Problems on Tree-structured Graphs

    Authors: Hans L. Bodlaender, Carla Groenland, Hugo Jacob, Marcin Pilipczuk, Michał Pilipczuk

    Abstract: In this paper, we introduce a new class of parameterized problems, which we call XALP: the class of all parameterized problems that can be solved in $f(k)n^{O(1)}$ time and $f(k)\log n$ space on a non-deterministic Turing Machine with access to an auxiliary stack (with only top element lookup allowed). Various natural problems on `tree-structured graphs' are complete for this class: we show that L… ▽ More

    Submitted 19 January, 2024; v1 submitted 23 June, 2022; originally announced June 2022.

  42. arXiv:2206.08248  [pdf, other

    cs.LO cs.DS math.LO

    Twin-width and types

    Authors: Jakub Gajarský, Michał Pilipczuk, Wojciech Przybyszewski, Szymon Toruńczyk

    Abstract: We study problems connected to first-order logic in graphs of bounded twin-width. Inspired by the approach of Bonnet et al. [FOCS 2020], we introduce a robust methodology of local types and describe their behavior in contraction sequences -- the decomposition notion underlying twin-width. We showcase the applicability of the methodology by proving the following two algorithmic results. In both sta… ▽ More

    Submitted 16 June, 2022; originally announced June 2022.

    Comments: 35 pages. Full version of an extended abstract to appear in the proceedings of ICALP 2022

  43. arXiv:2205.15189  [pdf, other

    math.CO cs.CG cs.DM

    Independence number of intersection graphs of axis-parallel segments

    Authors: Marco Caoduro, Jana Cslovjecsek, Michał Pilipczuk, Karol Węgrzycki

    Abstract: We prove that for any triangle-free intersection graph of $n$ axis-parallel segments in the plane, the independence number $α$ of this graph is at least $α\ge n/4 + Ω(\sqrt{n})$. We complement this with a construction of a graph in this class satisfying $α\le n/4 + c \sqrt{n}$ for an absolute constant $c$, which demonstrates the optimality of our result.

    Submitted 30 May, 2022; originally announced May 2022.

    Comments: 10 pages and 3 figures

    MSC Class: 52C15; 05B40; 90C27; 68W25 ACM Class: G.2.2; G.2.1

  44. arXiv:2205.07756  [pdf, other

    cs.CC

    The Influence of Dimensions on the Complexity of Computing Decision Trees

    Authors: Stephen G. Kobourov, Maarten Löffler, Fabrizio Montecchiani, Marcin Pilipczuk, Ignaz Rutter, Raimund Seidel, Manuel Sorge, Jules Wulms

    Abstract: A decision tree recursively splits a feature space $\mathbb{R}^{d}$ and then assigns class labels based on the resulting partition. Decision trees have been part of the basic machine-learning toolkit for decades. A large body of work treats heuristic algorithms to compute a decision tree from training data, usually aiming to minimize in particular the size of the resulting tree. In contrast, littl… ▽ More

    Submitted 2 June, 2022; v1 submitted 16 May, 2022; originally announced May 2022.

    Comments: 13 pages, 8 figures

  45. arXiv:2205.02656  [pdf, other

    cs.DS

    Computing treedepth in polynomial space and linear fpt time

    Authors: Wojciech Nadara, Michał Pilipczuk, Marcin Smulewicz

    Abstract: The treedepth of a graph $G$ is the least possible depth of an elimination forest of $G$: a rooted forest on the same vertex set where every pair of vertices adjacent in $G$ is bound by the ancestor/descendant relation. We propose an algorithm that given a graph $G$ and an integer $d$, either finds an elimination forest of $G$ of depth at most $d$ or concludes that no such forest exists; thus the… ▽ More

    Submitted 5 May, 2022; originally announced May 2022.

  46. arXiv:2205.01191  [pdf, other

    math.CO cs.DM cs.DS

    Taming graphs with no large creatures and skinny ladders

    Authors: Jakub Gajarský, Lars Jaffke, Paloma T. Lima, Jana Novotná, Marcin Pilipczuk, Paweł Rzążewski, Uéverton S. Souza

    Abstract: We confirm a conjecture of Gartland and Lokshtanov [arXiv:2007.08761]: if for a hereditary graph class $\mathcal{G}$ there exists a constant $k$ such that no member of $\mathcal{G}$ contains a $k$-creature as an induced subgraph or a $k$-skinny-ladder as an induced minor, then there exists a polynomial $p$ such that every $G \in \mathcal{G}$ contains at most $p(|V(G)|)$ minimal separators. By a re… ▽ More

    Submitted 2 May, 2022; originally announced May 2022.

  47. arXiv:2205.00441  [pdf, other

    cs.DS

    Dynamic data structures for parameterized string problems

    Authors: Jędrzej Olkowski, Michał Pilipczuk, Mateusz Rychlicki, Karol Węgrzycki, Anna Zych-Pawlewicz

    Abstract: We revisit classic string problems considered in the area of parameterized complexity, and study them through the lens of dynamic data structures. That is, instead of asking for a static algorithm that solves the given instance efficiently, our goal is to design a data structure that efficiently maintains a solution, or reports a lack thereof, upon updates in the instance. We first consider the… ▽ More

    Submitted 1 May, 2022; originally announced May 2022.

    Comments: 28 pages

  48. arXiv:2203.16900  [pdf, other

    math.CO cs.DM cs.LO math.LO

    Transducing paths in graph classes with unbounded shrubdepth

    Authors: Michał Pilipczuk, Patrice Ossona de Mendez, Sebastian Siebertz

    Abstract: Transductions are a general formalism for expressing transformations of graphs (and more generally, of relational structures) in logic. We prove that a graph class $\mathscr{C}$ can be $\mathsf{FO}$-transduced from a class of bounded-height trees (that is, has bounded shrubdepth) if, and only if, from $\mathscr{C}$ one cannot $\mathsf{FO}$-transduce the class of all paths. This establishes one of… ▽ More

    Submitted 31 March, 2022; originally announced March 2022.

  49. arXiv:2203.04836  [pdf, other

    cs.DS cs.DM math.CO

    Max Weight Independent Set in graphs with no long claws: An analog of the Gyárfás' path argument

    Authors: Konrad Majewski, Tomáš Masařík, Jana Novotná, Karolina Okrasa, Marcin Pilipczuk, Paweł Rzążewski, Marek Sokołowski

    Abstract: We revisit recent developments for the Maximum Weight Independent Set problem in graphs excluding a subdivided claw $S_{t,t,t}$ as an induced subgraph [Chudnovsky, Pilipczuk, Pilipczuk, Thomassé, SODA 2020] and provide a subexponential-time algorithm with improved running time $2^{\mathcal{O}(\sqrt{n}\log n)}$ and a quasipolynomial-time approximation scheme with improved running time… ▽ More

    Submitted 9 March, 2022; originally announced March 2022.

    Comments: 19 pages, 2 figures

  50. arXiv:2202.07608  [pdf, other

    math.CO cs.DM

    Graphs of bounded twin-width are quasi-polynomially $χ$-bounded

    Authors: Michał Pilipczuk, Marek Sokołowski

    Abstract: We prove that for every $t\in \mathbb{N}$ there is a constant $γ_t$ such that every graph with twin-width at most $t$ and clique number $ω$ has chromatic number bounded by $2^{γ_t \log^{4t+3} ω}$. In other words, we prove that graph classes of bounded twin-width are quasi-polynomially $χ$-bounded. This provides a significant step towards resolving the question of Bonnet et al. [ICALP 2021] about w… ▽ More

    Submitted 15 February, 2022; originally announced February 2022.

    Comments: 21 pages, 2 figures