Skip to main content

Showing 1–15 of 15 results for author: Tantau, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.18299  [pdf, other

    cs.LO cs.CC

    On the Descriptive Complexity of Vertex Deletion Problems

    Authors: Max Bannach, Florian Chudigiewitsch, Till Tantau

    Abstract: Vertex deletion problems for graphs are studied intensely in classical and parameterized complexity theory. They ask whether we can delete at most k vertices from an input graph such that the resulting graph has a certain property. Regarding k as the parameter, a dichotomy was recently shown based on the number of quantifier alternations of first-order formulas that describe the property. In this… ▽ More

    Submitted 26 June, 2024; originally announced June 2024.

  2. arXiv:2310.01134  [pdf, ps, other

    cs.LO cs.CC

    Existential Second-Order Logic Over Graphs: Parameterized Complexity

    Authors: Max Bannach, Florian Chudigiewitsch, Till Tantau

    Abstract: By Fagin's Theorem, NP contains precisely those problems that can be described by formulas starting with an existential second-order quantifier, followed by only first-order quantifiers (ESO formulas). Subsequent research refined this result, culminating in powerful theorems that characterize for each possible sequence of first-order quantifiers how difficult the described problem can be. We trans… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

  3. arXiv:2206.01280  [pdf, other

    cs.CC cs.LO

    On the Parallel Parameterized Complexity of MaxSAT Variants

    Authors: Max Bannach, Malte Skambath, Till Tantau

    Abstract: In the maximum satisfiability problem (MAX-SAT) we are given a propositional formula in conjunctive normal form and have to find an assignment that satisfies as many clauses as possible. We study the parallel parameterized complexity of various versions of MAX-SAT and provide the first constant-time algorithms parameterized either by the solution size or by the allowed excess relative to some guar… ▽ More

    Submitted 2 June, 2022; originally announced June 2022.

    Comments: SAT 2022

    ACM Class: F.2.0

  4. arXiv:2201.08895  [pdf, ps, other

    cs.CC cs.LO

    On the Satisfaction Probabilities of $k$-CNF Formulas

    Authors: Till Tantau

    Abstract: The satisfaction probability Pr[$φ$] := Pr$_{β:vars(φ) \to \{0,1\}}[β\models φ]$ of a propositional formula $φ$ is the likelihood that a random assignment $β$ makes the formula true. We study the complexity of the problem $k$SAT-Pr$_{>p}$ = {$φ$ is a $k$CNF formula | Pr[$φ$] > p} for fixed $k$ and $p$. While 3SAT-Pr$_{>0}$ = 3SAT is NP-complete and SAT-Pr$_{>1/2}$ is PP-complete, Akmal and William… ▽ More

    Submitted 9 August, 2024; v1 submitted 21 January, 2022; originally announced January 2022.

    Comments: 47 pages, version updated after the presentation of the results at the CCC 2022 conference and after further reviewing

    ACM Class: F.1.3; F.4.1; F.2.2

  5. arXiv:2101.08735  [pdf, ps, other

    cs.LO cs.CC cs.DS

    Work-sensitive Dynamic Complexity of Formal Languages

    Authors: Jonas Schmidt, Thomas Schwentick, Till Tantau, Nils Vortmeier, Thomas Zeume

    Abstract: Which amount of parallel resources is needed for updating a query result after changing an input? In this work we study the amount of work required for dynamically answering membership and range queries for formal languages in parallel constant time with polynomially many processors. As a prerequisite, we propose a framework for specifying dynamic, parallel, constant-time programs that require sma… ▽ More

    Submitted 21 January, 2021; originally announced January 2021.

  6. Towards Work-Efficient Parallel Parameterized Algorithms

    Authors: Max Bannach, Malte Skambath, Till Tantau

    Abstract: Parallel parameterized complexity theory studies how fixed-parameter tractable (fpt) problems can be solved in parallel. Previous theoretical work focused on parallel algorithms that are very fast in principle, but did not take into account that when we only have a small number of processors (between 2 and, say, 1024), it is more important that the parallel algorithms are work-efficient. In the pr… ▽ More

    Submitted 20 February, 2019; originally announced February 2019.

    Comments: Prior full version of the paper that will appear in Proceedings of the 13th International Conference and Workshops on Algorithms and Computation (WALCOM 2019), February 27 - March 02, 2019, Guwahati, India. The final authenticated version is available online at https://doi.org/10.1007/978-3-030-10564-8_27

  7. arXiv:1901.03364  [pdf, ps, other

    cs.CC cs.LO

    On the Descriptive Complexity of Color Coding

    Authors: Max Bannach, Till Tantau

    Abstract: Color coding is an algorithmic technique used in parameterized complexity theory to detect "small" structures inside graphs. The idea is to derandomize algorithms that first randomly color a graph and then search for an easily-detectable, small color pattern. We transfer color coding to the world of descriptive complexity theory by characterizing -- purely in terms of the syntactic structure of de… ▽ More

    Submitted 10 January, 2019; originally announced January 2019.

  8. arXiv:1807.03604  [pdf, other

    cs.CC

    Computing Kernels in Parallel: Lower and Upper Bounds

    Authors: Max Bannach, Till Tantau

    Abstract: Parallel fixed-parameter tractability studies how parameterized problems can be solved in parallel. A surprisingly large number of parameterized problems admit a high level of parallelization, but this does not mean that we can also efficiently compute small problem kernels in parallel: known kernelization algorithms are typically highly sequential. In the present paper, we establish a number of u… ▽ More

    Submitted 10 July, 2018; originally announced July 2018.

    Comments: IPEC 2018

  9. arXiv:1801.00716  [pdf, ps, other

    cs.CC cs.DS

    Computing Hitting Set Kernels By AC^0-Circuits

    Authors: Max Bannach, Till Tantau

    Abstract: Given a hypergraph $H = (V,E)$, what is the smallest subset $X \subseteq V$ such that $e \cap X \neq \emptyset$ holds for all $e \in E$? This problem, known as the hitting set problem, is a basic problem in parameterized complexity theory. There are well-known kernelization algorithms for it, which get a hypergraph $H$ and a number $k$ as input and output a hypergraph $H'$ such that (1) $H$ has a… ▽ More

    Submitted 2 January, 2018; originally announced January 2018.

    ACM Class: G.2.2

  10. arXiv:1608.08385  [pdf, other

    cs.CG cs.DS

    Offline Drawing of Dynamic Trees: Algorithmics and Document Integration

    Authors: Malte Skambath, Till Tantau

    Abstract: While the algorithmic drawing of static trees is well-understood and well-supported by software tools, creating animations depicting how a tree changes over time is currently difficult: software support, if available at all, is not integrated into a document production workflow and algorithmic approaches only rarely take temporal information into consideration. During the production of a presentat… ▽ More

    Submitted 30 August, 2016; originally announced August 2016.

    Comments: Appears in the Proceedings of the 24th International Symposium on Graph Drawing and Network Visualization (GD 2016)

  11. arXiv:1509.06984  [pdf, other

    cs.CC cs.DS

    Fast Parallel Fixed-Parameter Algorithms via Color Coding

    Authors: Max Bannach, Christoph Stockhusen, Till Tantau

    Abstract: Fixed-parameter algorithms have been successfully applied to solve numerous difficult problems within acceptable time bounds on large inputs. However, most fixed-parameter algorithms are inherently \emph{sequential} and, thus, make no use of the parallel hardware present in modern computers. We show that parallel fixed-parameter algorithms do not only exist for numerous parameterized problems from… ▽ More

    Submitted 23 September, 2015; originally announced September 2015.

    ACM Class: F.1.3

  12. arXiv:1412.6396  [pdf, ps, other

    cs.LO cs.CC

    Existential Second-Order Logic Over Graphs: A Complete Complexity-Theoretic Classification

    Authors: Till Tantau

    Abstract: Descriptive complexity theory aims at inferring a problem's computational complexity from the syntactic complexity of its description. A cornerstone of this theory is Fagin's Theorem, by which a graph property is expressible in existential second-order logic (ESO logic) if, and only if, it is in NP. A natural question, from the theory's point of view, is which syntactic fragments of ESO logic also… ▽ More

    Submitted 19 December, 2014; originally announced December 2014.

    Comments: Technical report version of a STACS 2015 paper

    MSC Class: 68Q19 ACM Class: F.1.3; F.4.1

  13. arXiv:1308.2892  [pdf, other

    cs.CC

    Completeness Results for Parameterized Space Classes

    Authors: Christoph Stockhusen, Till Tantau

    Abstract: The parameterized complexity of a problem is considered "settled" once it has been shown to lie in FPT or to be complete for a class in the W-hierarchy or a similar parameterized hierarchy. Several natural parameterized problems have, however, resisted such a classification. At least in some cases, the reason is that upper and lower bounds for their parameterized space complexity have recently bee… ▽ More

    Submitted 13 August, 2013; originally announced August 2013.

    Comments: IPEC 2013

    MSC Class: 68Q15; 68Q17 ACM Class: F.1.3

  14. arXiv:1204.6291  [pdf, ps, other

    cs.LO cs.CC

    Where First-Order and Monadic Second-Order Logic Coincide

    Authors: Michael Elberfeld, Martin Grohe, Till Tantau

    Abstract: We study on which classes of graphs first-order logic (FO) and monadic second-order logic (MSO) have the same expressive power. We show that for all classes C of graphs that are closed under taking subgraphs, FO and MSO have the same expressive power on C if, and only if, C has bounded tree depth. Tree depth is a graph invariant that measures the similarity of a graph to a star in a similar way th… ▽ More

    Submitted 27 April, 2012; originally announced April 2012.

    ACM Class: F.4.1

  15. arXiv:cs/0410035  [pdf, ps, other

    cs.CC

    Overhead-Free Computation, DCFLs, and CFLs

    Authors: Lane A. Hemaspaandra, Proshanto Mukherji, Till Tantau

    Abstract: We study Turing machines that are allowed absolutely no space overhead. The only work space the machines have, beyond the fixed amount of memory implicit in their finite-state control, is that which they can create by cannibalizing the input bits' own space. This model more closely reflects the fixed-sized memory of real computers than does the standard complexity-theoretic model of linear space… ▽ More

    Submitted 15 October, 2004; originally announced October 2004.

    Report number: URCS-TR-2004-844 ACM Class: F.4.3; F.1.1