中文
相关论文

相关论文: Linear Kernels for $l$-Exact Component Order Conne…

200 篇论文

In the $\ell$-Component Order Connectivity problem ($\ell \in \mathbb{N}$), we are given a graph $G$ on $n$ vertices, $m$ edges and a non-negative integer $k$ and asks whether there exists a set of vertices $S\subseteq V(G)$ such that…

数据结构与算法 · 计算机科学 2025-02-24 Mithilesh Kumar , Daniel Lokshtanov

Graph separation and partitioning are fundamental problems that have been extensively studied both in theory and practice. The \textsc{$p$-Size Separator} problem, closely related to the \textsc{Balanced Separator} problem, is to check…

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

We study the parameterized complexity of the connected version of the vertex cover problem, where the solution set has to induce a connected subgraph. Although this problem does not admit a polynomial kernel for general graphs (unless NP is…

数据结构与算法 · 计算机科学 2011-10-11 Lukasz Kowalik , Marcin Pilipczuk , Karol Suchan

In an edge modification problem, we are asked to modify at most $k$ edges to a given graph to make the graph satisfy a certain property. Depending on the operations allowed, we have the completion problems and the edge deletion problems. A…

数据结构与算法 · 计算机科学 2021-04-30 Yixin Cao , Yuping Ke

We consider the parameterized version of the maximum internal spanning tree problem, which, given an $n$-vertex graph and a parameter $k$, asks for a spanning tree with at least $k$ internal vertices. Fomin et al. [J. Comput. System Sci.,…

数据结构与算法 · 计算机科学 2014-12-30 Wenjun Li , Jianxin Wang , Jianer Chen , Yixin Cao

Tracking of moving objects is crucial to security systems and networks. Given a graph $G$, terminal vertices $s$ and $t$, and an integer $k$, the \textsc{Tracking Paths} problem asks whether there exists at most $k$ vertices, which if…

数据结构与算法 · 计算机科学 2020-08-24 Pratibha Choudhary , Venkatesh Raman

We study kernelization of classic hard graph problems when the input graphs fulfill triadic closure properties. More precisely, we consider the recently introduced parameters closure number $c$ and the weak closure number $\gamma$ [Fox et…

数据结构与算法 · 计算机科学 2021-03-09 Tomohiro Koana , Christian Komusiewicz , Frank Sommer

We present a polynomial time algorithm that for any graph G and integer k >= 0, either finds a spanning tree with at least k internal vertices, or outputs a new graph G' on at most 3k vertices and an integer k' such that G has a spanning…

数据结构与算法 · 计算机科学 2012-03-06 Fedor V. Fomin , Serge Gaspers , Saket Saurabh , Stéphan Thomassé

An induced subgraph is called an induced matching if each vertex is a degree-1 vertex in the subgraph. The \textsc{Almost Induced Matching} problem asks whether we can delete at most $k$ vertices from the input graph such that the remaining…

数据结构与算法 · 计算机科学 2024-02-22 Yuxi Liu , Mingyu Xiao

In the Vector Connectivity problem we are given an undirected graph $G=(V,E)$, a demand function $\phi\colon V\to\{0,\ldots,d\}$, and an integer $k$. The question is whether there exists a set $S$ of at most $k$ vertices such that every…

计算复杂性 · 计算机科学 2015-06-24 Stefan Kratsch , Manuel Sorge

Given an undirected graph $G=(V,E)$, vertices $s,t\in V$, and an integer $k$, Tracking Shortest Paths requires deciding whether there exists a set of $k$ vertices $T\subseteq V$ such that for any two distinct shortest paths between $s$ and…

数据结构与算法 · 计算机科学 2022-02-25 Václav Blažej , Pratibha Choudhary , Dušan Knop , Jan Matyáš Křišťan , Ondřej Suchý , Tomáš Valla

A total dominating set of a graph $G=(V,E)$ is a subset $D \subseteq V$ such that every vertex in $V$ is adjacent to some vertex in $D$. Finding a total dominating set of minimum size is NP-hard on planar graphs and W[2]-complete on general…

数据结构与算法 · 计算机科学 2023-06-22 Valentin Garnero , Ignasi Sau

In a (parameterized) graph edge modification problem, we are given a graph $G$, an integer $k$ and a (usually well-structured) class of graphs $\mathcal{G}$, and ask whether it is possible to transform $G$ into a graph $G' \in \mathcal{G}$…

数据结构与算法 · 计算机科学 2021-09-17 Gabriel Bathie , Nicolas Bousquet , Théo Pierron

In the Vertex Cover problem we are given a graph $G=(V,E)$ and an integer $k$ and have to determine whether there is a set $X\subseteq V$ of size at most $k$ such that each edge in $E$ has at least one endpoint in $X$. The problem can be…

数据结构与算法 · 计算机科学 2016-11-22 Stefan Kratsch

We consider the Trivially Perfect Editing problem, where one is given an undirected graph $G = (V,E)$ and a parameter $k \in \mathbb{N}$ and seeks to edit (add or delete) at most $k$ edges from $G$ to obtain a trivially perfect graph. The…

数据结构与算法 · 计算机科学 2021-05-19 Maël Dumas , Anthony Perez , Ioan Todinca

Given a graph and two integers $k$ and $\ell$, Partial Vertex Cover asks for a set of at most $k$ vertices whose deletion results in a graph with at most $\ell$ edges. Based on the expansion lemma, we provide a problem kernel with $(\ell +…

数据结构与算法 · 计算机科学 2022-11-15 Tomohiro Koana , André Nichterlein , Niklas Wünsche

Let integers $r\ge 2$ and $d\ge 3$ be fixed. Let ${\cal G}_d$ be the set of graphs with no induced path on $d$ vertices. We study the problem of packing $k$ vertex-disjoint copies of $K_{1,r}$ ($k\ge 2$) into a graph $G$ from parameterized…

数据结构与算法 · 计算机科学 2015-10-14 Florian Barbero , Gregory Gutin , Mark Jones , Bin Sheng , Anders Yeo

The problem of modifying a given graph to satisfy certain properties has been one of the central topics in parameterized tractability study. In this paper, we study the cycle contraction problem, which makes a graph into a cycle by edge…

数据结构与算法 · 计算机科学 2017-06-20 Bin Sheng , Yuefang Sun

\textsc{Edge Triangle Packing} and \textsc{Edge Triangle Covering} are dual problems extensively studied in the field of parameterized complexity. Given a graph $G$ and an integer $k$, \textsc{Edge Triangle Packing} seeks to determine…

计算复杂性 · 计算机科学 2023-09-01 Zimo Sheng , Mingyu Xiao

We consider \textsc{Cliques or Trees Vertex Deletion}, which is a hybrid of two fundamental parameterized problems: \textsc{Cluster Vertex Deletion} and \textsc{Feedback Vertex Set}. In this problem, we are given an undirected graph $G$ and…

数据结构与算法 · 计算机科学 2025-09-23 Soh Kumabe
‹ 上一页 1 2 3 10 下一页 ›