中文
相关论文

相关论文: Bridge-Depth Characterizes which Structural Parame…

200 篇论文

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

We study the existence of polynomial kernels, for parameterized problems without a polynomial kernel on general graphs, when restricted to graphs of bounded twin-width. Our main result is that a polynomial kernel for $k$-Dominating Set on…

数据结构与算法 · 计算机科学 2021-09-15 Édouard Bonnet , Eun Jung Kim , Amadeus Reinald , Stéphan Thomassé , Rémi Watrigant

In the F-minor-free deletion problem we want to find a minimum vertex set in a given graph that intersects all minor models of graphs from the family F. The Vertex planarization problem is a special case of F-minor-free deletion for the…

数据结构与算法 · 计算机科学 2022-02-07 Bart M. P. Jansen , Michał Włodarczyk

We revisit the topic of polynomial kernels for Vertex Cover relative to structural parameters. Our starting point is a recent paper due to Fomin and Str{\o}mme [WG 2016] who gave a kernel with $\mathcal{O}(|X|^{12})$ vertices when $X$ is a…

数据结构与算法 · 计算机科学 2017-11-15 Eva-Maria C. Hols , Stefan Kratsch

Kernelization is an important tool in parameterized algorithmics. Given an input instance accompanied by a parameter, the goal is to compute in polynomial time an equivalent instance of the same problem such that the size of the reduced…

计算复杂性 · 计算机科学 2018-10-23 Till Fluschnik , George B. Mertzios , André Nichterlein

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

A kernelization for a parameterized decision problem $\mathcal{Q}$ is a polynomial-time preprocessing algorithm that reduces any parameterized instance $(x,k)$ into an instance $(x',k')$ whose size is bounded by a function of $k$ alone and…

数据结构与算法 · 计算机科学 2023-10-09 Bart M. P. Jansen , Bart van der Steenhoven

We study a general class of problems called F-deletion problems. In an F-deletion problem, we are asked whether a subset of at most $k$ vertices can be deleted from a graph $G$ such that the resulting graph does not contain as a minor any…

数据结构与算法 · 计算机科学 2010-10-08 Fedor V. Fomin , Daniel Lokshtanov , Neeldhara Misra , Geevarghese Philip , Saket Saurabh

We investigate preprocessing for vertex-subset problems on graphs. While the notion of kernelization, originating in parameterized complexity theory, is a formalization of provably effective preprocessing aimed at reducing the total…

数据结构与算法 · 计算机科学 2022-07-04 Benjamin Merlin Bumpus , Bart M. P. Jansen , Jari J. H. de Kroon

Enumerative kernelization is a recent promising at the intersection of parameterized complexity and enumeration algorithms, with two proposed models. The first, known as enum-kernels and due to Creignou et al., was too permissive, leading…

数据结构与算法 · 计算机科学 2026-04-28 Marin Bougeret , Guilherme C. M. Gomes , Ignasi Sau

Given an ordering of the vertices of a graph, the cost of covering an edge is the smaller number of its two ends. The minimum sum vertex cover problem asks for an ordering that minimizes the total cost of covering all edges. We consider…

数据结构与算法 · 计算机科学 2024-04-16 Yixin Cao , Ling Gai , Jingyi Liu , Jianxin Wang

A blocking set in a graph $G$ is a subset of vertices that intersects every maximum independent set of $G$. Let ${\sf mmbs}(G)$ be the size of a maximum (inclusion-wise) minimal blocking set of $G$. This parameter has recently played an…

数据结构与算法 · 计算机科学 2021-02-09 Júlio Araújo , Marin Bougeret , Victor A. Campos , Ignasi Sau

We extend the notion of lossy kernelization, introduced by Lokshtanov et al. [STOC 2017], to approximate Turing kernelization. An $\alpha$-approximate Turing kernel for a parameterized optimization problem is a polynomial-time algorithm…

数据结构与算法 · 计算机科学 2020-04-28 Eva-Maria C. Hols , Stefan Kratsch , Astrid Pieterse

We are pleased to dedicate this survey on kernelization of the Vertex Cover problem, to Professor Juraj Hromkovi\v{c} on the occasion of his 60th birthday. The Vertex Cover problem is often referred to as the Drosophila of parameterized…

数据结构与算法 · 计算机科学 2019-05-15 Michael R. Fellows , Lars Jaffke , Aliz Izabella Király , Frances A. Rosamond , Mathias Weller

A 3-path vertex cover in a graph is a vertex subset $C$ such that every path of three vertices contains at least one vertex from $C$. The parameterized 3-path vertex cover problem asks whether a graph has a 3-path vertex cover of size at…

数据结构与算法 · 计算机科学 2017-08-08 Mingyu Xiao , Shaowei Kou

Parameterized complexity allows us to analyze the time complexity of problems with respect to a natural parameter depending on the problem. Reoptimization looks for solutions or approximations for problem instances when given solutions to…

计算复杂性 · 计算机科学 2019-07-31 Hans-Joachim Böckenhauer , Elisabet Burjons , Martin Raszyk , Peter Rossmanith

Connectivity problems like k-Path and k-Disjoint Paths relate to many important milestones in parameterized complexity, namely the Graph Minors Project, color coding, and the recent development of techniques for obtaining kernelization…

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

The three-in-a-tree problem asks for an induced tree of the input graph containing three mandatory vertices. In 2006, Chudnovsky and Seymour [Combinatorica, 2010] presented the first polynomial time algorithm for this problem, which has…

数据结构与算法 · 计算机科学 2020-07-10 Guilherme C. M. Gomes , Vinicius F. dos Santos , Murilo V. G. da Silva , Jayme L. Szwarcfiter

Kernelization---a mathematical key concept for provably effective polynomial-time preprocessing of NP-hard problems---plays a central role in parameterized complexity and has triggered an extensive line of research. This is in part due to a…

计算复杂性 · 计算机科学 2017-08-28 Henning Fernau , Till Fluschnik , Danny Hermelin , Andreas Krebs , Hendrik Molter , Rolf Niedermeier

We study the parameterized and kernelization complexity of the s-Club Cluster Edge Deletion problem, a distance-bounded generalization of Cluster Edge Deletion. Given a graph G = (V, E) and integers k and s, the goal is to delete at most k…

离散数学 · 计算机科学 2025-11-04 Ajinkya Gaikwad