English
Related papers

Related papers: A simple 7/3-approximation algorithm for feedback …

200 papers

We consider the minimum-weight feedback vertex set problem in tournaments: given a tournament with non-negative vertex weights, remove a minimum-weight set of vertices that intersects all cycles. This problem is $\mathsf{NP}$-hard to solve…

Data Structures and Algorithms · Computer Science 2015-11-05 Matthias Mnich , Virginia Vassilevska Williams , László A. Végh

A feedback vertex set (FVS) in a digraph is a subset of vertices whose removal makes the digraph acyclic. In other words, it hits all cycles in the digraph. Lokshtanov et al. [TALG '21] gave a factor 2 randomized approximation algorithm for…

Data Structures and Algorithms · Computer Science 2024-02-12 Sushmita Gupta , Sounak Modak , Saket Saurabh , Sanjay Seetharaman

A {\em tournament} is a directed graph $T$ such that every pair of vertices is connected by an arc. A {\em feedback vertex set} is a set $S$ of vertices in $T$ such that $T - S$ is acyclic. We consider the {\sc Feedback Vertex Set} problem…

Data Structures and Algorithms · Computer Science 2018-09-25 Daniel Lokshtanov , Pranabendu Misra , Joydeep Mukherjee , Geevarghese Philip , Fahad Panolan , Saket Saurabh

In this paper we present the first dynamic algorithms for the problem of Feedback Arc Set in Tournaments (FAST) and the problem of Feedback Vertex Set in Tournaments (FVST). Our algorithms maintain a dynamic tournament on n vertices altered…

Data Structures and Algorithms · Computer Science 2024-04-22 Anna Zych-Pawlewicz , Marek Żochowski

In the Feedback Arc Set in Tournaments (Subset-FAST) problem, we are given a tournament $D$ and a positive integer $k$, and the objective is to determine whether there exists an arc set $S \subseteq A(D)$ of size at most $k$ whose removal…

Data Structures and Algorithms · Computer Science 2025-03-14 Tian Bai

We study combinatorial and algorithmic questions around minimal feedback vertex sets in tournament graphs. On the combinatorial side, we derive strong upper and lower bounds on the maximum number of minimal feedback vertex sets in an…

Discrete Mathematics · Computer Science 2011-10-20 Serge Gaspers , Matthias Mnich

A tournament is a directed graph T such that every pair of vertices are connected by an arc. A feedback vertex set is a set S of vertices in T such that T - S is acyclic. In this article we consider the Feedback Vertex Set problem in…

Data Structures and Algorithms · Computer Science 2015-10-28 Mithilesh Kumar , Daniel Lokshtanov

A {\em bipartite tournament} is a directed graph $T:=(A \cup B, E)$ such that every pair of vertices $(a,b), a\in A,b\in B$ are connected by an arc, and no arc connects two vertices of $A$ or two vertices of $B$. A {\em feedback vertex set}…

Data Structures and Algorithms · Computer Science 2024-11-06 Mithilesh Kumar , Daniel Lokshtanov

We present the first semi-streaming PTAS for the minimum feedback arc set problem on directed tournaments in a small number of passes. Namely, we obtain a $(1 + \varepsilon)$-approximation in polynomial time $O \left( \text{poly}(n)…

Data Structures and Algorithms · Computer Science 2021-09-15 Anubhav Baweja , Justin Jia , David P. Woodruff

We present an algorithm that finds a feedback arc set of size $k$ in a tournament in time $n^{O(1)}2^{O(\sqrt{k})}$. This is asymptotically faster than the running time of previously known algorithms for this problem.

Data Structures and Algorithms · Computer Science 2009-11-30 Uriel Feige

FAST problem is finding minimum feedback arc set problem in tournaments. In this paper we present some algorithms that are similar to sorting algorithms for FAST problem and we analyze them. We present Pseudo_InsertionSort algorithm for…

Data Structures and Algorithms · Computer Science 2019-10-16 Sadra Mohammadshirazi , Alireza Bagheri

A central problem in scheduling is to schedule $n$ unit size jobs with precedence constraints on $m$ identical machines so as to minimize the makespan. For $m=3$, it is not even known if the problem is NP-hard and this is one of the last…

Data Structures and Algorithms · Computer Science 2017-08-16 Shashwat Garg

In the Subset Feedback Arc Set in Tournaments, Subset-FAST problem we are given as input a tournament $T$ with a vertex set $V(T)$ and an arc set $A(T)$, along with a terminal set $S \subseteq V(T)$, and an integer $ k$. The objective is to…

Discrete Mathematics · Computer Science 2025-03-11 Satyabrata Jana , Lawqueen Kanesh , Madhumita Kundu , Daniel Lokshtanov , Saket Saurabh

Given a complete graph $G = (V, E)$ where each edge is labeled $+$ or $-$, the Correlation Clustering problem asks to partition $V$ into clusters to minimize the number of $+$edges between different clusters plus the number of $-$edges…

Data Structures and Algorithms · Computer Science 2023-05-04 Vincent Cohen-Addad , Euiwoong Lee , Alantha Newman

We present two new deterministic algorithms for the Feedback Vertex Set problem parameterized by the solution size. We begin with a simple algorithm, which runs in O*((2 + \phi)^k) time, where \phi < 1.619 is the golden ratio. It already…

Data Structures and Algorithms · Computer Science 2013-06-18 Tomasz Kociumaka , Marcin Pilipczuk

For a digraph $G$, a set $F\subseteq V(G)$ is said to be a feedback vertex set (FVS) if $G-F$ is acyclic. The problem of finding a smallest FVS is NP-hard. We present a matrix scaling technique for finding feedback vertex sets in…

Data Structures and Algorithms · Computer Science 2025-03-17 James M. Shook , Isabel Beichl

We study the Independent Feedback Vertex Set problem - a variant of the classic Feedback Vertex Set problem where, given a graph $G$ and an integer $k$, the problem is to decide whether there exists a vertex set $S\subseteq V(G)$ such that…

Data Structures and Algorithms · Computer Science 2020-02-03 Shaohua Li , Marcin Pilipczuk

In the Feedback Vertex Set problem, one is given an undirected graph $G$ and an integer $k$, and one needs to determine whether there exists a set of $k$ vertices that intersects all cycles of $G$ (a so-called feedback vertex set). Feedback…

Data Structures and Algorithms · Computer Science 2019-11-04 Jason Li , Jesper Nederlof

We study the approximability of the NP-complete \textsc{Maximum Minimal Feedback Vertex Set} problem. Informally, this natural problem seems to lie in an intermediate space between two more well-studied problems of this type:…

Computational Complexity · Computer Science 2021-02-12 Louis Dublois , Tesshu Hanaka , Mehdi Khosravian Ghadikolaei , Michael Lampis , Nikolaos Melissinos

In a classical problem in scheduling, one has $n$ unit size jobs with a precedence order and the goal is to find a schedule of those jobs on $m$ identical machines as to minimize the makespan. It is one of the remaining four open problems…

Data Structures and Algorithms · Computer Science 2018-02-19 Elaine Levey , Thomas Rothvoss
‹ Prev 1 2 3 10 Next ›