English
Related papers

Related papers: Computing Weighted Subset Transversals in $H$-Free…

200 papers

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…

Data Structures and Algorithms · Computer Science 2022-07-19 Giacomo Paesani , Daniël Paulusma , Paweł Rzążewski

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…

Data Structures and Algorithms · Computer Science 2021-10-27 Nick Brettell , Matthew Johnson , Giacomo Paesani , Daniël Paulusma

An independent set in a graph G is a set of pairwise non-adjacent vertices. A graph $G$ is bipartite if its vertex set can be partitioned into two independent sets. In the Odd Cycle Transversal problem, the input is a graph $G$ along with a…

Data Structures and Algorithms · Computer Science 2024-02-20 Akanksha Agrawal , Paloma T. Lima , Daniel Lokshtanov , Pawel Rzążewski , Saket Saurabh , Roohani Sharma

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…

Data Structures and Algorithms · Computer Science 2019-08-02 Konrad K. Dabrowski , Carl Feghali , Matthew Johnson , Giacomo Paesani , Daniël Paulusma , Paweł Rzążewski

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…

Data Structures and Algorithms · Computer Science 2022-01-12 Giacomo Paesani , Daniël Paulusma , Paweł Rzążewski

We perform a systematic study in the computational complexity of the connected variant of three related transversal problems: Vertex Cover, Feedback Vertex Set, and Odd Cycle Transversal. Just like their original counterparts, these…

Data Structures and Algorithms · Computer Science 2017-09-22 Nina Chiarelli , Tatiana R. Hartinger , Matthew Johnson , Martin Milanič , Daniël Paulusma

The (\textsc{Weighted}) \textsc{Subset Feedback Vertex Set} problem is a generalization of the classical \textsc{Feedback Vertex Set} problem and asks for a vertex set of minimum (weighted) size that intersects all cycles containing a…

Data Structures and Algorithms · Computer Science 2018-05-21 Charis Papadopoulos , Spyridon Tzimas

Given a vertex-weighted graph $G=(V,E)$ and a set $S \subseteq V$, a subset feedback vertex set $X$ is a set of the vertices of $G$ such that the graph induced by $V \setminus X$ has no cycle containing a vertex of $S$. The \textsc{Subset…

Data Structures and Algorithms · Computer Science 2017-02-02 Charis Papadopoulos , Spyridon Tzimas

Given an undirected graph $G = (V_G, E_G)$ and a fixed "pattern" graph $H = (V_H, E_H)$ with $k$ vertices, we consider the $H$-Transversal and $H$-Packing problems. The former asks to find the smallest $S \subseteq V_G$ such that the…

Computational Complexity · Computer Science 2015-06-23 Venkatesan Guruswami , Euiwoong Lee

The NP-hard Odd Cycle Transversal problem asks for a minimum vertex set whose removal from an undirected input graph $G$ breaks all odd cycles, and thereby yields a bipartite graph. The problem is well-known to be fixed-parameter tractable…

Data Structures and Algorithms · Computer Science 2024-10-08 Bart M. P. Jansen , Yosuke Mizutani , Blair D. Sullivan , Ruben F. A. Verhaegh

We consider a natural combinatorial optimization problem on chordal graphs, the class of graphs with no induced cycle of length four or more. A subset of vertices of a chordal graph is (monophonically) convex if it contains the vertices of…

Data Structures and Algorithms · Computer Science 2018-06-27 Jean Cardinal , Jean-Paul Doignon , Keno Merckx

The NP-complete problem Feedback Vertex Set is that of deciding whether or not it is possible, for a given integer $k\geq 0$, to delete at most $k$ vertices from a given graph so that what remains is a forest. The variant in which the…

Data Structures and Algorithms · Computer Science 2017-08-01 Marthe Bonamy , Konrad K. Dabrowski , Carl Feghali , Matthew Johnson , Daniel Paulusma

A cycle cover of a graph is a set of cycles such that every vertex is part of exactly one cycle. An L-cycle cover is a cycle cover in which the length of every cycle is in the set L. The weight of a cycle cover of an edge-weighted graph is…

Computational Complexity · Computer Science 2009-09-29 Bodo Manthey

A cycle cover of a graph is a set of cycles such that every vertex is part of exactly one cycle. An L-cycle cover is a cycle cover in which the length of every cycle is in the set L. The weight of a cycle cover of an edge-weighted graph is…

Data Structures and Algorithms · Computer Science 2007-05-23 Bodo Manthey

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…

A $k$-graph system $\textbf{H}=\{H_i\}_{i\in[m]}$ is a family of not necessarily distinct $k$-graphs on the same $n$-vertex set $V$ and a $k$-graph $H$ on $V$ is said to be $\textbf{H}$-transversal provided that there exists an injection…

Combinatorics · Mathematics 2023-05-12 Yangyang Cheng , Jie Han , Bin Wang , Guanghui Wang , Donglei Yang

A classical branch of graph algorithms is graph transversals, where one seeks a minimum-weight subset of nodes in a node-weighted graph $G$ which intersects all copies of subgraphs~$F$ from a fixed family $\mathcal F$. Many such graph…

Data Structures and Algorithms · Computer Science 2021-08-03 Alexander Göke , Jochen Koenemann , Matthias Mnich , Hao Sun

The two weighted graph problems Node Multiway Cut (NMC) and Subset Feedback Vertex Set (SFVS) both ask for a vertex set of minimum total weight, that for NMC disconnects a given set of terminals, and for SFVS intersects all cycles…

Data Structures and Algorithms · Computer Science 2022-01-19 Benjamin Bergougnoux , Charis Papadopoulos , Jan Arne Telle

We give an efficient algorithm that, given a graph $G$ and a partition $V_1,\ldots,V_m$ of its vertex set, finds either an independent transversal (an independent set $\{v_1,\ldots,v_m\}$ in $G$ such that $v_i\in V_i$ for each $i$), or a…

Combinatorics · Mathematics 2020-09-16 Alessandra Graf , Penny Haxell

We consider the fundamental algorithmic problem of finding a cycle of minimum weight in a weighted graph. In particular, we show that the minimum weight cycle problem in an undirected n-node graph with edge weights in {1,...,M} or in a…

Data Structures and Algorithms · Computer Science 2011-04-15 Liam Roditty , Virginia Vassilevska Williams
‹ Prev 1 2 3 10 Next ›