中文
相关论文

相关论文: A 2-Approximation Algorithm for Feedback Vertex Se…

200 篇论文

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}…

数据结构与算法 · 计算机科学 2024-11-06 Mithilesh Kumar , Daniel Lokshtanov

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…

数据结构与算法 · 计算机科学 2015-11-05 Matthias Mnich , Virginia Vassilevska Williams , László A. Végh

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…

数据结构与算法 · 计算机科学 2015-10-28 Mithilesh Kumar , Daniel Lokshtanov

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…

数据结构与算法 · 计算机科学 2024-02-12 Sushmita Gupta , Sounak Modak , Saket Saurabh , Sanjay Seetharaman

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…

离散数学 · 计算机科学 2011-10-20 Serge Gaspers , Matthias Mnich

A tournament T=(V,A) is a directed graph in which there is exactly one arc between every pair of distinct vertices. Given a digraph on n vertices and an integer parameter k, the Feedback Arc Set problem asks whether the given digraph has a…

数据结构与算法 · 计算机科学 2009-10-29 Stéphane Bessy , Fedor V. Fomin , Serge Gaspers , Christophe Paul , Anthony Perez , Saket Saurabh , Stéphan Thomassé

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…

数据结构与算法 · 计算机科学 2025-03-14 Tian Bai

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…

离散数学 · 计算机科学 2025-03-11 Satyabrata Jana , Lawqueen Kanesh , Madhumita Kundu , Daniel Lokshtanov , Saket Saurabh

We show that performing just one round of the Sherali-Adams hierarchy gives an easy 7/3-approximation algorithm for the Feedback Vertex Set (FVST) problem in tournaments. This matches the best deterministic approximation algorithm for FVST…

组合数学 · 数学 2020-08-21 Manuel Aprile , Matthew Drescher , Samuel Fiorini , Tony Huynh

A directed graph where there is exactly one edge between every pair of vertices is called a {\em tournament}. Finding the "best" set of vertices of a tournament is a well studied problem in social choice theory. A {\em tournament solution}…

数据结构与算法 · 计算机科学 2024-01-30 Arnab Maiti , Palash Dey

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…

数据结构与算法 · 计算机科学 2017-02-02 Charis Papadopoulos , Spyridon Tzimas

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…

数据结构与算法 · 计算机科学 2022-07-19 Giacomo Paesani , Daniël Paulusma , Paweł Rzążewski

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)…

数据结构与算法 · 计算机科学 2021-09-15 Anubhav Baweja , Justin Jia , David P. Woodruff

Let G=(A,B,E) be a bipartite graph with color classes A and B. The graph G is chordal bipartite if G has no induced cycle of length more than four. Let G=(V,E) be a graph. A feedback vertex set F is a set of vertices F subset V such that…

组合数学 · 数学 2012-10-16 Ton Kloks , Ching-Hao Liu , Sheung-Hung Poon

Given a tournament T and a positive integer k, the C_3-Pakcing-T problem asks if there exists a least k (vertex-)disjoint directed 3-cycles in T. This is the dual problem in tournaments of the classical minimal feedback vertex set problem.…

数据结构与算法 · 计算机科学 2017-07-14 Stéphane Bessy , Marin Bougeret , Jocelyn Thiebaut

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…

数据结构与算法 · 计算机科学 2024-04-22 Anna Zych-Pawlewicz , Marek Żochowski

A 2.75-approximation algorithm is proposed for the unconstrained traveling tournament problem, which is a variant of the traveling tournament problem. For the unconstrained traveling tournament problem, this is the first proposal of an…

数据结构与算法 · 计算机科学 2016-01-15 Shinji Imahori , Tomomi Matsui , Ryuhei Miyashiro

A Ranking r-Constraint Satisfaction Problem (ranking r-CSP) consists of a ground set of vertices V, an arity r >= 2, a parameter k and a constraint system c, where c is a function which maps rankings of r-sized subsets of V to {0,1}. The…

离散数学 · 计算机科学 2012-10-26 Anthony Perez

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.

数据结构与算法 · 计算机科学 2009-11-30 Uriel Feige

We give a first polynomial-time algorithm for (Weighted) Feedback Vertex Set on graphs of bounded maximum induced matching width (mim-width). Explicitly, given a branch decomposition of mim-width $w$, we give an $n^{\mathcal{O}(w)}$-time…

数据结构与算法 · 计算机科学 2018-01-12 Lars Jaffke , O-joung Kwon , Jan Arne Telle
‹ 上一页 1 2 3 10 下一页 ›