中文
相关论文

相关论文: Kernelization for Graph Packing Problems via Rainb…

200 篇论文

We study the CONNECTED \eta-TREEDEPTH DELETION problem where the input instance is an undireted graph G = (V, E) and an integer k. The objective is to decide if G has a set S \subseteq V(G) of at most k vertices such that G - S has…

数据结构与算法 · 计算机科学 2022-12-02 Eduard Eiben , Diptapriyo Majumdar , M. S. Ramanujan

An $\alpha$-approximate polynomial Turing kernelization is a polynomial-time algorithm that computes an $(\alpha c)$-approximate solution for a parameterized optimization problem when given access to an oracle that can compute…

数据结构与算法 · 计算机科学 2023-07-06 Stefan Kratsch , Pascal Kunz

Graph kernel is a powerful tool measuring the similarity between graphs. Most of the existing graph kernels focused on node labels or attributes and ignored graph hierarchical structure information. In order to effectively utilize graph…

机器学习 · 计算机科学 2020-11-03 Kai Ma , Peng Wan , Daoqiang Zhang

A particularly interesting instance of supervised learning with kernels is when each training example is associated with two objects, as in pairwise classification (Brunner et al., 2012), and in supervised learning of preference relations…

机器学习 · 计算机科学 2016-10-31 Giorgio Gnecco

Treewidth is a useful tool in designing graph algorithms. Although many NP-hard graph problems can be solved in linear time when the input graphs have small treewidth, there are problems which remain hard on graphs of bounded treewidth. In…

数据结构与算法 · 计算机科学 2024-01-22 Huairui Chu , Bingkai Lin

A permutation graph can be defined as an intersection graph of segments whose endpoints lie on two parallel lines $\ell_1$ and $\ell_2$, one on each. A bipartite permutation graph is a permutation graph which is bipartite. In the the…

数据结构与算法 · 计算机科学 2024-01-03 Jan Derbisz

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 rainbow path in an edge coloured graph is a path in which no two edges are coloured the same. A rainbow colouring of a connected graph G is a colouring of the edges of G such that every pair of vertices in G is connected by at least one…

离散数学 · 计算机科学 2014-04-18 L. Sunil Chandran , Deepak Rajendraprasad , Marek Tesař

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

Given a graph G = (V,E) and a positive integer k, the Proper Interval Completion problem asks whether there exists a set F of at most k pairs of (V \times V)\E such that the graph H = (V,E \cup F) is a proper interval graph. The Proper…

数据结构与算法 · 计算机科学 2011-04-18 Stéphane Bessy , Anthony Perez

Phylogenetic trees are leaf-labelled trees used to model the evolution of species. Here we explore the practical impact of kernelization (i.e. data reduction) on the NP-hard problem of computing the TBR distance between two unrooted binary…

数据结构与算法 · 计算机科学 2023-08-21 Rim van Wersch , Steven Kelk , Simone Linz , Georgios Stamoulis

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

A subgraph of an edge-coloured graph is called rainbow if all its edges have distinct colours. The study of rainbow subgraphs goes back more than two hundred years to the work of Euler on Latin squares. Since then rainbow structures have…

组合数学 · 数学 2018-12-11 Richard Montgomery , Alexey Pokrovskiy , Benny Sudakov

In this work, we initiate the complexity study of Biclique Contraction and Balanced Biclique Contraction. In these problems, given as input a graph G and an integer k, the objective is to determine whether one can contract at most k edges…

数据结构与算法 · 计算机科学 2026-01-15 R. Krithika , V. K. Kutty Malu , Roohani Sharma , Prafullkumar Tale

A common approach for designing scalable algorithms for massive data sets is to distribute the computation across, say $k$, machines and process the data using limited communication between them. A particularly appealing framework here is…

数据结构与算法 · 计算机科学 2017-05-24 Sepehr Assadi , Sanjeev Khanna

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 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

Ordered matchings, defined as graphs with linearly ordered vertices, where each vertex is connected to exactly one edge, play a crucial role in the area of ordered graphs and their homomorphisms. Therefore, we consider related problems from…

计算复杂性 · 计算机科学 2025-12-01 Michal Čertík , Andreas Emil Feldmann , Jaroslav Nešetřil , Paweł Rzążewski

A path in an edge-colored graph is called a \emph{rainbow path} if all edges on it have pairwise distinct colors. For $k\geq 1$, the \emph{rainbow-$k$-connectivity} of a graph $G$, denoted $rc_k(G)$, is the minimum number of colors required…

组合数学 · 数学 2012-03-06 Jing He , Hongyu Liang

Kernelization studies polynomial-time preprocessing algorithms. Over the last 20 years, the most celebrated positive results of the field have been linear kernels for classical NP-hard graph problems on sparse graph classes. In this paper,…

数据结构与算法 · 计算机科学 2025-11-06 Christian Bertram , Deborah Haun , Mads Vestergaard Jensen , Tuukka Korhonen