中文
相关论文

相关论文: Feedback Vertex Sets in Tournaments

200 篇论文

We find an exact formula for the number of directed 5-cycles in a tournament in terms of its edge score sequence. We use this formula to find both upper and lower bounds on the number of 5-cycles in any $n$-tournament. In particular, we…

组合数学 · 数学 2017-01-17 Natasha Komarov , John Mackey

A tournament is a complete directed graph. A king in a tournament is a vertex v such that every other vertex is reachable from v via a path of length at most 2. It is well known that every tournament has at least one king, one of which is a…

计算复杂性 · 计算机科学 2024-02-23 Nikhil S. Mande , Manaswi Paraashar , Swagato Sanyal , Nitin Saurabh

The minimum directed feedback vertex set problem consists in finding the minimum set of vertices that should be removed in order to make a directed graph acyclic. This is a well-known NP-hard optimization problem with applications in…

数据结构与算法 · 计算机科学 2024-05-14 Hao Sun

Minimum sum vertex cover of an $n$-vertex graph $G$ is a bijection $\phi : V(G) \to [n]$ that minimizes the cost $\sum_{\{u,v\} \in E(G)} \min \{\phi(u), \phi(v) \}$. Finding a minimum sum vertex cover of a graph (the MSVC problem) is…

数据结构与算法 · 计算机科学 2024-01-11 Shubhada Aute , Fahad Panolan

In this paper, we consider the problems of enumerating minimal vertex covers and minimal dominating sets with capacity and/or connectivity constraints. We develop polynomial-delay enumeration algorithms for these problems on bounded-degree…

数据结构与算法 · 计算机科学 2024-11-15 Yasuaki Kobayashi , Kazuhiro Kurita , Kevin Mann , Yasuko Matsui , Hirotaka Ono

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

The paper presents an algorithm for minimum vertex cover problem, which is an NP-Complete problem. The algorithm computes a minimum vertex cover of each input simple graph. Tested by the attached MATLAB programs, Stage 1 of the algorithm is…

离散数学 · 计算机科学 2016-10-30 Gang Hu

For an edge-bicolored graph $G$ where each edge is colored either red or blue, a vertex set $S$ is a dual feedback vertex set if $S$ hits all blue cycles and red cycles of $G$. In this paper, we show that a dual feedback vertex set of size…

数据结构与算法 · 计算机科学 2015-10-06 Junjie Ye

We consider the feedback vertex set problem in undirected graphs (FVS). The input to FVS is an undirected graph $G=(V,E)$ with non-negative vertex costs. The goal is to find a minimum cost subset of vertices $S \subseteq V$ such that $G-S$…

数据结构与算法 · 计算机科学 2024-05-31 Karthekeyan Chandrasekaran , Chandra Chekuri , Samuel Fiorini , Shubhang Kulkarni , Stefan Weltge

Given a directed graph $D$ on $n$ vertices and a positive integer $k$, the Arc-Disjoint Cycle Packing problem is to determine whether $D$ has $k$ arc-disjoint cycles. This problem is known to be W[1]-hard in general directed graphs. In this…

数据结构与算法 · 计算机科学 2018-02-21 R. Krithika , Abhishek Sahu , Saket Saurabh , Meirav Zehavi

It is a celebrated result in early combinatorics that, in bipartite graphs, the size of maximum matching is equal to the size of a minimum vertex cover. K\H{o}nig's proof of this fact gave an algorithm for finding a minimum vertex cover…

组合数学 · 数学 2020-04-22 Jacob Turner

A celebrated unresolved conjecture of Erd\H{o}s and Hajnal states that for every undirected graph $H$ there exists $\epsilon(H)>0$ such that every undirected graph on $n$ vertices that does not contain $H$ as an induced subgraph contains a…

组合数学 · 数学 2015-08-21 Eli Berger , Krzysztof Choromanski , Maria Chudnovsky

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

An $n$-tournament $T$ with vertex set $V$ is simple if there is no subset $M$ of $V$ such that $2\leq \left \vert M\right \vert \leq n-1$ and for every $x\in V\setminus M$, either $M\rightarrow x$ or $x \rightarrow M$. The simplicity index…

组合数学 · 数学 2021-07-28 Abderrahim Boussaïri , Soufiane Lakhlifi , Imane Talbaoui

We consider the problem of finding a maximal independent set (MIS) in the shared blackboard communication model with vertex-partitioned inputs. There are $n$ players corresponding to vertices of an undirected graph, and each player sees the…

数据结构与算法 · 计算机科学 2022-09-20 Sepehr Assadi , Gillat Kol , Zhijun Zhang

In 1981, Bermond and Thomassen conjectured that for any positive integer $k$, every digraph with minimum out-degree at least $2k-1$ admits $k$ vertex-disjoint directed cycles. In this short paper, we verify the Bermond-Thomassen conjecture…

组合数学 · 数学 2023-11-23 Gregory Gutin , Wei Li , Shujing Wang , Anders Yeo , Yacong Zhou

Linial and Morgenstern conjectured that, among all $n$-vertex tournaments with $d\binom{n}{3}$ cycles of length three, the number of cycles of length four is asymptotically minimized by a random blow-up of a transitive tournament with all…

组合数学 · 数学 2019-09-16 Timothy F. N. Chan , Andrzej Grzesik , Daniel Kral , Jonathan A. Noel

The R\'{e}nyi $\alpha$-entropy $H_{\alpha}$ of complete antisymmetric directed graphs (i.e., tournaments) is explored. We optimize $H_{\alpha}$ when $\alpha = 2$ and $3$, and find that as $\alpha$ increases $H_{\alpha}$'s sensitivity to…

组合数学 · 数学 2019-01-04 David E. Brown , Eric Culver , Bryce Frederickson , Sidney Tate , Brent J. Thomas

In the distributed triangle detection problem, we have an $n$-vertex network $G=(V,E)$ with one player for each vertex of the graph who sees the edges incident on the vertex. The players communicate in synchronous rounds using the edges of…

数据结构与算法 · 计算机科学 2025-08-14 Sepehr Assadi , Janani Sundaresan

Given a graph on $n$ vertices and an integer $k$, the feedback vertex set problem asks for the deletion of at most $k$ vertices to make the graph acyclic. We show that a greedy branching algorithm, which always branches on an undecided…

数据结构与算法 · 计算机科学 2017-08-02 Yixin Cao