中文
相关论文

相关论文: Turing Kernelization for Finding Long Paths in Gra…

200 篇论文

The maximum stable set problem is NP-hard, even when restricted to triangle-free graphs. In particular, one cannot expect a polynomial time algorithm deciding if a bull-free graph has a stable set of size $k$, when $k$ is part of the…

离散数学 · 计算机科学 2015-11-20 Stéphan Thomassé , Nicolas Trotignon , Kristina Vusković

The F-Minor-Free Deletion problem asks, for a fixed set F and an input consisting of a graph G and integer k, whether k vertices can be removed from G such that the resulting graph does not contain any member of F as a minor. This paper…

数据结构与算法 · 计算机科学 2015-02-16 Archontia C. Giannopoulou , Bart M. P. Jansen , Daniel Lokshtanov , Saket Saurabh

There are existing standard solvers for tackling discrete optimization problems. However, in practice, it is uncommon to apply them directly to the large input space typical of this class of problems. Rather, the input is preprocessed to…

分布式、并行与集群计算 · 计算机科学 2022-12-02 Bolarinwa Olayemi Saheed

Meta-theorems for polynomial (linear) kernels have been the subject of intensive research in parameterized complexity. Heretofore, meta-theorems for linear kernels exist on graphs of bounded genus, $H$-minor-free graphs, and…

The technique of kernelization consists in extracting, from an instance of a problem, an essentially equivalent instance whose size is bounded in a parameter k. Besides being the basis for efficient param-eterized algorithms, this method…

人工智能 · 计算机科学 2017-02-09 Clément Carbonnel , Emmanuel Hébrard

Kernelization investigates exact preprocessing algorithms with performance guarantees. The most prevalent type of parameters used in kernelization is the solution size for optimization problems; however, also structural parameters have been…

数据结构与算法 · 计算机科学 2015-07-21 Eduard Eiben , Robert Ganian , Stefan Szeider

In the $\mathcal{F}$-Minor-Free Deletion problem one is given an undirected graph $G$, an integer $k$, and the task is to determine whether there exists a vertex set $S$ of size at most $k$, so that $G-S$ contains no graph from the finite…

数据结构与算法 · 计算机科学 2021-10-06 Huib Donkers , Bart M. P. Jansen , Michał Włodarczyk

Until recently, techniques for obtaining lower bounds for kernelization were one of the most sought after tools in the field of parameterized complexity. Now, after a strong influx of techniques, we are in the fortunate situation of having…

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

This paper studies the kernelization complexity of graph coloring problems with respect to certain structural parameterizations of the input instances. We are interested in how well polynomial-time data reduction can provably shrink…

数据结构与算法 · 计算机科学 2015-03-19 Bart M. P. Jansen , Stefan Kratsch

We study the kernelization of exploration problems on temporal graphs. A temporal graph consists of a finite sequence of snapshot graphs $\mathcal{G}=(G_1, G_2, \dots, G_L)$ that share a common vertex set but might have different edge sets.…

计算复杂性 · 计算机科学 2023-02-21 Emmanuel Arrighi , Fedor V. Fomin , Petr Golovach , Petra Wolf

In the Topological Minor Deletion (TM-Deletion) problem input consists of an undirected graph $G$, a family of undirected graphs ${\cal F}$ and an integer $k$. The task is to determine whether $G$ contains a set of vertices $S$ of size at…

数据结构与算法 · 计算机科学 2020-01-08 Fedor V. Fomin , Daniel Lokshtanov , Fahad Panolan , Saket Saurabh , Meirav Zehavi

We introduce a new kernelization tool, called rainbow matching technique}, that is appropriate for the design of polynomial kernels for packing problems and their hitting counterparts. Our technique capitalizes on the powerful combinatorial…

数据结构与算法 · 计算机科学 2023-05-22 Stéphane Bessy , Marin Bougeret , Dimitrios M. Thilikos , Sebastian Wiederrecht

For many problems, the important instances from practice possess certain structure that one should reflect in the design of specific algorithms. As data reduction is an important and inextricable part of today's computation, we employ one…

数据结构与算法 · 计算机科学 2022-07-05 Václav Blažej , Pratibha Choudhary , Dušan Knop , Šimon Schierreich , Ondřej Suchý , Tomáš Valla

We develop two different methods to achieve subexponential time parameterized algorithms for problems on sparse directed graphs. We exemplify our approaches with two well studied problems. For the first problem, {\sc $k$-Leaf…

数据结构与算法 · 计算机科学 2010-01-07 Frederic Dorn , Fedor V. Fomin , Daniel Lokshtanov , Venkatesh Raman , Saket Saurabh

Finding a shortest path in a graph is one of the most classic problems in algorithmic and graph theory. While we dispose of quite efficient algorithms for this ordinary problem (like the Dijkstra or Bellman-Ford algorithms), some slight…

数据结构与算法 · 计算机科学 2024-08-05 Abderrahim Bendahi , Adrien Fradin

Let F be a finite family of graphs. In the F-Deletion problem, one is given a graph G and an integer k, and the goal is to find k vertices whose deletion results in a graph with no minor from the family F. This may be regarded as a…

数据结构与算法 · 计算机科学 2026-01-21 Roohani Sharma , Michał Włodarczyk

The Vertex Cover problem plays an essential role in the study of polynomial kernelization in parameterized complexity, i.e., the study of provable and efficient preprocessing for NP-hard problems. Motivated by the great variety of positive…

计算复杂性 · 计算机科学 2019-05-10 Eva-Maria C. Hols , Stefan Kratsch , Astrid Pieterse

The {\sc $k$-Leaf Out-Branching} problem is to find an out-branching (i.e. a rooted oriented spanning tree) with at least $k$ leaves in a given digraph. The problem has recently received much attention from the viewpoint of parameterized…

数据结构与算法 · 计算机科学 2008-11-06 Henning Fernau , Fedor V. Fomin , Daniel Lokshtanov , Daniel Raible , Saket Saurabh , Yngve Villanger

We consider a bi-criteria generalization of the pathwidth problem, where, for given integers $k,l$ and a graph $G$, we ask whether there exists a path decomposition $\cP$ of $G$ such that the width of $\cP$ is at most $k$ and the number of…

数据结构与算法 · 计算机科学 2021-03-05 Dariusz Dereniowski , Wieslaw Kubiak , Yori Zwols

In this paper we propose a new framework for analyzing the performance of preprocessing algorithms. Our framework builds on the notion of kernelization from parameterized complexity. However, as opposed to the original notion of…

数据结构与算法 · 计算机科学 2016-11-07 Daniel Lokshtanov , Fahad Panolan , M. S. Ramanujan , Saket Saurabh