中文
相关论文

相关论文: Kernel Bounds for Structural Parameterizations of …

200 篇论文

In a parameterized problem, every instance I comes with a positive integer k. The problem is said to admit a polynomial kernel if, in polynomial time, one can reduce the size of the instance I to a polynomial in k, while preserving the…

A graph is distance-hereditary if for any pair of vertices, their distance in every connected induced subgraph containing both vertices is the same as their distance in the original graph. The Distance-Hereditary Vertex Deletion problem…

数据结构与算法 · 计算机科学 2017-02-22 Eun Jung Kim , O-joung Kwon

We study the NP-complete Minimum Shared Edges (MSE) problem. Given an undirected graph, a source and a sink vertex, and two integers p and k, the question is whether there are p paths in the graph connecting the source with the sink and…

计算复杂性 · 计算机科学 2016-02-05 Till Fluschnik , Stefan Kratsch , Rolf Niedermeier , Manuel Sorge

A resolving set $S$ of a graph $G$ is a subset of its vertices such that no two vertices of $G$ have the same distance vector to $S$. The Metric Dimension problem asks for a resolving set of minimum size, and in its decision form, a…

计算复杂性 · 计算机科学 2019-07-19 Édouard Bonnet , Nidhi Purohit

We introduce a new technique for proving kernelization lower bounds, called cross-composition. A classical problem L cross-composes into a parameterized problem Q if an instance of Q with polynomially bounded parameter value can express the…

计算复杂性 · 计算机科学 2015-03-17 Hans L. Bodlaender , Bart M. P. Jansen , Stefan Kratsch

The framework of Bodlaender et al. (ICALP 2008) and Fortnow and Santhanam (STOC 2008) allows us to exclude the existence of polynomial kernels for a range of problems under reasonable complexity-theoretical assumptions. However, there are…

计算复杂性 · 计算机科学 2015-03-19 Danny Hermelin , Stefan Kratsch , Karolina Sołtys , Magnus Wahlström , Xi Wu

A \emph{$t$-treewidth-modulator} of a graph $G$ is a set $X \subseteq V(G)$ such that the treewidth of $G-X$ is at most some constant $t-1$. In this paper, we present a novel algorithm to compute a decomposition scheme for graphs $G$ that…

数据结构与算法 · 计算机科学 2012-08-02 Eun Jung Kim , Alexander Langer , Christophe Paul , Felix Reidl , Peter Rossmanith , Ignasi Sau , Somnath Sikdar

Nowhere dense classes of graphs are very general classes of uniformly sparse graphs with several seemingly unrelated characterisations. From an algorithmic perspective, a characterisation of these classes in terms of uniform quasi-wideness,…

离散数学 · 计算机科学 2018-09-06 Stephan Kreutzer , Roman Rabinovich , Sebastian Siebertz

Vertex deletion and edge deletion problems play a central role in Parameterized Complexity. Examples include classical problems like Feedback Vertex Set, Odd Cycle Transversal, and Chordal Deletion. Interestingly, the study of edge…

数据结构与算法 · 计算机科学 2011-04-20 Pinar Heggernes , Pim van 't Hof , Benjamin Lévêque , Daniel Lokshtanov , Christophe Paul

We show that problems which have finite integer index and satisfy a requirement we call treewidth-bounding admit linear kernels on the class of $H$-topological-minor free graphs, for an arbitrary fixed graph $H$. This builds on earlier…

数据结构与算法 · 计算机科学 2012-07-16 Alexander Langer , Felix Reidl , Peter Rossmanith , Somnath Sikdar

Let $H$ be a fixed graph. Given a graph $G$ and an integer $k$, the $H$-free edge modification problem asks whether it is possible to modify at most $k$ edges in $G$ to make it $H$-free. Sandeep and Sivadasan (IPEC 2015) asks whether the…

数据结构与算法 · 计算机科学 2020-03-26 Yixin Cao , Yuping Ke , Hanchun Yuan

A locating-dominating set $D$ of a graph $G$ is a dominating set of $G$ where each vertex not in $D$ has a unique neighborhood in $D$, and the Locating-Dominating Set problem asks if $G$ contains such a dominating set of bounded size. This…

数据结构与算法 · 计算机科学 2023-10-10 Márcia R. Cappelle , Guilherme C. M. Gomes , Vinicius F. dos Santos

We investigate two types of graph layouts, track layouts and layered path decompositions, and the relations between their associated parameters track-number and layered pathwidth. We use these two types of layouts to characterize leveled…

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 Selective Coloring problem, we are given an integer $k$, a graph $G$, and a partition of $V(G)$ into $p$ parts, and the goal is to decide whether or not we can pick exactly one vertex of each part and obtain a $k$-colorable induced…

数据结构与算法 · 计算机科学 2020-12-01 Guilherme C. M. Gomes , Vinicius F. dos Santos

Meta-kernelization theorems are general results that provide polynomial kernels for large classes of parameterized problems. The known meta-kernelization theorems, in particular the results of Bodlaender et al. (FOCS'09) and of Fomin et al.…

数据结构与算法 · 计算机科学 2013-04-22 Robert Ganian , Friedrich Slivovsky , Stefan Szeider

Structural graph parameters play an important role in parameterized complexity, including in kernelization. Notably, vertex cover, neighborhood diversity, twin-cover, and modular-width have been studied extensively in the last few years.…

计算复杂性 · 计算机科学 2023-06-23 Manuel Lafond , Weidong Luo

A knot in a directed graph $G$ is a strongly connected subgraph $Q$ of $G$ with at least two vertices, such that no vertex in $V(Q)$ is an in-neighbor of a vertex in $V(G)\setminus V(Q)$. Knots are important graph structures, because they…

数据结构与算法 · 计算机科学 2019-10-07 Stéphane Bessy , Marin Bougeret , Alan D. A. Carneiro , Fábio Protti , Uéverton S. Souza

A kernelization is an efficient algorithm that given an instance of a parameterized problem returns an equivalent instance of size bounded by some function of the input parameter value. It is quite well understood which problems do or…

数据结构与算法 · 计算机科学 2025-10-02 Leonid Antipov , Stefan Kratsch

We show that Odd Cycle Transversal and Vertex Multiway Cut admit deterministic polynomial kernels when restricted to planar graphs and parameterized by the solution size. This answers a question of Saurabh. On the way to these results, we…

数据结构与算法 · 计算机科学 2018-12-13 Bart M. P. Jansen , Marcin Pilipczuk , Erik Jan van Leeuwen