中文
相关论文

相关论文: Feedback Vertex Sets in Tournaments

200 篇论文

A tournament is a complete directed graph. It is well known that every tournament contains at least one vertex v such that every other vertex is reachable from v by a path of length at most 2. All such vertices v are called *kings* of the…

计算复杂性 · 计算机科学 2023-08-07 Nikhil S. Mande , Manaswi Paraashar , Nitin Saurabh

We consider the (precedence constrained) Minimum Feedback Arc Set problem with triangle inequalities on the weights, which finds important applications in problems of ranking with inconsistent information. We present a surprising structural…

数据结构与算法 · 计算机科学 2015-03-19 Monaldo Mastrolilli

A feedback vertex set (FVS) of an undirected graph is a set of vertices that contains at least one vertex of each cycle of the graph. The feedback vertex set problem consists of constructing a FVS of size less than a certain given value.…

计算复杂性 · 计算机科学 2014-04-22 Hai-Jun Zhou

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

计算复杂性 · 计算机科学 2021-02-12 Louis Dublois , Tesshu Hanaka , Mehdi Khosravian Ghadikolaei , Michael Lampis , Nikolaos Melissinos

We describe computer searches that prove the graph reconstruction conjecture for graphs with up to 13 vertices and some limited classes on larger sizes. We also investigate the reconstructibility of tournaments up to 13 vertices, digraphs…

组合数学 · 数学 2022-01-04 Brendan D. McKay

An {\it inversion} of a tournament $T$ is obtained by reversing the direction of all edges with both endpoints in some set of vertices. Let ${\rm inv}_k(T)$ be the minimum length of a sequence of inversions using sets of size at most $k$…

组合数学 · 数学 2023-12-05 Raphael Yuster

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

We study the computational complexity of Feedback Vertex Set on subclasses of Hamiltonian graphs. In particular, we consider Hamiltonian graphs that are regular or are planar and regular. Moreover, we study the less known class of…

计算复杂性 · 计算机科学 2021-04-13 Dario Cavallaro , Till Fluschnik

We show a kernel of at most $13k$ vertices for the Planar Feedback Vertex Set problem restricted to planar graphs, i.e., a polynomial-time algorithm that transforms an input instance $(G,k)$ to an equivalent instance with at most $13k$…

数据结构与算法 · 计算机科学 2014-10-31 Marthe Bonamy , Lukasz Kowalik

We study efficient preprocessing for the undirected Feedback Vertex Set problem, a fundamental problem in graph theory which asks for a minimum-sized vertex set whose removal yields an acyclic graph. More precisely, we aim to determine for…

数据结构与算法 · 计算机科学 2022-06-10 David Dekker , Bart M. P. Jansen

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

Quint and Shubik (1997) conjectured that a non-degenerate n-by-n game has at most 2^n-1 Nash equilibria in mixed strategies. The conjecture is true for n at most 4 but false for n=6 or larger. We answer it positively for the remaining case…

计算机科学与博弈论 · 计算机科学 2025-11-25 Constantin Ickstadt , Thorsten Theobald , Bernhard von Stengel

We study the parameterized complexity of a robust generalization of the classical Feedback Vertex Set problem, namely the Group Feedback Vertex Set problem; we are given a graph G with edges labeled with group elements, and the goal is to…

数据结构与算法 · 计算机科学 2011-12-30 Marek Cygan , Marcin Pilipczuk , Michał Pilipczuk

Given a graph $G$ and an integer $k$, Max Min FVS asks whether there exists a minimal set of vertices of size at least $k$ whose deletion destroys all cycles. We present several results that improve upon the state of the art of the…

数据结构与算法 · 计算机科学 2025-03-24 Michael Lampis , Nikolaos Melissinos , Manolis Vasilakis

Bermond and Thomassen conjectured in 1981 that every digraph with minimum outdegree at least $2k-1$ contains $k$ vertex-disjoint cycles,here $k$ is a positive integer. Lichiardopol conjectured in 2014 that for every positive integer $k$…

组合数学 · 数学 2024-03-07 Yandong Bai , Wenpei Jia

For a tournament $H$ with $h$ vertices, its typical density is $h!2^{-\binom{h}{2}}/aut(H)$, i.e. this is the expected density of $H$ in a random tournament. A family ${\mathcal F}$ of $h$-vertex tournaments is {\em dominant} if for all…

组合数学 · 数学 2020-06-22 Raphael Yuster

We study variants of Sidorenko's conjecture in tournaments, where new phenomena arise that do not have clear analogues in the setting of undirected graphs. We first consider oriented graphs that are systematically under-represented in…

组合数学 · 数学 2024-02-14 Jacob Fox , Zoe Himwich , Nitya Mani , Yunkun Zhou

We design the first polynomial time approximation schemes (PTASs) for the Minimum Betweenness problem in tournaments and some related higher arity ranking problems. This settles the approximation status of the Betweenness problem in…

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

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 the solution discovery problem for a search problem on graphs, we are given an initial placement of $k$ tokens on the vertices of a graph and asked whether this placement can be transformed into a feasible solution by applying a small…

数据结构与算法 · 计算机科学 2025-12-01 Rin Saito , Anouk Sommer , Tatsuhiro Suga , Takahiro Suzuki , Yuma Tamura