中文
相关论文

相关论文: Grundy Distinguishes Treewidth from Pathwidth

200 篇论文

Parameterized complexity theory has enabled a refined classification of the difficulty of NP-hard optimization problems on graphs with respect to key structural properties, and so to a better understanding of their true difficulties. More…

数据结构与算法 · 计算机科学 2017-10-19 David Coudert , Guillaume Ducoffe , Alexandru Popa

We investigate the parameterized complexity of Binary CSP parameterized by the vertex cover number and the treedepth of the constraint graph, as well as by a selection of related modulator-based parameters. The main findings are as follows:…

离散数学 · 计算机科学 2023-09-22 Hans L. Bodlaender , Carla Groenland , Michał Pilipczuk

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

We introduce a general method for obtaining fixed-parameter algorithms for problems about finding paths in undirected graphs, where the length of the path could be unbounded in the parameter. The first application of our method is as…

数据结构与算法 · 计算机科学 2022-07-18 Fedor V. Fomin , Petr A. Golovach , Tuukka Korhonen , Kirill Simonov , Giannos Stamoulis

A matching cut is a partition of the vertex set of a graph into two sets $A$ and $B$ such that each vertex has at most one neighbor in the other side of the cut. The MATCHING CUT problem asks whether a graph has a matching cut, and has been…

数据结构与算法 · 计算机科学 2019-05-09 Guilherme C. M. Gomes , Ignasi Sau

We study the generalization of Correlation Clustering which incorporates fairness constraints via the notion of fairlets. The corresponding Fair Correlation Clustering problem has been studied from several perspectives to date, but has so…

数据结构与算法 · 计算机科学 2026-02-18 Johannes Blaha , Robert Ganian , Katharina Gillig , Jonathan S. Højlev , Simon Wietheger

Compatibility of unrooted phylogenetic trees is a well studied problem in phylogenetics. It asks to determine whether for a set of k input trees there exists a larger tree (called a supertree) that contains the topologies of all k input…

离散数学 · 计算机科学 2014-03-03 Alexander Grigoriev , Steven Kelk , Nela Lekic

Treewidth and hypertree width have proven to be highly successful structural parameters in the context of the Constraint Satisfaction Problem (CSP). When either of these parameters is bounded by a constant, then CSP becomes solvable in…

数据结构与算法 · 计算机科学 2022-10-14 Andre Schidler , Robert Ganian , Manuel Sorge , Stefan Szeider

Sparse structures are frequently sought when pursuing tractability in optimization problems. They are exploited from both theoretical and computational perspectives to handle complex problems that become manageable when sparsity is present.…

离散数学 · 计算机科学 2019-03-21 Yuri Faenza , Gonzalo Muñoz , Sebastian Pokutta

This paper studies the kernelization complexity of graph coloring problems with respect to certain structural parameterizations of the input instances. We are interested in how well polynomial-time data reduction can provably shrink…

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

Classes with bounded rankwidth are MSO-transductions of trees and classes with bounded linear rankwidth are MSO-transductions of paths. These results show a strong link between the properties of these graph classes considered from the point…

计算机科学中的逻辑 · 计算机科学 2019-11-19 Jaroslav Nesetril , Patrice Ossona de Mendez , Roman Rabinovich , Sebastian Siebertz

Consider a graph $G = (V,E)$ and a coloring $c$ of vertices with colors from $[\ell]$. A vertex $v$ is said to be happy with respect to $c$ if $c(v) = c(u)$ for all neighbors $u$ of $v$. Further, an edge $(u,v)$ is happy if $c(u) = c(v)$.…

数据结构与算法 · 计算机科学 2017-08-15 Neeldhara Misra , I. Vinod Reddy

The Abstract Milling problem is a natural and quite general graph-theoretic model for geometric milling problems. Given a graph, one asks for a walk that covers all its vertices with a minimum number of turns, as specified in the graph…

计算复杂性 · 计算机科学 2009-12-08 M. Fellows , P. Giannopoulos , C. Knauer , C. Paul , F. Rosamond , S. Whitesides , N. Yu

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…

While structural width parameters (of the input) belong to the standard toolbox of graph algorithms, it is not the usual case in computational geometry. As a case study we propose a natural extension of the structural graph parameter of…

计算机科学中的逻辑 · 计算机科学 2020-04-07 Onur Çağırıcı , Petr Hliněný , Filip Pokrývka , Abhisekh Sankaran

We describe a polynomial-time algorithm which, given a graph $G$ with treewidth $t$, approximates the pathwidth of $G$ to within a ratio of $O(t\sqrt{\log t})$. This is the first algorithm to achieve an $f(t)$-approximation for some…

数据结构与算法 · 计算机科学 2023-03-13 Carla Groenland , Gwenaël Joret , Wojciech Nadara , Bartosz Walczak

In graph modification problems, one is given a graph G and the goal is to apply a minimum number of modification operations (such as edge deletions) to G such that the resulting graph fulfills a certain property. For example, the Cluster…

数据结构与算法 · 计算机科学 2016-06-13 Christian Komusiewicz , André Nichterlein , Rolf Niedermeier

Many well-known NP-hard algorithmic problems on directed graphs resist efficient parametrisations with most known width measures for directed graphs, such as directed treewidth, DAG-width, Kelly-width and many others. While these focus on…

离散数学 · 计算机科学 2019-05-31 Raphael Steiner , Sebastian Wiederrecht

Given a bipartite graph $G=(U\cup V,E)$, a left-perfect many-to-one matching is a subset $M \subseteq E$ such that each vertex in $U$ is incident with exactly one edge in $M$. If $U$ is partitioned into some groups, the matching is called…

计算复杂性 · 计算机科学 2024-11-28 Ramin Javadi , Hossein Shokouhi

In the field of parameterized complexity theory, the study of graph width measures has been intimately connected with the development of width-based model checking algorithms for combinatorial properties on graphs. In this work, we…

数据结构与算法 · 计算机科学 2026-05-21 Mateus de Oliveira Oliveira , Sam Urmian