Skip to main content

Showing 1–14 of 14 results for author: Brettell, N

Searching in archive cs. Search in all archives.
.
  1. 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

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

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

  4. 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 map** $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

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

  6. arXiv:2007.14179  [pdf, other

    cs.DS cs.CC

    Close relatives of Feedback Vertex Set without single-exponential algorithms parameterized by treewidth

    Authors: Benjamin Bergougnoux, Édouard Bonnet, Nick Brettell, O-joung Kwon

    Abstract: The Cut & Count technique and the rank-based approach have lead to single-exponential FPT algorithms parameterized by treewidth, that is, running in time $2^{O(tw)}n^{O(1)}$, for Feedback Vertex Set and connected versions of the classical graph problems (such as Vertex Cover and Dominating Set). We show that Subset Feedback Vertex Set, Subset Odd Cycle Transversal, Restricted Edge-Subset Feedback… ▽ More

    Submitted 28 July, 2020; originally announced July 2020.

    Comments: 25 pages, 5 figures

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

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

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

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

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

  11. Generalized feedback vertex set problems on bounded-treewidth graphs: chordality is the key to single-exponential parameterized algorithms

    Authors: Édouard Bonnet, Nick Brettell, O-joung Kwon, Dániel Marx

    Abstract: It has long been known that Feedback Vertex Set can be solved in time $2^{\mathcal{O}(w\log w)}n^{\mathcal{O}(1)}$ on $n$-vertex graphs of treewidth $w$, but it was only recently that this running time was improved to $2^{\mathcal{O}(w)}n^{\mathcal{O}(1)}$, that is, to single-exponential parameterized by treewidth. We investigate which generalizations of Feedback Vertex Set can be solved in a simi… ▽ More

    Submitted 21 January, 2019; v1 submitted 22 April, 2017; originally announced April 2017.

    Comments: 43 pages, 9 figures

    Journal ref: Algorithmica 81 (2019), 3890-3935

  12. arXiv:1603.05945  [pdf, other

    cs.DS

    Parameterized vertex deletion problems for hereditary graph classes with a block property

    Authors: Édouard Bonnet, Nick Brettell, O-joung Kwon, Dániel Marx

    Abstract: For a class of graphs $\mathcal{P}$, the Bounded $\mathcal{P}$-Block Vertex Deletion problem asks, given a graph $G$ on $n$ vertices and positive integers $k$ and $d$, whether there is a set $S$ of at most $k$ vertices such that each block of $G-S$ has at most $d$ vertices and is in $\mathcal{P}$. We show that when $\mathcal{P}$ satisfies a natural hereditary property and is recognizable in polyno… ▽ More

    Submitted 18 March, 2016; originally announced March 2016.

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

  13. arXiv:1506.07338  [pdf, ps, other

    cs.DM

    Orienting edges to fight fire in graphs

    Authors: Julien Bensmail, Nick Brettell

    Abstract: We investigate a new oriented variant of the Firefighter Problem. In the traditional Firefighter Problem, a fire breaks out at a given vertex of a graph, and at each time interval spreads to neighbouring vertices that have not been protected, while a constant number of vertices are protected at each time interval. In the version of the problem considered here, the firefighters are able to orient t… ▽ More

    Submitted 24 June, 2015; originally announced June 2015.

  14. arXiv:1505.01616  [pdf, ps, other

    math.CO cs.CC

    Colouring graphs with constraints on connectivity

    Authors: Pierre Aboulker, Nick Brettell, Frédéric Havet, Dániel Marx, Nicolas Trotignon

    Abstract: A graph $G$ has maximal local edge-connectivity $k$ if the maximum number of edge-disjoint paths between every pair of distinct vertices $x$ and $y$ is at most $k$. We prove Brooks-type theorems for $k$-connected graphs with maximal local edge-connectivity $k$, and for any graph with maximal local edge-connectivity 3. We also consider several related graph classes defined by constraints on connect… ▽ More

    Submitted 13 October, 2016; v1 submitted 7 May, 2015; originally announced May 2015.

    Comments: The latest version has minor corrections and clarifications

    Journal ref: Journal of Graph Theory 85 (2017), 814-838