中文
相关论文

相关论文: Parameterized Complexity of $(A,\ell)$-Path Packin…

200 篇论文

Given an undirected graph G and a set A \subseteq V(G), an A-path is a path in G that starts and ends at two distinct vertices of A with intermediate vertices in V(G) \setminus A. An A-path is called an (A,\ell)-path if the length of the…

数据结构与算法 · 计算机科学 2026-02-17 Susobhan Bandopadhyay , Aritra Banik , Diptapriyo Majumdar , Abhishek Sahu

Given a graph $G=(V,E)$, two vertices $s,t\in V$, and two integers $k,\ell$, the Short Secluded Path problem is to find a simple $s$-$t$-path with at most $k$ vertices and $\ell$ neighbors. We study the parameterized complexity of the…

数据结构与算法 · 计算机科学 2020-10-05 René van Bevern , Till Fluschnik , Oxana Yu. Tsidulko

Graph Burning asks, given a graph $G = (V,E)$ and an integer $k$, whether there exists $(b_{0},\dots,b_{k-1}) \in V^{k}$ such that every vertex in $G$ has distance at most $i$ from some $b_{i}$. This problem is known to be NP-complete even…

数据结构与算法 · 计算机科学 2020-09-29 Yasuaki Kobayashi , Yota Otachi

In Path Set Packing, the input is an undirected graph $G$, a collection $\calp$ of simple paths in $G$, and a positive integer $k$. The problem is to decide whether there exist $k$ edge-disjoint paths in $\calp$. We study the parameterized…

数据结构与算法 · 计算机科学 2024-06-03 N. R. Aravind , Roopam Saxena

We introduce and study the complexity of Path Packing. Given a graph $G$ and a list of paths, the task is to embed the paths edge-disjoint in $G$. This generalizes the well known Hamiltonian-Path problem. Since Hamiltonian Path is…

计算复杂性 · 计算机科学 2019-10-02 Jan Dreier , Janosch Fuchs , Tim A. Hartmann , Philipp Kuinke , Peter Rossmanith , Bjoern Tauer , Hung-Lung Wang

We study the Short Path Packing problem which asks, given a graph $G$, integers $k$ and $\ell$, and vertices $s$ and $t$, whether there exist $k$ pairwise internally vertex-disjoint $s$-$t$ paths of length at most $\ell$. The problem has…

数据结构与算法 · 计算机科学 2024-04-17 Michael Kiran Huber

For two integers $r, \ell \geq 0$, a graph $G = (V, E)$ is an $(r,\ell)$-graph if $V$ can be partitioned into $r$ independent sets and $\ell$ cliques. In the parameterized $(r,\ell)$-Vertex Deletion problem, given a graph $G$ and an integer…

数据结构与算法 · 计算机科学 2016-10-12 Julien Baste , Luerbio Faria , Sulamita Klein , Ignasi Sau

This paper investigates the complexity of finding secluded paths in graphs. We focus on the \textsc{Short Secluded Path} problem and a natural new variant we introduce, \textsc{Shortest Secluded Path}. Formally, given an undirected graph…

数据结构与算法 · 计算机科学 2026-04-07 Tesshu Hanaka , Daisuke Tsuru

In the NP-hard Edge Dominating Set problem (EDS) we are given a graph $G=(V,E)$ and an integer $k$, and need to determine whether there is a set $F\subseteq E$ of at most $k$ edges that are incident with all (other) edges of $G$. It is…

数据结构与算法 · 计算机科学 2019-01-14 Eva-Maria C. Hols , Stefan Kratsch

We study the SHORTEST PATH problem with positive disjunctive constraints from the perspective of parameterized complexity. For positive disjunctive constraints, there are certain pair of edges such that any feasible solution must contain at…

离散数学 · 计算机科学 2026-03-06 Susobhan Bandopadhyay , Suman Banerjee , Diptapriyo Majumdar , Fahad Panolan

We consider the parameterised complexity of several list problems on graphs, with parameter treewidth or pathwidth. In particular, we show that List Edge Chromatic Number and List Total Chromatic Number are fixed parameter tractable,…

计算复杂性 · 计算机科学 2016-08-05 Kitty Meeks , Alexander Scott

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

A graph is geometric 1-planar if it admits a straight-line drawing where each edge is crossed at most once. We provide the first systematic study of the parameterized complexity of recognizing geometric 1-planar graphs. By substantially…

计算复杂性 · 计算机科学 2026-02-11 Alexander Firbas

The $k$-colouring reconfiguration problem asks whether, for a given graph $G$, two proper $k$-colourings $\alpha$ and $\beta$ of $G$, and a positive integer $\ell$, there exists a sequence of at most $\ell+1$ proper $k$-colourings of $G$…

计算复杂性 · 计算机科学 2014-10-30 Matthew Johnson , Dieter Kratsch , Stefan Kratsch , Viresh Patel , Daniël Paulusma

An $\ell$-page stack layout (also known as an $\ell$-page book embedding) of a graph is a linear order of the vertex set together with a partition of the edge set into $\ell$ stacks (or pages), such that the endpoints of no two edges on the…

计算几何 · 计算机科学 2024-09-05 Thomas Depian , Simon D. Fink , Robert Ganian , Martin Nöllenburg

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

$H$-Packing is the problem of finding a maximum number of vertex-disjoint copies of $H$ in a given graph $G$. $H$-Partition is the special case of finding a set of vertex-disjoint copies that cover each vertex of $G$ exactly once. Our goal…

数据结构与算法 · 计算机科学 2025-09-09 Barış Can Esmer , Dániel Marx

In this paper we study the Spanning Tree Congestion problem, where we are given a graph $G=(V,E)$ and are asked to find a spanning tree $T$ of minimum maximum congestion. Here, the congestion of an edge $e\in T$ is the number of edges…

数据结构与算法 · 计算机科学 2026-05-28 Michael Lampis , Valia Mitsou , Edouard Nemery , Yota Otachi , Manolis Vasilakis , Daniel Vaz

Given a graph $G = (V,E)$, a threshold function $t~ :~ V \rightarrow \mathbb{N}$ and an integer $k$, we study the Harmless Set problem, where the goal is to find a subset of vertices $S \subseteq V$ of size at least $k$ such that every…

计算复杂性 · 计算机科学 2022-01-27 Ajinkya Gaikwad , Soumen Maity

Given a directed graph $D$ on $n$ vertices and a positive integer $k$, the Arc-Disjoint Cycle Packing problem is to determine whether $D$ has $k$ arc-disjoint cycles. This problem is known to be W[1]-hard in general directed graphs. In this…

数据结构与算法 · 计算机科学 2018-02-21 R. Krithika , Abhishek Sahu , Saket Saurabh , Meirav Zehavi
‹ 上一页 1 2 3 10 下一页 ›