中文
相关论文

相关论文: Faster FAST(Feedback Arc Set in Tournaments)

200 篇论文

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

We study fixed parameter algorithms for three problems: Kemeny rank aggregation, feedback arc set tournament, and betweenness tournament. For Kemeny rank aggregation we give an algorithm with runtime O*(2^O(sqrt{OPT})), where n is the…

数据结构与算法 · 计算机科学 2010-06-24 Marek Karpinski , Warren Schudy

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

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

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

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…

数据结构与算法 · 计算机科学 2013-06-18 Tomasz Kociumaka , Marcin Pilipczuk

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…

数据结构与算法 · 计算机科学 2019-10-16 Sadra Mohammadshirazi , Alireza Bagheri

In this paper, we present an algorithm for computing a feedback vertex set of a unit disk graph of size $k$, if it exists, which runs in time $2^{O(\sqrt{k})}(n+m)$, where $n$ and $m$ denote the numbers of vertices and edges, respectively.…

计算几何 · 计算机科学 2021-07-09 Shinwoo An , Eunjin Oh

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

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…

数据结构与算法 · 计算机科学 2019-11-04 Jason Li , Jesper Nederlof

Cutwidth of a digraph is a width measure introduced by Chudnovsky, Fradkin, and Seymour [4] in connection with development of a structural theory for tournaments, or more generally, for semi-complete digraphs. In this paper we provide an…

数据结构与算法 · 计算机科学 2013-01-31 Fedor V. Fomin , Michał Pilipczuk

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

We give an O(sqrt n log n)-query quantum algorithm for evaluating size-n AND-OR formulas. Its running time is poly-logarithmically greater after efficient preprocessing. Unlike previous approaches, the algorithm is based on a quantum walk…

量子物理 · 物理学 2011-10-11 Ben W. Reichardt

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…

数据结构与算法 · 计算机科学 2018-09-25 Daniel Lokshtanov , Pranabendu Misra , Joydeep Mukherjee , Geevarghese Philip , Fahad Panolan , Saket Saurabh

We show that for each non-negative integer k, every bipartite tournament either contains k arc-disjoint cycles or has a feedback arc set of size at most 7(k - 1).

数据结构与算法 · 计算机科学 2020-02-18 Jasine Babu , Ajay Saju Jacob , R. Krithika , Deepak Rajendraprasad

Given a set $V$ of $n$ objects, an online ranking system outputs at each time step a full ranking of the set, observes a feedback of some form and suffers a loss. We study the setting in which the (adversarial) feedback is an element in…

机器学习 · 计算机科学 2013-10-15 Nir Ailon

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…

数据结构与算法 · 计算机科学 2020-02-03 Shaohua Li , Marcin Pilipczuk

Recent empirical evaluations of exact algorithms for Feedback Vertex Set have demonstrated the efficiency of a highest-degree branching algorithm with a degree-based pruning heuristic. In this paper, we prove that this empirically fast…

数据结构与算法 · 计算机科学 2019-05-30 Yoichi Iwata , Yusuke Kobayashi
‹ 上一页 1 2 3 10 下一页 ›