中文
相关论文

相关论文: A Fixed-Parameter Algorithm for #SAT with Paramete…

200 篇论文

This paper presents a linear FPT algorithm to find a tree decomposition with a 2-approximation of the treewidth with a significantly smaller exponential dependence on the treewidth. The algorithm runs in time $O(\text{poly}(k) 81^k n)$,…

数据结构与算法 · 计算机科学 2025-07-08 Mahdi Belbasi , Martin Fürer , Medha Kumar

In the Fully Leafed Induced Subtrees, one is given a graph $G$ and two integers $a$ and $b$ and the question is to find an induced subtree of $G$ with $a$ vertices and at least $b$ leaves. This problem is known to be NP-complete even when…

数据结构与算法 · 计算机科学 2026-04-08 Julien Baste

Treewidth is a graph parameter of fundamental importance to algorithmic and structural graph theory. This paper surveys several graph parameters tied to treewidth, including separation number, tangle number, well-linked number and Cartesian…

组合数学 · 数学 2016-01-29 Daniel J. Harvey , David R. Wood

Computing bounded depth decompositions is a bottleneck in many applications of the treedepth parameter. The fastest known algorithm, which is due to Reidl, Rossmanith, S\'{a}nchez Villaamil, and Sikdar [ICALP 2014], runs in…

数据结构与算法 · 计算机科学 2025-02-25 Lars Jaffke , Paloma T. de Lima , Wojciech Nadara , Emmanuel Sam

The graph parameter of pathwidth can be seen as a measure of the topological resemblance of a graph to a path. A popular definition of pathwidth is given in terms of node search where we are given a system of tunnels that is contaminated by…

数据结构与算法 · 计算机科学 2022-09-13 Mamadou Moustapha Kanté , Christophe Paul , Dimitrios M. Thilikos

The k-CO-PATH SET problem asks, given a graph G and a positive integer k, whether one can delete k edges from G so that the remainder is a collection of disjoint paths. We give a linear-time fpt algorithm with complexity O^*(1.588^k) for…

数据结构与算法 · 计算机科学 2016-07-29 Blair D. Sullivan , Andrew van der Poel

We develop a framework for applying treewidth-based dynamic programming on graphs with "hybrid structure", i.e., with parts that may not have small treewidth but instead possess other structural properties. Informally, this is achieved by…

数据结构与算法 · 计算机科学 2019-08-28 Eduard Eiben , Robert Ganian , Thekla Hamm , O-joung Kwon

We investigate the complexity of several fundamental polynomial-time solvable problems on graphs and on matrices, when the given instance has low treewidth; in the case of matrices, we consider the treewidth of the graph formed by non-zero…

数据结构与算法 · 计算机科学 2015-11-05 Fedor V. Fomin , Daniel Lokshtanov , Michał Pilipczuk , Saket Saurabh , Marcin Wrochna

We give an analog of the Myhill-Nerode methods from formal language theory for hypergraphs and use it to derive the following results for two NP-hard hypergraph problems: * We provide an algorithm for testing whether a hypergraph has…

离散数学 · 计算机科学 2016-01-12 René van Bevern , Rodney G. Downey , Michael R. Fellows , Serge Gaspers , Frances A. Rosamond

We consider the problem of detecting change-points in univariate time series by fitting a continuous piecewise linear signal using the residual sum of squares. Values of the inferred signal at slope breaks are restricted to a finite set of…

统计计算 · 统计学 2022-04-08 Vincent Runge , Marco Pascucci , Nicolas Deschamps de Boishebert

In the PATH COVER problem, one asks to cover the vertices of a graph using the smallest possible number of (not necessarily disjoint) paths. While the variant where the paths need to be pairwise vertex-disjoint, which we call PATH…

数据结构与算法 · 计算机科学 2025-11-11 Florent Foucaud , Atrayee Majumder , Tobias Mömke , Aida Roshany-Tabrizi

We show that for a number of parameterized problems for which only $2^{O(k)} n^{O(1)}$ time algorithms are known on general graphs, subexponential parameterized algorithms with running time $2^{O(k^{1-\frac{1}{1+\delta}} \log^2 k)}…

数据结构与算法 · 计算机科学 2016-10-26 Dániel Marx , Marcin Pilipczuk

Many hard graph problems, such as Hamiltonian Cycle, become FPT when parameterized by treewidth, a parameter that is bounded only on sparse graphs. When parameterized by the more general parameter clique-width, Hamiltonian Cycle becomes…

数据结构与算法 · 计算机科学 2014-11-24 Sigve Hortemo Sæther

Treedepth is a central parameter to algorithmic graph theory. The current state-of-the-art in computing and approximating treedepth consists of a $2^{O(k^2)} n$-time exact algorithm and a polynomial-time $O(\text{OPT} \log^{3/2}…

计算复杂性 · 计算机科学 2025-07-21 Édouard Bonnet , Daniel Neuen , Marek Sokołowski

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

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

A set S of vertices of a graph is a defensive alliance if, for each element of S, the majority of its neighbors is in S. The problem of finding a defensive alliance of minimum size in a given graph is NP-hard and there are polynomial-time…

计算复杂性 · 计算机科学 2017-07-17 Bernhard Bliem , Stefan Woltran

We show that the Minimal Length-Bounded L-But problem can be computed in linear time with respect to L and the tree-width of the input graph as parameters. In this problem the task is to find a set of edges of a graph such that after…

数据结构与算法 · 计算机科学 2016-10-25 Dušan Knop , Pavel Dvořák

We show that the propositional model counting problem #SAT for CNF- formulas with hypergraphs that allow a disjoint branches decomposition can be solved in polynomial time. We show that this class of hypergraphs is incomparable to…

计算复杂性 · 计算机科学 2014-01-27 Florent Capelli , Arnaud Durand , Stefan Mengel

We introduce the problem of finding a satisfying assignment to a CNF formula that must further belong to a prescribed input subspace. Equivalent formulations of the problem include finding a point outside a union of subspaces (the…

数据结构与算法 · 计算机科学 2021-08-16 Vikraman Arvind , Venkatesan Guruswami