Skip to main content

Showing 1–50 of 57 results for author: Ordyniak, S

.
  1. arXiv:2505.19926  [pdf, ps, other

    cs.DM cs.DS math.CO

    Bounding Width on Graph Classes of Constant Diameter

    Authors: Konrad K. Dabrowski, Tala Eagling-Vose, Noleen Köhler, Sebastian Ordyniak, Daniël Paulusma

    Abstract: We determine if the width of a graph class ${\cal G}$ changes from unbounded to bounded if we consider only those graphs from ${\cal G}$ whose diameter is bounded. As parameters we consider treedepth, pathwidth, treewidth and clique-width, and as graph classes we consider classes defined by forbidding some specific graph $F$ as a minor, induced subgraph or subgraph, respectively. Our main focus is… ▽ More

    Submitted 26 May, 2025; originally announced May 2025.

  2. arXiv:2410.09932  [pdf, ps, other

    cs.DS

    Towards a Parameterized Approximation Dichotomy of MinCSP for Linear Equations over Finite Commutative Rings

    Authors: Konrad K. Dabrowski, Peter Jonsson, Sebastian Ordyniak, George Osipov, Magnus Wahlström

    Abstract: We consider the MIN-r-LIN(R) problem: given a system S of length-r linear equations over a ring R, find a subset of equations Z of minimum cardinality such that S-Z is satisfiable. The problem is NP-hard and UGC-hard to approximate within any constant even when r=|R|=2, so we focus on parameterized approximability with solution size as the parameter. For a large class of infinite rings R called Eu… ▽ More

    Submitted 18 November, 2024; v1 submitted 13 October, 2024; originally announced October 2024.

    ACM Class: F.2.2; G.2

  3. arXiv:2409.19410  [pdf, other

    cs.DS cs.CG

    Exact Algorithms for Clustered Planarity with Linear Saturators

    Authors: Giordano Da Lozzo, Robert Ganian, Siddharth Gupta, Bojan Mohar, Sebastian Ordyniak, Meirav Zehavi

    Abstract: We study Clustered Planarity with Linear Saturators, which is the problem of augmenting an $n$-vertex planar graph whose vertices are partitioned into independent sets (called clusters) with paths - one for each cluster - that connect all the vertices in each cluster while maintaining planarity. We show that the problem can be solved in time $2^{O(n)}$ for both the variable and fixed embedding cas… ▽ More

    Submitted 28 September, 2024; originally announced September 2024.

    Comments: Appears in the Proceedings of the 35th International Symposium on Algorithms and Computation (ISAAC 2024)

  4. arXiv:2407.15780  [pdf, ps, other

    cs.AI cs.CC

    Explaining Decisions in ML Models: a Parameterized Complexity Analysis

    Authors: Sebastian Ordyniak, Giacomo Paesani, Mateusz Rychlicki, Stefan Szeider

    Abstract: This paper presents a comprehensive theoretical investigation into the parameterized complexity of explanation problems in various machine learning (ML) models. Contrary to the prevalent black-box perception, our study focuses on models with transparent internal mechanisms. We address two principal types of explanation problems: abductive and contrastive, both in their local and global variants. O… ▽ More

    Submitted 22 July, 2024; originally announced July 2024.

    Comments: A short version of the paper has been accepted at the 21st International Conference on Principles of Knowledge Representation and Reasoning (KR 2024)

  5. arXiv:2407.10699  [pdf, other

    cs.DS

    From Data Completion to Problems on Hypercubes: A Parameterized Analysis of the Independent Set Problem

    Authors: Eduard Eiben, Robert Ganian, Iyad Kanj, Sebastian Ordyniak, Stefan Szeider

    Abstract: Several works have recently investigated the parameterized complexity of data completion problems, motivated by their applications in machine learning, and clustering in particular. Interestingly, these problems can be equivalently formulated as classical graph problems on induced subgraphs of powers of partially-defined hypercubes. In this paper, we follow up on this recent direction by investi… ▽ More

    Submitted 15 July, 2024; originally announced July 2024.

    Comments: A preliminary version of this article appeared in the proceedings of IPEC 2023. arXiv admin note: substantial text overlap with arXiv:1911.01465

  6. arXiv:2405.06485  [pdf, ps, other

    cs.CC cs.AI

    Solving Quantified Boolean Formulas with Few Existential Variables

    Authors: Leif Eriksson, Victor Lagerkvist, George Osipov, Sebastian Ordyniak, Fahad Panolan, Mateusz Rychlicki

    Abstract: The quantified Boolean formula (QBF) problem is an important decision problem generally viewed as the archetype for PSPACE-completeness. Many problems of central interest in AI are in general not included in NP, e.g., planning, model checking, and non-monotonic reasoning, and for such problems QBF has successfully been used as a modelling tool. However, solvers for QBF are not as advanced as state… ▽ More

    Submitted 10 May, 2024; originally announced May 2024.

  7. arXiv:2404.14087  [pdf, ps, other

    cs.DS cs.CG

    A Tight Subexponential-time Algorithm for Two-Page Book Embedding

    Authors: Robert Ganian, Haiko Mueller, Sebastian Ordyniak, Giacomo Paesani, Mateusz Rychlicki

    Abstract: A book embedding of a graph is a drawing that maps vertices onto a line and edges to simple pairwise non-crossing curves drawn into pages, which are half-planes bounded by that line. Two-page book embeddings, i.e., book embeddings into 2 pages, are of special importance as they are both NP-hard to compute and have specific applications. We obtain a 2^(O(\sqrt{n})) algorithm for computing a book em… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

    Comments: An extended abstract of this paper has been accepted at ICALP 2024

    ACM Class: F.2; G.2

  8. arXiv:2402.03273  [pdf, ps, other

    cs.DS cs.LO

    Algorithms and Complexity of Difference Logic

    Authors: Konrad K. Dabrowski, Peter Jonsson, Sebastian Ordyniak, George Osipov

    Abstract: Difference Logic (DL) is a fragment of linear arithmetics where atoms are constraints x+k <= y for variables x,y (ranging over Q or Z) and integer k. We study the complexity of deciding the truth of existential DL sentences. This problem appears in many contexts: examples include verification, bioinformatics, telecommunications, and spatio-temporal reasoning in AI. We begin by considering sentence… ▽ More

    Submitted 5 February, 2024; originally announced February 2024.

    Comments: This is an strongly extended version of two conference papers with the same authors that appeared at KR 2020 (Title: Fine-Grained Complexity of Temporal Problems) and AAAI 2021 (Title: Disjunctive Temporal Problems under Structural Restrictions)

  9. arXiv:2312.07628  [pdf, other

    cs.DS

    Finding a Cluster in Incomplete Data

    Authors: Eduard Eiben, Robert Ganian, Iyad Kanj, Sebastian Ordyniak, Stefan Szeider

    Abstract: We study two variants of the fundamental problem of finding a cluster in incomplete data. In the problems under consideration, we are given a multiset of incomplete $d$-dimensional vectors over the binary domain and integers $k$ and $r$, and the goal is to complete the missing vector entries so that the multiset of complete vectors either contains (i) a cluster of $k$ vectors of radius at most… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

    Comments: Short version appeared at ESA 2022. arXiv admin note: substantial text overlap with arXiv:1911.01465

  10. arXiv:2312.07103  [pdf, ps, other

    cs.LG cs.CC cs.DS

    The Computational Complexity of Concise Hypersphere Classification

    Authors: Eduard Eiben, Robert Ganian, Iyad Kanj, Sebastian Ordyniak, Stefan Szeider

    Abstract: Hypersphere classification is a classical and foundational method that can provide easy-to-process explanations for the classification of real-valued and binary data. However, obtaining an (ideally concise) explanation via hypersphere classification is much more difficult when dealing with binary data than real-valued data. In this paper, we perform the first complexity-theoretic study of the hype… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

    Comments: Short version appeared at ICML 2023

  11. arXiv:2312.07043  [pdf, other

    cs.DS cs.AI cs.CC

    The Complexity of Envy-Free Graph Cutting

    Authors: Argyrios Deligkas, Eduard Eiben, Robert Ganian, Thekla Hamm, Sebastian Ordyniak

    Abstract: We consider the problem of fairly dividing a set of heterogeneous divisible resources among agents with different preferences. We focus on the setting where the resources correspond to the edges of a connected graph, every agent must be assigned a connected piece of this graph, and the fairness notion considered is the classical envy freeness. The problem is NP-complete, and we analyze its complex… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

    Comments: Short version appeared at IJCAI 2022

  12. arXiv:2305.13889  [pdf, other

    cs.DS

    Parameterized Complexity Classification for Interval Constraints

    Authors: Konrad K. Dabrowski, Peter Jonsson, Sebastian Ordyniak, George Osipov, Marcin Pilipczuk, Roohani Sharma

    Abstract: Constraint satisfaction problems form a nicely behaved class of problems that lends itself to complexity classification results. From the point of view of parameterized complexity, a natural task is to classify the parameterized complexity of MinCSP problems parameterized by the number of unsatisfied constraints. In other words, we ask whether we can delete at most $k$ constraints, where $k$ is th… ▽ More

    Submitted 23 May, 2023; originally announced May 2023.

  13. arXiv:2304.13896  [pdf, ps, other

    cs.LO cs.CC cs.DS math.LO

    Structure-Aware Lower Bounds and Broadening the Horizon of Tractability for QBF

    Authors: Johannes K. Fichte, Robert Ganian, Markus Hecher, Friedrich Slivovsky, Sebastian Ordyniak

    Abstract: The QSAT problem, which asks to evaluate a quantified Boolean formula (QBF), is of fundamental interest in approximation, counting, decision, and probabilistic complexity and is also considered the prototypical PSPACEcomplete problem. As such, it has previously been studied under various structural restrictions (parameters), most notably parameterizations of the primal graph representation of inst… ▽ More

    Submitted 26 April, 2023; originally announced April 2023.

  14. arXiv:2301.10031  [pdf, other

    cs.CC cs.DS math.CO

    Treewidth is NP-Complete on Cubic Graphs (and related results)

    Authors: Hans L. Bodlaender, Édouard Bonnet, Lars Jaffke, Dušan Knop, Paloma T. Lima, Martin Milanič, Sebastian Ordyniak, Sukanya Pandey, Ondřej Suchý

    Abstract: In this paper, we give a very simple proof that Treewidth is NP-complete; this proof also shows NP-completeness on the class of co-bipartite graphs. We then improve the result by Bodlaender and Thilikos from 1997 that Treewidth is NP-complete on graphs with maximum degree at most 9, by showing that Treewidth is NP-complete on cubic graphs.

    Submitted 2 March, 2023; v1 submitted 24 January, 2023; originally announced January 2023.

  15. Computational Short Cuts in Infinite Domain Constraint Satisfaction

    Authors: Peter Jonsson, Victor Lagerkvist, Sebastian Ordyniak

    Abstract: A backdoor in a finite-domain CSP instance is a set of variables where each possible instantiation moves the instance into a polynomial-time solvable class. Backdoors have found many applications in artificial intelligence and elsewhere, and the algorithmic problem of finding such backdoors has consequently been intensively studied. Sioutis and Janhunen (Proc. 42nd German Conference on AI (KI-2019… ▽ More

    Submitted 18 November, 2022; originally announced November 2022.

    Journal ref: Journal of Artificial Intelligence Research. 75 (2022)

  16. arXiv:2208.02732  [pdf, other

    cs.DS

    Almost Consistent Systems of Linear Equations

    Authors: Konrad K. Dabrowski, Peter Jonsson, Sebastian Ordyniak, George Osipov, Magnus Wahlström

    Abstract: Checking whether a system of linear equations is consistent is a basic computational problem with ubiquitous applications. When dealing with inconsistent systems, one may seek an assignment that minimizes the number of unsatisfied equations. This problem is NP-hard and UGC-hard to approximate within any constant even for two-variable equations over the two-element field. We study this problem from… ▽ More

    Submitted 4 August, 2022; originally announced August 2022.

    ACM Class: F.2.2; G.2

  17. arXiv:2202.08326  [pdf, other

    cs.DS

    SAT Backdoors: Depth Beats Size

    Authors: Jan Dreier, Sebastian Ordyniak, Stefan Szeider

    Abstract: For several decades, much effort has been put into identifying classes of CNF formulas whose satisfiability can be decided in polynomial time. Classic results are the linear-time tractability of Horn formulas (Aspvall, Plass, and Tarjan, 1979) and Krom (i.e., 2CNF) formulas (Dowling and Gallier, 1984). Backdoors, introduced by Williams Gomes and Selman (2003), gradually extend such a tractable cla… ▽ More

    Submitted 16 February, 2022; originally announced February 2022.

  18. arXiv:2201.11731  [pdf, other

    cs.DS cs.CC cs.DM math.CO

    An Algorithmic Framework for Locally Constrained Homomorphisms

    Authors: Laurent Bulteau, Konrad K. Dabrowski, Noleen Köhler, Sebastian Ordyniak, Daniël Paulusma

    Abstract: A homomorphism $f$ from a guest graph $G$ to a host graph $H$ is locally bijective, injective or surjective if for every $u\in V(G)$, the restriction of $f$ to the neighbourhood of $u$ is bijective, injective or surjective, respectively. The corresponding decision problems, LBHOM, LIHOM and LSHOM, are well studied both on general graphs and on special graph classes. Apart from complexity results w… ▽ More

    Submitted 27 January, 2022; originally announced January 2022.

  19. arXiv:2111.08048  [pdf, ps, other

    cs.DM math.OC

    Sometimes, Convex Separable Optimization Is Much Harder than Linear Optimization, and Other Surprises

    Authors: Cornelius Brand, Martin Koutecký, Alexandra Lassota, Sebastian Ordyniak

    Abstract: An influential 1990 paper of Hochbaum and Shanthikumar made it common wisdom that "convex separable optimization is not much harder than linear optimization" [JACM 1990]. We exhibit two fundamental classes of mixed integer (linear) programs that run counter this intuition. Namely those whose constraint matrices have small coefficients and small primal or dual treedepth: While linear optimization i… ▽ More

    Submitted 15 November, 2021; originally announced November 2021.

  20. arXiv:2107.01428  [pdf, ps, other

    cs.AI cs.CC cs.DS cs.LO

    Solving Infinite-Domain CSPs Using the Patchwork Property

    Authors: Konrad K. Dabrowski, Peter Jonsson, Sebastian Ordyniak, George Osipov

    Abstract: The constraint satisfaction problem (CSP) has important applications in computer science and AI. In particular, infinite-domain CSPs have been intensively used in subareas of AI such as spatio-temporal reasoning. Since constraint satisfaction is a computationally hard problem, much work has been devoted to identifying restricted problems that are efficiently solvable. One way of doing this is to r… ▽ More

    Submitted 3 July, 2021; originally announced July 2021.

    Comments: 34 pages, 2 figures. Parts of this article appeared in the proceedings of the 35th AAAI Conference on Artificial Intelligence (AAAI 2021)

  21. arXiv:2012.00079  [pdf, other

    cs.CC cs.DS

    Integer Programming and Incidence Treedepth

    Authors: Eduard Eiben, Robert Ganian, Dušan Knop, Sebastian Ordyniak, Michał Pilipczuk, Marcin Wrochna

    Abstract: Recently a strong connection has been shown between the tractability of integer programming (IP) with bounded coefficients on the one side and the structure of its constraint matrix on the other side. To that end, integer linear programming is fixed-parameter tractable with respect to the primal (or dual) treedepth of the Gaifman graph of its constraint matrix and the largest coefficient (in absol… ▽ More

    Submitted 30 November, 2020; originally announced December 2020.

    Comments: 11 pages, 1 figure. This is an extended version of an article that appeared at IPCO 2019

  22. arXiv:1912.03501  [pdf, ps, other

    cs.DS cs.DM math.CO math.OC

    Parameterized Algorithms for MILPs with Small Treedepth

    Authors: Cornelius Brand, Martin Koutecký, Sebastian Ordyniak

    Abstract: Solving (mixed) integer linear programs, (M)ILPs for short, is a fundamental optimization task. While hard in general, recent years have brought about vast progress for solving structurally restricted, (non-mixed) ILPs: $n$-fold, tree-fold, 2-stage stochastic and multi-stage stochastic programs admit efficient algorithms, and all of these special cases are subsumed by the class of ILPs of small tr… ▽ More

    Submitted 7 December, 2019; originally announced December 2019.

  23. arXiv:1911.12995  [pdf, other

    cs.DS

    SAT-Encodings for Treecut Width and Treedepth

    Authors: Robert Ganian, Neha Lodha, Sebastian Ordyniak, Stefan Szeider

    Abstract: In this paper we propose, implement, and test the first practical decomposition algorithms for the width parameters treecut width and treedepth. These two parameters have recently gained a lot of attention in the theoretical research community as they offer the algorithmic advantage over treewidth by supporting so-called fixed-parameter algorithms for certain problems that are not fixed-parameter… ▽ More

    Submitted 29 November, 2019; originally announced November 2019.

    Comments: Presented at ALENEX 2019; this version corrects a minor issue in one of the tables

  24. arXiv:1911.01465  [pdf, other

    cs.DS

    The Parameterized Complexity of Clustering Incomplete Data

    Authors: Eduard Eiben, Robert Ganian, Iyad Kanj, Sebastian Ordyniak, Stefan Szeider

    Abstract: We study fundamental clustering problems for incomplete data. Specifically, given a set of incomplete d-dimensional vectors (representing rows of a matrix), the goal is to complete the missing vector entries in a way that admits a partitioning of the vectors into at most $k$ clusters with radius or diameter at most r. We give tight characterizations of the parameterized complexity of these problem… ▽ More

    Submitted 7 April, 2021; v1 submitted 4 November, 2019; originally announced November 2019.

  25. arXiv:1907.12335  [pdf, ps, other

    cs.DS

    A Join-Based Hybrid Parameter for Constraint Satisfaction

    Authors: Robert Ganian, Sebastian Ordyniak, Stefan Szeider

    Abstract: We propose joinwidth, a new complexity parameter for the Constraint Satisfaction Problem (CSP). The definition of joinwidth is based on the arrangement of basic operations on relations (joins, projections, and pruning), which inherently reflects the steps required to solve the instance. We use joinwidth to obtain polynomial-time algorithms (if a corresponding decomposition is provided in the input… ▽ More

    Submitted 29 July, 2019; originally announced July 2019.

    Comments: Accepted at CP 2019

  26. arXiv:1907.12061  [pdf, ps, other

    cs.DS cs.CC cs.DM

    Parameterized Pre-coloring Extension and List Coloring Problems

    Authors: Gregory Gutin, Diptapriyo Majumdar, Sebastian Ordyniak, Magnus Wahlström

    Abstract: Golovach, Paulusma and Song (Inf. Comput. 2014) asked to determine the parameterized complexity of the following problems parameterized by $k$: (1) Given a graph $G$, a clique modulator $D$ (a clique modulator is a set of vertices, whose removal results in a clique) of size $k$ for $G$, and a list $L(v)$ of colors for every $v\in V(G)$, decide whether $G$ has a proper list coloring; (2) Given a gr… ▽ More

    Submitted 28 July, 2019; originally announced July 2019.

  27. arXiv:1812.02037  [pdf, other

    cs.CC

    On the Complexity Landscape of Connected f -Factor Problems

    Authors: R. Ganian, N. S. Narayanaswamy, S. Ordyniak, C. S. Rahul, M. S. Ramanujan

    Abstract: Let G be an undirected simple graph having n vertices and let f be a function defined to be f:V(G) -> {0,..., n-1}. An f-factor of G is a spanning subgraph H such that degree of a vertex v in H is f(v) for every vertex v in V(G). The subgraph H is called a connected f-factor if, in addition, H is connected. A classical result of Tutte(1954) is the polynomial time algorithm to check whether a given… ▽ More

    Submitted 5 December, 2018; originally announced December 2018.

    Comments: Under review in Algorithmica

  28. arXiv:1809.00585  [pdf, ps, other

    cs.DS

    The Complexity Landscape of Decompositional Parameters for ILP

    Authors: Robert Ganian, Sebastian Ordyniak

    Abstract: Integer Linear Programming (ILP) can be seen as the archetypical problem for NP-complete optimization problems, and a wide range of problems in artificial intelligence are solved in practice via a translation to ILP. Despite its huge range of applications, only few tractable fragments of ILP are known, probably the most prominent of which is based on the notion of total unimodularity. Using entire… ▽ More

    Submitted 3 September, 2018; originally announced September 2018.

  29. arXiv:1808.06954  [pdf, ps, other

    cs.DS

    Group Activity Selection with Few Agent Types

    Authors: Robert Ganian, Sebastian Ordyniak, C. S. Rahul

    Abstract: The Group Activity Selection Problem (GASP) models situations where a group of agents needs to be distributed to a set of activities while taking into account preferences of the agents w.r.t. individual activities and activity sizes. The problem, along with its two previously proposed variants sGASP and gGASP, has been studied in the parameterized complexity setting with various parameterizations,… ▽ More

    Submitted 21 August, 2018; originally announced August 2018.

  30. arXiv:1808.03496  [pdf, other

    cs.DS

    The Power of Cut-Based Parameters for Computing Edge Disjoint Paths

    Authors: Robert Ganian, Sebastian Ordyniak

    Abstract: This paper revisits the classical Edge Disjoint Paths (EDP) problem, where one is given an undirected graph $G$ and a set of terminal pairs $P$ and asks whether $G$ contains a set of pairwise edge-disjoint paths connecting every terminal pair in $P$. Our aim is to identify structural properties (parameters) of graphs which allow the efficient solution of EDP without restricting the placement of te… ▽ More

    Submitted 10 August, 2018; originally announced August 2018.

  31. arXiv:1804.03423  [pdf, ps, other

    cs.DS cs.CC

    Parameterized Algorithms for the Matrix Completion Problem

    Authors: Robert Ganian, Iyad Kanj, Sebastian Ordyniak, Stefan Szeider

    Abstract: We consider two matrix completion problems, in which we are given a matrix with missing entries and the task is to complete the matrix in a way that (1) minimizes the rank, or (2) minimizes the number of distinct rows. We study the parameterized complexity of the two aforementioned problems with respect to several parameters of interest, including the minimum number of matrix rows, columns, and ro… ▽ More

    Submitted 13 September, 2018; v1 submitted 10 April, 2018; originally announced April 2018.

  32. arXiv:1711.02120  [pdf, other

    cs.DS cs.LO

    Small Resolution Proofs for QBF using Dependency Treewidth

    Authors: Eduard Eiben, Robert Ganian, Sebastian Ordyniak

    Abstract: In spite of the close connection between the evaluation of quantified Boolean formulas (QBF) and propositional satisfiability (SAT), tools and techniques which exploit structural properties of SAT instances are known to fail for QBF. This is especially true for the structural parameter treewidth, which has allowed the design of successful algorithms for SAT but cannot be straightforwardly applied… ▽ More

    Submitted 6 November, 2017; originally announced November 2017.

  33. arXiv:1711.02076  [pdf, other

    cs.DS

    On Structural Parameterizations of the Edge Disjoint Paths Problem

    Authors: Robert Ganian, Sebastian Ordyniak, M. S. Ramanujan

    Abstract: In this paper we revisit the classical Edge Disjoint Paths (EDP) problem, where one is given an undirected graph G and a set of terminal pairs P and asks whether G contains a set of pairwise edge-disjoint paths connecting every terminal pair in P. Our focus lies on structural parameterizations for the problem that allow for efficient (polynomial-time or fpt) algorithms. As our first result, we ans… ▽ More

    Submitted 6 November, 2017; originally announced November 2017.

    Comments: Accepted for ISAAC 2017

  34. arXiv:1706.06084  [pdf, ps, other

    cs.DM cs.DS

    Solving Integer Linear Programs with a Small Number of Global Variables and Constraints

    Authors: Pavel Dvořák, Eduard Eiben, Robert Ganian, Dušan Knop, Sebastian Ordyniak

    Abstract: Integer Linear Programming (ILP) has a broad range of applications in various areas of artificial intelligence. Yet in spite of recent advances, we still lack a thorough understanding of which structural restrictions make ILP tractable. Here we study ILP instances consisting of a small number of "global" variables and/or constraints such that the remaining part of the instance consists of small an… ▽ More

    Submitted 16 March, 2020; v1 submitted 19 June, 2017; originally announced June 2017.

    Comments: 24 pages; an extended abstract appeared in proceedings of IJCAI 2017

    ACM Class: F.2.2

  35. arXiv:1606.09449  [pdf, ps, other

    cs.AI cs.CC cs.DS

    Clique-Width and Directed Width Measures for Answer-Set Programming

    Authors: Bernhard Bliem, Sebastian Ordyniak, Stefan Woltran

    Abstract: Disjunctive Answer Set Programming (ASP) is a powerful declarative programming paradigm whose main decision problems are located on the second level of the polynomial hierarchy. Identifying tractable fragments and developing efficient algorithms for such fragments are thus important objectives in order to complement the sophisticated ASP systems available to date. Hard problems can become tractabl… ▽ More

    Submitted 30 December, 2016; v1 submitted 30 June, 2016; originally announced June 2016.

    Comments: A short version of this paper has been accepted to ECAI 2016 and TAASP 2016

  36. arXiv:1602.04934  [pdf, ps, other

    cs.LO cs.CC

    Strong Backdoors for Linear Temporal Logic

    Authors: Arne Meier, Sebastian Ordyniak, M. S. Ramanujan, Irena Schindler

    Abstract: In the present paper we introduce the notion of strong backdoors into the field of temporal logic for the CNF-fragment of linear temporal logic introduced by Fisher. We study the parameterised complexity of the satisfiability problem parameterised by the size of the backdoor. We distinguish between backdoor detection and evaluation of backdoors into the fragments of horn and krom formulas. Here we… ▽ More

    Submitted 16 February, 2016; originally announced February 2016.

  37. Backdoors into Heterogeneous Classes of SAT and CSP

    Authors: Serge Gaspers, Neeldhara Misra, Sebastian Ordyniak, Stefan Szeider, Stanislav Živný

    Abstract: In this paper we extend the classical notion of strong and weak backdoor sets for SAT and CSP by allowing that different instantiations of the backdoor variables result in instances that belong to different base classes; the union of the base classes forms a heterogeneous base class. Backdoor sets to heterogeneous base classes can be much smaller than backdoor sets to homogeneous ones, hence they… ▽ More

    Submitted 25 October, 2016; v1 submitted 18 September, 2015; originally announced September 2015.

    Comments: to appear in JCSS, full version of an AAAI 2014 paper

    Journal ref: Journal of Computer and System Sciences 85 38-56 (2017)

  38. arXiv:1504.08122  [pdf, ps, other

    math.CO

    First order limits of sparse graphs: Plane trees and path-width

    Authors: Jakub Gajarsky, Petr Hlineny, Tomas Kaiser, Daniel Kral, Martin Kupec, Jan Obdrzalek, Sebastian Ordyniak, Vojtech Tuma

    Abstract: Nesetril and Ossona de Mendez introduced the notion of first order convergence as an attempt to unify the notions of convergence for sparse and dense graphs. It is known that there exist first order convergent sequences of graphs with no limit modeling (an analytic representation of the limit). On the positive side, every first order convergent sequence of trees or graphs with no long path (graphs… ▽ More

    Submitted 31 March, 2016; v1 submitted 30 April, 2015; originally announced April 2015.

  39. arXiv:1504.04115  [pdf, ps, other

    cs.LO cs.DM

    FO Model Checking on Posets of Bounded Width

    Authors: Jakub Gajarský, Petr Hliněný, Daniel Lokshtanov, Jan Obdržálek, Sebastian Ordyniak, M. S. Ramanujan, Saket Saurabh

    Abstract: Over the past two decades the main focus of research into first-order (FO) model checking algorithms have been sparse relational structures-culminating in the FPT-algorithm by Grohe, Kreutzer and Siebertz for FO model checking of nowhere dense classes of graphs [STOC'14], with dense structures starting to attract attention only recently. Bova, Ganian and Szeider [LICS'14] initiated the study of th… ▽ More

    Submitted 29 May, 2015; v1 submitted 16 April, 2015; originally announced April 2015.

    Comments: Minor correction, p.5, def. of τ_{s+1}: instead of an induced subdigraph of D_s, we use the appropriate relational structure formed from this subdigrph

  40. Faster Existential FO Model Checking on Posets

    Authors: Jakub Gajarský, Petr Hliněný, Jan Obdržálek, Sebastian Ordyniak

    Abstract: We prove that the model checking problem for the existential fragment of first-order (FO) logic on partially ordered sets is fixed-parameter tractable (FPT) with respect to the formula and the width of a poset (the maximum size of an antichain). While there is a long line of research into FO model checking on graphs, the study of this problem on posets has been initiated just recently by Bova, Gan… ▽ More

    Submitted 10 December, 2015; v1 submitted 15 September, 2014; originally announced September 2014.

    Comments: Paper as accepted to the LMCS journal. An extended abstract of an earlier version of this paper has appeared at ISAAC'14. Main changes to the previous version are improvements in the Multicoloured Clique part (Section 4)

    Journal ref: Logical Methods in Computer Science, Volume 11, Issue 4 (December 11, 2015) lmcs:1609

  41. arXiv:1409.2398  [pdf, ps, other

    cs.CC cs.DS cs.FL

    A Parameterized Study of Maximum Generalized Pattern Matching Problems

    Authors: Sebastian Ordyniak, Alexandru Popa

    Abstract: The generalized function matching (GFM) problem has been intensively studied starting with [Ehrenfeucht and Rozenberg, 1979]. Given a pattern p and a text t, the goal is to find a mapping from the letters of p to non-empty substrings of t, such that applying the mapping to p results in t. Very recently, the problem has been investigated within the framework of parameterized complexity [Fernau, Sch… ▽ More

    Submitted 8 September, 2014; originally announced September 2014.

    Comments: to appear in Proc. IPEC'14

  42. arXiv:1403.7024  [pdf, other

    cs.DM math.CO

    Tree-depth and Vertex-minors

    Authors: Petr Hliněný, O-joung Kwon, Jan Obdržálek, Sebastian Ordyniak

    Abstract: In a recent paper, Kwon and Oum claim that every graph of bounded rank-width is a pivot-minor of a graph of bounded tree-width (while the converse has been known true already before). We study the analogous questions for "depth" parameters of graphs, namely for the tree-depth and related new shrub-depth. We show that shrub-depth is monotone under taking vertex-minors, and that every graph class of… ▽ More

    Submitted 27 March, 2014; originally announced March 2014.

  43. arXiv:1402.6109  [pdf, ps, other

    cs.DS cs.AI

    The Complexity of Repairing, Adjusting, and Aggregating of Extensions in Abstract Argumentation

    Authors: Eun Jung Kim, Sebastian Ordyniak, Stefan Szeider

    Abstract: We study the computational complexity of problems that arise in abstract argumentation in the context of dynamic argumentation, minimal change, and aggregation. In particular, we consider the following problems where always an argumentation framework F and a small positive integer k are given. - The Repair problem asks whether a given set of arguments can be modified into an extension by at most… ▽ More

    Submitted 25 February, 2014; originally announced February 2014.

    Journal ref: Proc. TAFA 2013, pp. 158-175, Springer LNCS

  44. arXiv:1402.0558  [pdf

    cs.AI cs.LG

    Parameterized Complexity Results for Exact Bayesian Network Structure Learning

    Authors: Sebastian Ordyniak, Stefan Szeider

    Abstract: Bayesian network structure learning is the notoriously difficult problem of discovering a Bayesian network that optimally represents a given set of training data. In this paper we study the computational worst-case complexity of exact Bayesian network structure learning under graph theoretic restrictions on the (directed) super-structure. The super-structure is an undirected graph that contains… ▽ More

    Submitted 3 February, 2014; originally announced February 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 46, pages 263-302, 2013

  45. arXiv:1310.7828  [pdf, ps, other

    cs.AI cs.DS

    A Complete Parameterized Complexity Analysis of Bounded Planning

    Authors: Christer Baeckstroem, Peter Jonsson, Sebastian Ordyniak, Stefan Szeider

    Abstract: The propositional planning problem is a notoriously difficult computational problem, which remains hard even under strong syntactical and structural restrictions. Given its difficulty it becomes natural to study planning in the context of parameterized complexity. In this paper we continue the work initiated by Downey, Fellows and Stege on the parameterized complexity of planning with respect to t… ▽ More

    Submitted 29 October, 2013; originally announced October 2013.

    Comments: The paper is a combined and extended version of the papers "The Complexity of Planning Revisited - A Parameterized Analysis" (AAAI 2012, arXiv:1208.2566) and "Parameterized Complexity and Kernel Bounds for Hard Planning Problems" (CIAC 2013, arXiv:1211.0479)

    Journal ref: Proc. AAAI'12, pp. 1735-1741, AAAI Press 2012 and Proc. CIAC'13, pp. 13-24, Springer

  46. arXiv:1308.2858  [pdf, ps, other

    cs.DS cs.CC cs.DM

    Parameterized Algorithms for Modular-Width

    Authors: Jakub Gajarský, Michael Lampis, Sebastian Ordyniak

    Abstract: It is known that a number of natural graph problems which are FPT parameterized by treewidth become W-hard when parameterized by clique-width. It is therefore desirable to find a different structural graph parameter which is as general as possible, covers dense graphs but does not incur such a heavy algorithmic penalty. The main contribution of this paper is to consider a parameter called modula… ▽ More

    Submitted 14 August, 2013; v1 submitted 13 August, 2013; originally announced August 2013.

    Comments: to appear in IPEC 2013. arXiv admin note: text overlap with arXiv:1304.5479 by other authors

  47. Upper and Lower Bounds for Weak Backdoor Set Detection

    Authors: Neeldhara Misra, Sebastian Ordyniak, Venkatesh Raman, Stefan Szeider

    Abstract: We obtain upper and lower bounds for running times of exponential time algorithms for the detection of weak backdoor sets of 3CNF formulas, considering various base classes. These results include (omitting polynomial factors), (i) a 4.54^k algorithm to detect whether there is a weak backdoor set of at most k variables into the class of Horn formulas; (ii) a 2.27^k algorithm to detect whether there… ▽ More

    Submitted 3 May, 2013; v1 submitted 19 April, 2013; originally announced April 2013.

    Comments: A short version will appear in the proceedings of the 16th International Conference on Theory and Applications of Satisfiability Testing

    Journal ref: Proceedings of SAT 2013, LNCS 7962, pp. 394-402, 2013

  48. arXiv:1302.6863  [pdf, other

    cs.DS

    Kernelization Using Structural Parameters on Sparse Graph Classes

    Authors: Jakub Gajarský, Petr Hliněný, Jan Obdržálek, Sebastian Ordyniak, Felix Reidl, Peter Rossmanith, Fernando Sánchez Villaamil, Somnath Sikdar

    Abstract: Meta-theorems for polynomial (linear) kernels have been the subject of intensive research in parameterized complexity. Heretofore, meta-theorems for linear kernels exist on graphs of bounded genus, $H$-minor-free graphs, and $H$-topological-minor-free graphs. To the best of our knowledge, no meta-theorems for polynomial kernels are known for any larger sparse graph classes; e.g., for classes of… ▽ More

    Submitted 20 April, 2015; v1 submitted 27 February, 2013; originally announced February 2013.

    Comments: A preliminary version appeared as an extended abstract in the proceedings of ESA 2013, and one section in the proceedings of IPEC 2014. Changes from the previous version: inclusion of the IPEC 2014 results; much stronger conclusion for the case of nowhere dense graph classes; inclusion of some additional problems in the framework, e.g., of the branchwidth problem

  49. Parameterized Complexity and Kernel Bounds for Hard Planning Problems

    Authors: Christer Bäckström, Peter Jonsson, Sebastian Ordyniak, Stefan Szeider

    Abstract: The propositional planning problem is a notoriously difficult computational problem. Downey et al. (1999) initiated the parameterized analysis of planning (with plan length as the parameter) and Bäckström et al. (2012) picked up this line of research and provided an extensive parameterized analysis under various restrictions, leaving open only one stubborn case. We continue this work and provide a… ▽ More

    Submitted 21 January, 2013; v1 submitted 2 November, 2012; originally announced November 2012.

    Comments: This is the full version of a paper that will appear in the Proc. of CIAC 2013

    Journal ref: Proceedings of CIAC 2013, LNCS 7878, pp. 13-24, 2013

  50. arXiv:1208.2566  [pdf, ps, other

    cs.AI

    The Complexity of Planning Revisited - A Parameterized Analysis

    Authors: Christer Baeckstroem, Yue Chen, Peter Jonsson, Sebastian Ordyniak, Stefan Szeider

    Abstract: The early classifications of the computational complexity of planning under various restrictions in STRIPS (Bylander) and SAS+ (Baeckstroem and Nebel) have influenced following research in planning in many ways. We go back and reanalyse their subclasses, but this time using the more modern tool of parameterized complexity analysis. This provides new results that together with the old results give… ▽ More

    Submitted 13 August, 2012; originally announced August 2012.

    Comments: (author's self-archived copy)

    Journal ref: Proc. AAAI'12 (AAAI Press 2012) pp. 1735-1741