Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–50 of 105 results for author: Paulusma, D

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

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

    Finding $d$-Cuts in Graphs of Bounded Diameter, Graphs of Bounded Radius and $H$-Free Graphs

    Authors: Felicia Lucke, Ali Momeni, Daniël Paulusma, Siani Smith

    Abstract: The $d$-Cut problem is to decide if a graph has an edge cut such that each vertex has at most $d$ neighbours at the opposite side of the cut. If $d=1$, we obtain the intensively studied Matching Cut problem. The $d$-Cut problem has been studied as well, but a systematic study for special graph classes was lacking. We initiate such a study and consider classes of bounded diameter, bounded radius an… ▽ More

    Submitted 17 April, 2024; originally announced April 2024.

  2. arXiv:2403.00497  [pdf, ps, other

    cs.CC cs.LO

    Graph Homomorphism, Monotone Classes and Bounded Pathwidth

    Authors: Tala Eagling-Vose, Barnaby Martin, Daniel Paulusma, Mark Siggers, Siani Smith

    Abstract: A recent paper describes a framework for studying the computational complexity of graph problems on monotone classes, that is those omitting a set of graphs as a subgraph. If the problems lie in the framework, and many do, then the computational complexity can be described for all monotone classes defined by a finite set of omitted subgraphs. It is known that certain homomorphism problems, e.g.… ▽ More

    Submitted 1 March, 2024; originally announced March 2024.

  3. arXiv:2402.16678  [pdf, other

    cs.DS cs.DM

    The Complexity of Diameter on H-free graphs

    Authors: Jelle J. Oostveen, Daniël Paulusma, Erik Jan van Leeuwen

    Abstract: The intensively studied Diameter problem is to find the diameter of a given connected graph. We investigate, for the first time in a structured manner, the complexity of Diameter for H-free graphs, that is, graphs that do not contain a fixed graph H as an induced subgraph. We first show that if H is not a linear forest with small components, then Diameter cannot be solved in subquadratic time for… ▽ More

    Submitted 16 July, 2024; v1 submitted 26 February, 2024; originally announced February 2024.

  4. arXiv:2312.16653  [pdf, other

    cs.GT cs.CC cs.DS

    Computing Balanced Solutions for Large International Kidney Exchange Schemes When Cycle Length Is Unbounded

    Authors: Márton Benedek, Péter Biró, Gergely Csáji, Matthew Johnson, Daniël Paulusma, Xin Ye

    Abstract: In kidney exchange programmes (KEP) patients may swap their incompatible donors leading to cycles of kidney transplants. Nowadays, countries try to merge their national patient-donor pools leading to international KEPs (IKEPs). As shown in the literature, long-term stability of an IKEP can be achieved through a credit-based system. In each round, every country is prescribed a "fair" initial alloca… ▽ More

    Submitted 12 August, 2024; v1 submitted 27 December, 2023; originally announced December 2023.

  5. arXiv:2312.12960  [pdf, ps, other

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

    Maximizing Matching Cuts

    Authors: Van Bang Le, Felicia Lucke, Daniël Paulusma, Bernard Ries

    Abstract: A matching cut in a graph G is an edge cut of G that is also a matching. This short survey gives an overview of old and new results and open problems for Maximum Matching Cut, which is to determine the size of a largest matching cut in a graph. We also compare this problem with the related problems Matching Cut, Minimum Matching Cut, and Perfect Matching Cut, which are to determine if a graph has… ▽ More

    Submitted 20 December, 2023; originally announced December 2023.

  6. arXiv:2311.04656  [pdf, ps, other

    math.CO cs.DS

    Computing pivot-minors

    Authors: Konrad K. Dabrowski, François Dross, Jisu Jeong, Mamadou Moustapha Kanté, O-joung Kwon, Sang-il Oum, Daniël Paulusma

    Abstract: A graph $G$ contains a graph $H$ as a pivot-minor if $H$ can be obtained from $G$ by applying a sequence of vertex deletions and edge pivots. Pivot-minors play an important role in the study of rank-width. Pivot-minors have mainly been studied from a structural perspective. In this paper we perform the first systematic computational complexity study of pivot-minors. We first prove that the Pivot-M… ▽ More

    Submitted 8 November, 2023; originally announced November 2023.

    Comments: 33 pages, 9 figures. An extended abstract appeared in the proceedings of WG2018

  7. arXiv:2308.05817  [pdf, other

    math.CO cs.DM

    Comparing Width Parameters on Graph Classes

    Authors: Nick Brettell, Andrea Munaro, Daniël Paulusma, Shizhou Yang

    Abstract: We study how the relationship between non-equivalent width parameters changes once we restrict to some special graph class. As width parameters, we consider treewidth, clique-width, twin-width, mim-width, sim-width and tree-independence number, whereas as graph classes we consider $K_{t,t}$-subgraph-free graphs, line graphs and their common superclass, for $t \geq 3$, of $K_{t,t}$-free graphs. W… ▽ More

    Submitted 27 November, 2023; v1 submitted 10 August, 2023; originally announced August 2023.

    Comments: 31 pages, 4 figures, abstract shortened due to arXiv requirements

  8. arXiv:2307.05701  [pdf, other

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

    Computing Subset Vertex Covers in $H$-Free Graphs

    Authors: Nick Brettell, Jelle J. Oostveen, Sukanya Pandey, Daniël Paulusma, Erik Jan van Leeuwen

    Abstract: We consider a natural generalization of Vertex Cover: the Subset Vertex Cover problem, which is to decide for a graph $G=(V,E)$, a subset $T \subseteq V$ and integer $k$, if $V$ has a subset $S$ of size at most $k$, such that $S$ contains at least one end-vertex of every edge incident to a vertex of $T$. A graph is $H$-free if it does not contain $H$ as an induced subgraph. We solve two open probl… ▽ More

    Submitted 11 July, 2023; originally announced July 2023.

  9. arXiv:2305.01613  [pdf, other

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

    Complexity Framework for Forbidden Subgraphs IV: The Steiner Forest Problem

    Authors: Hans L. Bodlaender, Matthew Johnson, Barnaby Martin, Jelle J. Oostveen, Sukanya Pandey, Daniel Paulusma, Siani Smith, Erik Jan van Leeuwen

    Abstract: We study Steiner Forest on $H$-subgraph-free graphs, that is, graphs that do not contain some fixed graph $H$ as a (not necessarily induced) subgraph. We are motivated by a recent framework that completely characterizes the complexity of many problems on $H$-subgraph-free graphs. However, in contrast to e.g. the related Steiner Tree problem, Steiner Forest falls outside this framework. Hence, the… ▽ More

    Submitted 15 October, 2023; v1 submitted 2 May, 2023; originally announced May 2023.

  10. arXiv:2305.01104  [pdf, other

    cs.DS math.CO

    Complexity Framework for Forbidden Subgraphs III: When Problems are Tractable on Subcubic Graphs

    Authors: Matthew Johnson, Barnaby Martin, Sukanya Pandey, Daniël Paulusma, Siani Smith, Erik Jan van Leeuwen

    Abstract: For any finite set $\mathcal{H} = \{H_1,\ldots,H_p\}$ of graphs, a graph is $\mathcal{H}$-subgraph-free if it does not contain any of $H_1,\ldots,H_p$ as a subgraph. In recent work, meta-classifications have been studied: these show that if graph problems satisfy certain prescribed conditions, their complexity is determined on classes of $\mathcal{H}$-subgraph-free graphs. We continue this work an… ▽ More

    Submitted 1 May, 2023; originally announced May 2023.

  11. arXiv:2304.01099  [pdf, other

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

    Dichotomies for Maximum Matching Cut: $H$-Freeness, Bounded Diameter, Bounded Radius

    Authors: Felicia Lucke, Daniël Paulusma, Bernard Ries

    Abstract: The (Perfect) Matching Cut problem is to decide if a graph $G$ has a (perfect) matching cut, i.e., a (perfect) matching that is also an edge cut of $G$. Both Matching Cut and Perfect Matching Cut are known to be NP-complete. A perfect matching cut is also a matching cut with maximum number of edges. To increase our understanding of the relationship between the two problems, we perform a complexity… ▽ More

    Submitted 12 June, 2024; v1 submitted 3 April, 2023; originally announced April 2023.

  12. arXiv:2301.13181  [pdf, ps, other

    cs.GT cs.CC cs.DS math.CO

    Partitioned Matching Games for International Kidney Exchange

    Authors: Márton Benedek, Péter Biró, Walter Kern, Dömötör Pálvölgyi, Daniël Paulusma

    Abstract: We introduce partitioned matching games as a suitable model for international kidney exchange programmes, where in each round the total number of available kidney transplants needs to be distributed amongst the participating countries in a "fair" way. A partitioned matching game $(N,v)$ is defined on a graph $G=(V,E)$ with an edge weighting $w$ and a partition $V=V_1 \cup \dots \cup V_n$. The play… ▽ More

    Submitted 21 January, 2024; v1 submitted 30 January, 2023; originally announced January 2023.

  13. arXiv:2212.12317  [pdf, other

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

    Matching Cuts in Graphs of High Girth and H-Free Graphs

    Authors: Carl Feghali, Felicia Lucke, Daniel Paulusma, Bernard Ries

    Abstract: The (Perfect) Matching Cut problem is to decide if a connected graph has a (perfect) matching that is also an edge cut. The Disconnected Perfect Matching problem is to decide if a connected graph has a perfect matching that contains a matching cut. Both Matching Cut and Disconnected Perfect Matching are NP-complete for planar graphs of girth 5, whereas Perfect Matching Cut is known to be NP-comple… ▽ More

    Submitted 7 November, 2023; v1 submitted 23 December, 2022; originally announced December 2022.

  14. arXiv:2211.14214  [pdf, other

    cs.DM math.CO

    Complexity Framework for Forbidden Subgraphs II: Edge Subdivision and the "H"-graphs

    Authors: Vadim Lozin, Barnaby Martin, Sukanya Pandey, Daniel Paulusma, Mark Siggers, Siani Smith, Erik Jan van Leeuwen

    Abstract: For a fixed set ${\cal H}$ of graphs, a graph $G$ is ${\cal H}$-subgraph-free if $G$ does not contain any $H \in {\cal H}$ as a (not necessarily induced) subgraph. A recently proposed framework gives a complete classification on ${\cal H}$-subgraph-free graphs (for finite sets ${\cal H}$) for problems that are solvable in polynomial time on graph classes of bounded treewidth, NP-complete on subcub… ▽ More

    Submitted 4 May, 2024; v1 submitted 25 November, 2022; originally announced November 2022.

  15. arXiv:2211.12887  [pdf, other

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

    Complexity Framework For Forbidden Subgraphs I: The Framework

    Authors: Matthew Johnson, Barnaby Martin, Jelle J. Oostveen, Sukanya Pandey, Daniël Paulusma, Siani Smith, Erik Jan van Leeuwen

    Abstract: For any particular class of graphs, algorithms for computational problems restricted to the class often rely on structural properties that depend on the specific problem at hand. This begs the question if a large set of such results can be explained by some common problem conditions. We propose such conditions for $HH$-subgraph-free graphs. For a set of graphs $HH$, a graph $G$ is $HH$-subgraph-fr… ▽ More

    Submitted 20 July, 2023; v1 submitted 23 November, 2022; originally announced November 2022.

  16. arXiv:2211.12203  [pdf, other

    cs.CC cs.DM cs.DS

    Edge Multiway Cut and Node Multiway Cut are NP-complete on subcubic graphs

    Authors: Matthew Johnson, Barnaby Martin, Siani Smith, Sukanya Pandey, Daniel Paulusma, Erik Jan van Leeuwen

    Abstract: We show that Edge Multiway Cut (also called Multiterminal Cut) and Node Multiway Cut are NP-complete on graphs of maximum degree $3$ (also known as subcubic graphs). This improves on a previous degree bound of $11$. Our NP-completeness result holds even for subcubic graphs that are planar.

    Submitted 9 February, 2024; v1 submitted 22 November, 2022; originally announced November 2022.

  17. arXiv:2207.07095  [pdf, other

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

    Finding Matching Cuts in $H$-Free Graphs

    Authors: Felicia Lucke, Daniël Paulusma, Bernard Ries

    Abstract: The NP-complete problem Matching Cut is to decide if a graph has a matching that is also an edge cut of the graph. We prove new complexity results for Matching Cut restricted to $H$-free graphs, that is, graphs that do not contain some fixed graph $H$ as an induced subgraph. We also prove new complexity results for two recently studied variants of Matching Cut, on $H$-free graphs. The first varian… ▽ More

    Submitted 14 July, 2022; originally announced July 2022.

  18. arXiv:2204.07129  [pdf, ps, other

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

    On The Complexity of Matching Cut for Graphs of Bounded Radius and $H$-Free Graphs

    Authors: Felicia Lucke, Daniël Paulusma, Bernard Ries

    Abstract: For a connected graph $G=(V,E)$, a matching $M\subseteq E$ is a matching cut of $G$ if $G-M$ is disconnected. It is known that for an integer $d$, the corresponding decision problem Matching Cut is polynomial-time solvable for graphs of diameter at most $d$ if $d\leq 2$ and NP-complete if $d\geq 3$. We prove the same dichotomy for graphs of bounded radius. For a graph $H$, a graph is $H$-free if i… ▽ More

    Submitted 15 July, 2022; v1 submitted 14 April, 2022; originally announced April 2022.

  19. arXiv:2203.03319  [pdf, other

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

    Few Induced Disjoint Paths for $H$-Free Graphs

    Authors: Barnaby Martin, Daniël Paulusma, Siani Smith, Erik Jan van Leeuwen

    Abstract: Paths $P^1,\ldots,P^k$ in a graph $G=(V,E)$ are mutually induced if any two distinct $P^i$ and $P^j$ have neither common vertices nor adjacent vertices. For a fixed integer $k$, the $k$-Induced Disjoint Paths problem is to decide if a graph $G$ with $k$ pairs of specified vertices $(s_i,t_i)$ contains $k$ mutually induced paths $P^i$ such that each $P^i$ starts from $s_i$ and ends at $t_i$. Wherea… ▽ More

    Submitted 13 June, 2022; v1 submitted 7 March, 2022; originally announced March 2022.

  20. arXiv:2202.11595  [pdf, other

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

    Induced Disjoint Paths and Connected Subgraphs for $H$-Free Graphs

    Authors: Barnaby Martin, Daniël Paulusma, Siani Smith, Erik Jan van Leeuwen

    Abstract: Paths $P_1,\ldots, P_k$ in a graph $G=(V,E)$ are mutually induced if any two distinct $P_i$ and $P_j$ have neither common vertices nor adjacent vertices. The Induced Disjoint Paths problem is to decide if a graph $G$ with $k$ pairs of specified vertices $(s_i,t_i)$ contains $k$ mutually induced paths $P_i$ such that each $P_i$ starts from $s_i$ and ends at $t_i$. This is a classical graph problem… ▽ More

    Submitted 17 July, 2022; v1 submitted 23 February, 2022; originally announced February 2022.

  21. arXiv:2202.06898  [pdf, ps, other

    cs.GT cs.CC cs.DS

    The Complexity of Matching Games: A Survey

    Authors: Márton Benedek, Péter Biró, Matthew Johnson, Daniël Paulusma, Xin Ye

    Abstract: Matching games naturally generalize assignment games, a well-known class of cooperative games. Interest in matching games has grown recently due to some breakthrough results and new applications. This state-of-the-art survey provides an overview of matching games and extensions, such as $b$-matching games and partitioned matching games; the latter originating from the emerging area of internationa… ▽ More

    Submitted 21 June, 2023; v1 submitted 14 February, 2022; originally announced February 2022.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 77, pages 459-485, 2023

  22. arXiv:2201.11731  [pdf, other

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

    An Algorithmic Framework for Locally Constrained Homomorphisms

    Authors: Laurent Bulteau, Konrad K. Dabrowski, Noleen Köhler, Sebastian Ordyniak, Daniël Paulusma

    Abstract: A homomorphism $f$ from a guest graph $G$ to a host graph $H$ is locally bijective, injective or surjective if for every $u\in V(G)$, the restriction of $f$ to the neighbourhood of $u$ is bijective, injective or surjective, respectively. The corresponding decision problems, LBHOM, LIHOM and LSHOM, are well studied both on general graphs and on special graph classes. Apart from complexity results w… ▽ More

    Submitted 27 January, 2022; originally announced January 2022.

  23. arXiv:2201.00430  [pdf, ps, other

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

    Classifying Subset Feedback Vertex Set for $H$-Free Graphs

    Authors: Giacomo Paesani, Daniël Paulusma, Paweł Rzążewski

    Abstract: In the Feedback Vertex Set problem, we aim to find a small set $S$ of vertices in a graph intersecting every cycle. The Subset Feedback Vertex Set problem requires $S$ to intersect only those cycles that include a vertex of some specified set $T$. We also consider the Weighted Subset Feedback Vertex Set problem, where each vertex $u$ has weight $w(u)>0$ and we ask that $S$ has small weight. By com… ▽ More

    Submitted 17 July, 2022; v1 submitted 2 January, 2022; originally announced January 2022.

  24. arXiv:2111.11897  [pdf, other

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

    Colouring Generalized Claw-Free Graphs and Graphs of Large Girth: Bounding the Diameter

    Authors: Barnaby Martin, Daniel Paulusma, Siani Smith

    Abstract: For a fixed integer, the $k$-Colouring problem is to decide if the vertices of a graph can be coloured with at most $k$ colours for an integer $k$, such that no two adjacent vertices are coloured alike. A graph $G$ is $H$-free if $G$ does not contain $H$ as an induced subgraph. It is known that for all $k\geq 3$, the $k$-Colouring problem is NP-complete for $H$-free graphs if $H$ contains an induc… ▽ More

    Submitted 23 November, 2021; originally announced November 2021.

  25. arXiv:2109.06788  [pdf, ps, other

    cs.GT cs.DM cs.DS

    Computing Balanced Solutions for Large International Kidney Exchange Schemes

    Authors: Márton Benedek, Péter Biró, Daniël Paulusma, Xin Ye

    Abstract: To overcome incompatibility issues, kidney patients may swap their donors. In international kidney exchange programmes (IKEPs), countries merge their national patient-donor pools. We consider a recently introduced credit system. In each round, countries are given an initial ``fair'' allocation of the total number of kidney transplants. This allocation is adjusted by a credit function yielding a ta… ▽ More

    Submitted 23 February, 2023; v1 submitted 14 September, 2021; originally announced September 2021.

  26. arXiv:2105.06349  [pdf, other

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

    Disjoint Paths and Connected Subgraphs for H-Free Graphs

    Authors: Walter Kern, Barnaby Martin, Daniël Paulusma, Siani Smith, Erik Jan van Leeuwen

    Abstract: The well-known Disjoint Paths problem is to decide if a graph contains k pairwise disjoint paths, each connecting a different terminal pair from a set of k distinct pairs. We determine, with an exception of two cases, the complexity of the Disjoint Paths problem for $H$-free graphs. If $k$ is fixed, we obtain the $k$-Disjoint Paths problem, which is known to be polynomial-time solvable on the clas… ▽ More

    Submitted 13 May, 2021; originally announced May 2021.

  27. arXiv:2105.04588  [pdf, other

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

    Partitioning H-Free Graphs of Bounded Diameter

    Authors: Christoph Brause, Petr Golovach, Barnaby Martin, Daniël Paulusma, Siani Smith

    Abstract: A natural way of increasing our understanding of NP-complete graph problems is to restrict the input to a special graph class. Classes of $H$-free graphs, that is, graphs that do not contain some graph $H$ as an induced subgraph, have proven to be an ideal testbed for such a complexity study. However, if the forbidden graph $H$ contains a cycle or claw, then these problems often stay NP-complete.… ▽ More

    Submitted 18 April, 2022; v1 submitted 10 May, 2021; originally announced May 2021.

  28. arXiv:2105.02736  [pdf, other

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

    Feedback Vertex Set and Even Cycle Transversal for H-Free Graphs: Finding Large Block Graphs

    Authors: Giacomo Paesani, Daniël Paulusma, Paweł Rzążewski

    Abstract: We prove new complexity results for Feedback Vertex Set and Even Cycle Transversal on $H$-free graphs, that is, graphs that do not contain some fixed graph $H$ as an induced subgraph. In particular, we prove that for every $s\geq 1$, both problems are polynomial-time solvable for $sP_3$-free graphs and $(sP_1+P_5)$-free graphs; here, the graph $sP_3$ denotes the disjoint union of $s$ paths on thre… ▽ More

    Submitted 10 January, 2022; v1 submitted 6 May, 2021; originally announced May 2021.

  29. arXiv:2104.10593  [pdf, ps, other

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

    Acyclic, Star, and Injective Colouring: Bounding the Diameter

    Authors: Christoph Brause, Petr Golovach, Barnaby Martin, Pascal Ochem, Daniël Paulusma, Siani Smith

    Abstract: We examine the effect of bounding the diameter for well-studied variants of the Colouring problem. A colouring is acyclic, star, or injective if any two colour classes induce a forest, star forest or disjoint union of vertices and edges, respectively. The corresponding decision problems are Acyclic Colouring, Star Colouring and Injective Colouring. The last problem is also known as $L(1,1)$-Labell… ▽ More

    Submitted 8 September, 2021; v1 submitted 21 April, 2021; originally announced April 2021.

  30. QCSP on Reflexive Tournaments

    Authors: Benoit Larose, Petar Markovic, Barnaby Martin, Daniel Paulusma, Siani Smith, Stanislav Zivny

    Abstract: We give a complexity dichotomy for the Quantified Constraint Satisfaction Problem QCSP(H) when H is a reflexive tournament. It is well-known that reflexive tournaments can be split into a sequence of strongly connected components H_1,...,H_n so that there exists an edge from every vertex of H_i to every vertex of H_j if and only if i<j. We prove that if H has both its initial and final strongly co… ▽ More

    Submitted 28 December, 2021; v1 submitted 21 April, 2021; originally announced April 2021.

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

    Journal ref: ACM Trans. Comput. Log. 23(3): 14:1-14:22 (2022)

  31. arXiv:2101.07856  [pdf, ps, other

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

    Colouring Graphs of Bounded Diameter in the Absence of Small Cycles

    Authors: Barnaby Martin, Daniel Paulusma, Siani Smith

    Abstract: For $k\geq 1$, a $k$-colouring $c$ of $G$ is a mapping from $V(G)$ to $\{1,2,\ldots,k\}$ such that $c(u)\neq c(v)$ for any two non-adjacent vertices $u$ and $v$. The $k$-Colouring problem is to decide if a graph $G$ has a $k$-colouring. For a family of graphs ${\cal H}$, a graph $G$ is ${\cal H}$-free if $G$ does not contain any graph from ${\cal H}$ as an induced subgraph. Let $C_s$ be the $s$-ve… ▽ More

    Submitted 19 January, 2021; originally announced January 2021.

  32. arXiv:2012.09814  [pdf, other

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

    Induced Disjoint Paths in AT-free Graphs

    Authors: Petr A. Golovach, Daniël Paulusma, Erik Jan van Leeuwen

    Abstract: Paths $P_1,\ldots,P_k$ in a graph $G=(V,E)$ are mutually induced if any two distinct $P_i$ and $P_j$ have neither common vertices nor adjacent vertices (except perhaps their end-vertices). The Induced Disjoint Paths problem is to decide if a graph $G$ with $k$ pairs of specified vertices $(s_i,t_i)$ contains $k$ mutually induced paths $P_i$ such that each $P_i$ connects $s_i$ and $t_i$. This is a… ▽ More

    Submitted 26 October, 2021; v1 submitted 17 December, 2020; originally announced December 2020.

    Comments: An extended abstract of this paper appeared in the proceedings of SWAT 2012

  33. arXiv:2012.09770  [pdf, other

    cs.CC

    Hard Problems That Quickly Become Very Easy

    Authors: Barnaby Martin, Daniël Paulusma, Siani Smith

    Abstract: A graph class is hereditary if it is closed under vertex deletion. We give examples of NP-hard, PSPACE-complete and NEXPTIME-complete problems that become constant-time solvable for every hereditary graph class that is not equal to the class of all graphs.

    Submitted 5 August, 2021; v1 submitted 17 December, 2020; originally announced December 2020.

  34. arXiv:2008.12226  [pdf, other

    cs.DM

    The complexity of L(p,q)-Edge-Labelling

    Authors: Gaetan Berthe, Barnaby Martin, Daniel Paulusma, Siani Smith

    Abstract: We consider the L(p,q)-Edge-Labelling problem, which is the edge variant of the well-known L(p,q)-Labelling problem. So far, the complexity of this problem was only partially classified. We complete this study for all nonnegative p and q, by showing that, whenever (p,q) is not (0,0), L(p,q)-Edge-Labelling problem is NP-complete. We do this by proving that for all nonnegative p and q, except p=q=0,… ▽ More

    Submitted 23 May, 2022; v1 submitted 27 August, 2020; originally announced August 2020.

  35. arXiv:2008.09415  [pdf, other

    cs.DM math.CO

    Acyclic, Star and Injective Colouring: A Complexity Picture for H-Free Graphs

    Authors: Jan Bok, Nikola Jedlickova, Barnaby Martin, Pascal Ochem, Daniel Paulusma, Siani Smith

    Abstract: A (proper) colouring is acyclic, star, or injective if any two colour classes induce a forest, star forest or disjoint union of vertices and edges, respectively. Hence, every injective colouring is a star colouring and every star colouring is an acyclic colouring. The corresponding decision problems are Acyclic Colouring, Star Colouring and Injective Colouring (the last problem is also known as… ▽ More

    Submitted 10 May, 2021; v1 submitted 21 August, 2020; originally announced August 2020.

    Comments: Extended abstracts appeared / will appear at ESA 2020 and CSR 2021

  36. arXiv:2008.09004  [pdf, other

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

    Solving Problems on Generalized Convex Graphs via Mim-Width

    Authors: Flavia Bonomo-Braberman, Nick Brettell, Andrea Munaro, Daniël Paulusma

    Abstract: A bipartite graph $G=(A,B,E)$ is ${\cal H}$-convex, for some family of graphs ${\cal H}$, if there exists a graph $H\in {\cal H}$ with $V(H)=A$ such that the set of neighbours in $A$ of each $b\in B$ induces a connected subgraph of $H$. Many $\mathsf{NP}$-complete problems, including problems such as Dominating Set, Feedback Vertex Set, Induced Matching and List $k$-Colouring, become polynomial-ti… ▽ More

    Submitted 30 September, 2022; v1 submitted 20 August, 2020; originally announced August 2020.

    Journal ref: Journal of Computer and System Sciences, 140:103493, 2024

  37. arXiv:2008.01590  [pdf, other

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

    List $k$-Colouring $P_t$-Free Graphs: a Mim-width Perspective

    Authors: Nick Brettell, Jake Horsfield, Andrea Munaro, Daniel Paulusma

    Abstract: A colouring of a graph $G=(V,E)$ is a mapping $c\colon V\to \{1,2,\ldots\}$ such that $c(u)\neq c(v)$ for every two adjacent vertices $u$ and $v$ of $G$. The {\sc List $k$-Colouring} problem is to decide whether a graph $G=(V,E)$ with a list $L(u)\subseteq \{1,\ldots,k\}$ for each $u\in V$ has a colouring $c$ such that $c(u)\in L(u)$ for every $u\in V$. Let $P_t$ be the path on $t$ vertices and le… ▽ More

    Submitted 19 January, 2021; v1 submitted 3 August, 2020; originally announced August 2020.

    Comments: arXiv admin note: text overlap with arXiv:2004.05022 merge of arXiv:2004.05022 and previous version of arxiv:2008.01590

    Journal ref: Information Processing Letters 173 (2022), 106168

  38. arXiv:2008.00561  [pdf, other

    math.CO cs.DM

    Tree pivot-minors and linear rank-width

    Authors: Konrad K. Dabrowski, François Dross, Jisu Jeong, Mamadou Moustapha Kanté, O-joung Kwon, Sang-il Oum, Daniël Paulusma

    Abstract: Tree-width and its linear variant path-width play a central role for the graph minor relation. In particular, Robertson and Seymour (1983) proved that for every tree~$T$, the class of graphs that do not contain $T$ as a minor has bounded path-width. For the pivot-minor relation, rank-width and linear rank-width take over the role from tree-width and path-width. As such, it is natural to examine if… ▽ More

    Submitted 11 August, 2021; v1 submitted 2 August, 2020; originally announced August 2020.

    Comments: 26 pages, 5 figures; accepted to SIAM Journal on Discrete Mathematics

    Journal ref: SIAM J. Discrete Math., 35(4):2922-2945, December 2021

  39. arXiv:2007.14514  [pdf, ps, other

    cs.DS cs.DM math.CO

    Computing Weighted Subset Transversals in $H$-Free Graphs

    Authors: Nick Brettell, Matthew Johnson, Daniel Paulusma

    Abstract: For the Odd Cycle Transversal problem, the task is to find a small set $S$ of vertices in a graph that intersects every cycle of odd length. The Subset Odd Cycle Transversal problem requires S to intersect only those odd cycles that include a vertex of a distinguished vertex subset $T$. If we are given weights for the vertices, we ask instead that $S$ has small weight: this is the problem Weighted… ▽ More

    Submitted 14 June, 2021; v1 submitted 28 July, 2020; originally announced July 2020.

  40. arXiv:2006.03578  [pdf, other

    cs.DM cs.CC math.CO

    Clique-Width: Harnessing the Power of Atoms

    Authors: Konrad K. Dabrowski, Tomáš Masařík, Jana Novotná, Daniël Paulusma, Paweł Rzążewski

    Abstract: Many NP-complete graph problems are polynomial-time solvable on graph classes of bounded clique-width. Several of these problems are polynomial-time solvable on a hereditary graph class ${\cal G}$ if they are so on the atoms (graphs with no clique cut-set) of ${\cal G}$. Hence, we initiate a systematic study into boundedness of clique-width of atoms of hereditary graph classes. A graph $G$ is $H$-… ▽ More

    Submitted 15 November, 2020; v1 submitted 5 June, 2020; originally announced June 2020.

    Comments: 37 pages, 32 figures, an extended abstract of this paper appeared in the proceedings of WG 2020

    MSC Class: 05C75

  41. arXiv:2005.13938  [pdf, ps, other

    cs.DS cs.DM math.CO

    Computing Subset Transversals in $H$-Free Graphs

    Authors: Nick Brettell, Matthew Johnson, Giacomo Paesani, Daniël Paulusma

    Abstract: We study the computational complexity of two well-known graph transversal problems, namely Subset Feedback Vertex Set and Subset Odd Cycle Transversal, by restricting the input to $H$-free graphs, that is, to graphs that do not contain some fixed graph~$H$ as an induced subgraph. By combining known and new results, we determine the computational complexity of both problems on $H$-free graphs for e… ▽ More

    Submitted 26 October, 2021; v1 submitted 28 May, 2020; originally announced May 2020.

    Comments: Minor changes incorporating suggestions of reviewers

  42. arXiv:2004.07492  [pdf, ps, other

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

    Steiner Trees for Hereditary Graph Classes: a Treewidth Perspective

    Authors: Hans Bodlaender, Nick Brettell, Matthew Johnson, Giacomo Paesani, Daniel Paulusma, Erik Jan van Leeuwen

    Abstract: We consider the classical problems (Edge) Steiner Tree and Vertex Steiner Tree after restricting the input to some class of graphs characterized by a small set of forbidden induced subgraphs. We show a dichotomy for the former problem restricted to $(H_1,H_2)$-free graphs and a dichotomy for the latter problem restricted to $H$-free graphs. We find that there exists an infinite family of graphs… ▽ More

    Submitted 15 December, 2020; v1 submitted 16 April, 2020; originally announced April 2020.

  43. arXiv:2004.05022  [pdf, other

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

    Colouring $(sP_1+P_5)$-Free Graphs: a Mim-Width Perspective

    Authors: Nick Brettell, Jake Horsfield, Daniel Paulusma

    Abstract: We prove that the class of $(K_t,sP_1+P_5)$-free graphs has bounded mim-width for every $s\geq 0$ and $t\geq 1$, and that there is a polynomial-time algorithm that, given a graph in the class, computes a branch decomposition of constant mim-width. A large number of \NP-complete graph problems become polynomial-time solvable on graph classes with bounded mim-width and for which a branch decompositi… ▽ More

    Submitted 23 April, 2020; v1 submitted 10 April, 2020; originally announced April 2020.

  44. arXiv:2004.05018  [pdf, other

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

    Bounding the Mim-Width of Hereditary Graph Classes

    Authors: Nick Brettell, Jake Horsfield, Andrea Munaro, Giacomo Paesani, Daniel Paulusma

    Abstract: A large number of NP-hard graph problems become polynomial-time solvable on graph classes where the mim-width is bounded and quickly computable. Hence, when solving such problems on special graph classes, it is helpful to know whether the graph class under consideration has bounded mim-width. We first extend the toolkit for proving (un)boundedness of mim-width of graph classes. This enables us to… ▽ More

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

  45. arXiv:1910.05254  [pdf, other

    math.CO cs.DM cs.DS

    On the Price of Independence for Vertex Cover, Feedback Vertex Set and Odd Cycle Transversal

    Authors: Konrad K. Dabrowski, Matthew Johnson, Giacomo Paesani, Daniël Paulusma, Viktor Zamaraev

    Abstract: Let $vc(G)$, $fvs(G)$ and $oct(G)$, respectively, denote the size of a minimum vertex cover, minimum feedback vertex set and minimum odd cycle transversal in a graph $G$. One can ask, when looking for these sets in a graph, how much bigger might they be if we require that they are independent; that is, what is the price of independence? If $G$ has a vertex cover, feedback vertex set or odd cycle t… ▽ More

    Submitted 11 October, 2019; originally announced October 2019.

    Comments: 25 pages, 10 figures

  46. arXiv:1908.00491  [pdf, ps, other

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

    On Cycle Transversals and Their Connected Variants in the Absence of a Small Linear Forest

    Authors: Konrad K. Dabrowski, Carl Feghali, Matthew Johnson, Giacomo Paesani, Daniël Paulusma, Paweł Rzążewski

    Abstract: A graph is $H$-free if it contains no induced subgraph isomorphic to $H$. We prove new complexity results for the two classical cycle transversal problems Feedback Vertex Set and Odd Cycle Transversal by showing that they can be solved in polynomial time on $(sP_1+P_3)$-free graphs for every integer $s\geq 1$. We show the same result for the variants Connected Feedback Vertex Set and Connected Odd… ▽ More

    Submitted 1 August, 2019; originally announced August 2019.

    Comments: 21 pages, 5 figures

  47. arXiv:1901.01861  [pdf, ps, other

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

    On the Parameterized Complexity of $k$-Edge Colouring

    Authors: Esther Galby, Paloma T. Lima, Daniël Paulusma, Bernard Ries

    Abstract: For every fixed integer $k \geq 1$, we prove that $k$-Edge Colouring is fixed-parameter-tractable when parameterized by the number of vertices of maximum degree.

    Submitted 21 February, 2019; v1 submitted 7 January, 2019; originally announced January 2019.

  48. arXiv:1901.00335  [pdf, ps, other

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

    Clique-Width for Hereditary Graph Classes

    Authors: Konrad K. Dabrowski, Matthew Johnson, Daniël Paulusma

    Abstract: Clique-width is a well-studied graph parameter owing to its use in understanding algorithmic tractability: if the clique-width of a graph class ${\cal G}$ is bounded by a constant, a wide range of problems that are NP-complete in general can be shown to be polynomial-time solvable on ${\cal G}$. For this reason, the boundedness or unboundedness of clique-width has been investigated and determined… ▽ More

    Submitted 7 January, 2019; v1 submitted 2 January, 2019; originally announced January 2019.

    Comments: 61 pages, 17 figures

    MSC Class: 05C75

    Journal ref: London Mathematical Society Lecture Note Series 456 (2019): 1-56

  49. arXiv:1811.12252  [pdf, ps, other

    cs.DM math.CO

    Graph Isomorphism for $(H_1,H_2)$-free Graphs: An Almost Complete Dichotomy

    Authors: Marthe Bonamy, Nicolas Bousquet, Konrad K. Dabrowski, Matthew Johnson, Daniël Paulusma, Théo Pierron

    Abstract: We resolve the computational complexity of Graph Isomorphism for classes of graphs characterized by two forbidden induced subgraphs $H_1$ and $H_2$ for all but six pairs $(H_1,H_2)$. Schweitzer had previously shown that the number of open cases was finite, but without specifying the open cases. Grohe and Schweitzer proved that Graph Isomorphism is polynomial-time solvable on graph classes of bound… ▽ More

    Submitted 3 September, 2019; v1 submitted 29 November, 2018; originally announced November 2018.

    Comments: 28 pages, 4 figures

    MSC Class: 05C60; 05C75

  50. Simple Games versus Weighted Voting Games: Bounding the Critical Threshold Value

    Authors: Frits Hof, Walter Kern, Sascha Kurz, Kanstantsin Pashkovich, Daniël Paulusma

    Abstract: A simple game $(N,v)$ is given by a set $N$ of $n$ players and a partition of~$2^N$ into a set~$\mathcal{L}$ of losing coalitions~$L$ with value $v(L)=0$ that is closed under taking subsets and a set $\mathcal{W}$ of winning coalitions $W$ with $v(W)=1$. Simple games with $α= \min_{p\geq 0}\max_{W\in {\cal W}, L\in {\cal L}} \frac{p(L)}{p(W)}<1$ are exactly the weighted voting games. We show that… ▽ More

    Submitted 20 October, 2018; originally announced October 2018.

    Comments: 10 pages; the paper is a follow-up and merge of arXiv:1805.02192 and arXiv:1806.03170

    MSC Class: 91B12; 94C10