中文
相关论文

相关论文: Directed Feedback Vertex Set is Fixed-Parameter Tr…

200 篇论文

Given a directed graph $G$, a set of $k$ terminals and an integer $p$, the \textsc{Directed Vertex Multiway Cut} problem asks if there is a set $S$ of at most $p$ (nonterminal) vertices whose removal disconnects each terminal from all other…

数据结构与算法 · 计算机科学 2015-03-19 Rajesh Chitnis , MohammadTaghi Hajiaghayi , Dániel Marx

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

The paper deals with the Feedback Vertex Set problem parameterized by the solution size. Given a graph $G$ and a parameter $k$, one has to decide if there is a set $S$ of at most $k$ vertices such that $G-S$ is acyclic. Assuming the…

数据结构与算法 · 计算机科学 2026-01-16 Gaétan Berthe , Marin Bougeret , Daniel Gonçalves , Jean-Florent Raymond

In this paper we study a maximization version of the classical Feedback Vertex Set (FVS) problem, namely, the Max Min FVS problem, in the realm of parameterized complexity. In this problem, given an undirected graph $G$, a positive integer…

数据结构与算法 · 计算机科学 2022-08-04 Ajinkya Gaikwad , Hitendra Kumar , Soumen Maity , Saket Saurabh , Shuvam Kant Tripathi

In this short note, we show that cutting cycles of rods is fixed-parameter tractable by reducing the problem to computing a feedback vertex set in a mixed graph.

计算几何 · 计算机科学 2020-04-13 Mitchell Jones

We present a simple proof that finding a rank-$R$ canonical polyadic decomposition of a 3-dimensional tensor over a finite field $\mathbb{F}$ is fixed-parameter tractable with respect to $R$ and $\mathbb{F}$. We also show a nontrivial upper…

计算复杂性 · 计算机科学 2024-06-18 Jason Yang

The knapsack problem (KP) is a very famous NP-hard problem in combinatorial optimization. Also its generalization to multiple dimensions named d-dimensional knapsack problem (d-KP) and to multiple knapsacks named multiple knapsack problem…

计算复杂性 · 计算机科学 2016-11-24 Carolin Albrecht , Frank Gurski , Jochen Rethmann , Eda Yilmaz

Deciding feasibility of large systems of linear equations and inequalities is one of the most fundamental algorithmic tasks. However, due to data inaccuracies or modeling errors, in practical applications one often faces linear systems that…

数据结构与算法 · 计算机科学 2022-09-07 Kristóf Bérczi , Alexander Göke , Lydia Mirabel Mendoza-Cadena , Matthias Mnich

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

The MULTICUT problem, given a graph G, a set of terminal pairs T={(s_i,t_i) | 1 <= i <= r} and an integer p, asks whether one can find a cutset consisting of at most p non-terminal vertices that separates all the terminal pairs, i.e., after…

数据结构与算法 · 计算机科学 2012-02-28 Stefan Kratsch , Marcin Pilipczuk , Michał Pilipczuk , Magnus Wahlström

We study the parameterized complexity of the classical Edge Hamiltonian Path problem and give several fixed-parameter tractability results. First, we settle an open question of Demaine et al. by showing that Edge Hamiltonian Path is FPT…

数据结构与算法 · 计算机科学 2014-03-11 Michael Lampis , Kazuhisa Makino , Valia Mitsou , Yushi Uno

We combine ideas from distance sensitivity oracles (DSOs) and fixed-parameter tractability (FPT) to design sensitivity oracles for FPT graph problems. An oracle with sensitivity $f$ for an FPT problem $\Pi$ on a graph $G$ with parameter $k$…

We study the recently introduced Connected Feedback Vertex Set (CFVS) problem from the view-point of parameterized algorithms. CFVS is the connected variant of the classical Feedback Vertex Set problem and is defined as follows: given a…

数据结构与算法 · 计算机科学 2009-09-18 Neeldhara Misra , Geevarghese Philip , Venkatesh Raman , Saket Saurabh , Somnath Sikdar

In the Disjoint Shortest Paths problem one is given a graph $G$ and a set $\mathcal{T}=\{(s_1,t_1),\dots,(s_k,t_k)\}$ of $k$ vertex pairs. The question is whether there exist vertex-disjoint paths $P_1,\dots,P_k$ in $G$ so that each $P_i$…

数据结构与算法 · 计算机科学 2025-05-07 Michał Pilipczuk , Giannos Stamoulis , Michał Włodarczyk

We consider the following problem called the $k$-Chinese Postman Problem ($k$-CPP): given a connected edge-weighted graph $G$ and integers $p$ and $k$, decide whether there are at least $k$ closed walks such that every edge of $G$ is…

数据结构与算法 · 计算机科学 2013-11-25 Gregory Gutin , Gabriele Muciaccia , Anders Yeo

In the Connected Vertex Cover problem we are given an undirected graph G together with an integer k and we are to find a subset of vertices X of size at most k, such that X contains at least one end-point of each edge and moreover X induces…

数据结构与算法 · 计算机科学 2012-03-01 Marek Cygan

The Minimum Vertex Cover problem, a classical NP-complete problem, presents significant challenges for exact solution on large graphs. Fixed-Parameter Tractability (FPT) offers a powerful paradigm to address such problems by exploiting a…

数据结构与算法 · 计算机科学 2025-07-15 Mumuksh Tayal

A classic result of Lenstra [Math.~Oper.~Res.~1983] says that an integer linear program can be solved in fixed-parameter tractable (FPT) time for the parameter being the number of variables. We extend this result by incorporating…

数据结构与算法 · 计算机科学 2017-11-22 Robert Bredereck , Piotr Faliszewski , Rolf Niedermeier , Piotr Skowron , Nimrod Talmon

Asking which sets are fixed-parameter tractable for a given parameterization constitutes much of the current research in parameterized complexity theory. This approach faces some of the core difficulties in complexity theory. By focussing…

计算机科学中的逻辑 · 计算机科学 2018-01-17 Jouke Witteveen , Leen Torenvliet

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