Fundamentals Of Parameterized Complexity


Fundamentals Of Parameterized Complexity
DOWNLOAD eBooks

Download Fundamentals Of Parameterized Complexity PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Fundamentals Of Parameterized Complexity book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page





Fundamentals Of Parameterized Complexity


Fundamentals Of Parameterized Complexity
DOWNLOAD eBooks

Author : Rodney G. Downey
language : en
Publisher: Springer Science & Business Media
Release Date : 2013-12-03

Fundamentals Of Parameterized Complexity written by Rodney G. Downey and has been published by Springer Science & Business Media this book supported file pdf, txt, epub, kindle and other format this book has been release on 2013-12-03 with Computers categories.


This comprehensive and self-contained textbook presents an accessible overview of the state of the art of multivariate algorithmics and complexity. Increasingly, multivariate algorithmics is having significant practical impact in many application domains, with even more developments on the horizon. The text describes how the multivariate framework allows an extended dialog with a problem, enabling the reader who masters the complexity issues under discussion to use the positive and negative toolkits in their own research. Features: describes many of the standard algorithmic techniques available for establishing parametric tractability; reviews the classical hardness classes; explores the various limitations and relaxations of the methods; showcases the powerful new lower bound techniques; examines various different algorithmic solutions to the same problems, highlighting the insights to be gained from each approach; demonstrates how complexity methods and ideas have evolved over the past 25 years.



Parameterized Complexity


Parameterized Complexity
DOWNLOAD eBooks

Author : Rodney G. Downey
language : en
Publisher: Springer Science & Business Media
Release Date : 2012-12-06

Parameterized Complexity written by Rodney G. Downey and has been published by Springer Science & Business Media this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012-12-06 with Computers categories.


An approach to complexity theory which offers a means of analysing algorithms in terms of their tractability. The authors consider the problem in terms of parameterized languages and taking "k-slices" of the language, thus introducing readers to new classes of algorithms which may be analysed more precisely than was the case until now. The book is as self-contained as possible and includes a great deal of background material. As a result, computer scientists, mathematicians, and graduate students interested in the design and analysis of algorithms will find much of interest.



Computability And Complexity


Computability And Complexity
DOWNLOAD eBooks

Author : Rod Downey
language : en
Publisher: Springer
Release Date : 2024-05-30

Computability And Complexity written by Rod Downey and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2024-05-30 with Computers categories.


This is a book about computation, something which is ubiquitous in the modern world. More precisely, it examines computability theory and computational complexity theory. Computability theory is the part of mathematics and computer science which seeks to clarify what we mean by computation or algorithm. When is there a computational solution possible to some question? How can we show that none is possible? How computationally hard is the question we are concerned with? Arguably, this area lead to the development of digital computers. (Computational) complexity theory is an intellectual heir of computability theory. Complexity theory is concerned with understanding what resources are needed for computation, where typically we would measure the resources in terms of time and space. Can we perform some task in a feasible number of steps? Can we perform some algorithm with only a limited memory? Does randomness help? Are there standard approaches to overcoming computational difficulty?



Parameterized Algorithms


Parameterized Algorithms
DOWNLOAD eBooks

Author : Marek Cygan
language : en
Publisher: Springer
Release Date : 2015-07-20

Parameterized Algorithms written by Marek Cygan and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2015-07-20 with Computers categories.


This comprehensive textbook presents a clean and coherent account of most fundamental tools and techniques in Parameterized Algorithms and is a self-contained guide to the area. The book covers many of the recent developments of the field, including application of important separators, branching based on linear programming, Cut & Count to obtain faster algorithms on tree decompositions, algorithms based on representative families of matroids, and use of the Strong Exponential Time Hypothesis. A number of older results are revisited and explained in a modern and didactic way. The book provides a toolbox of algorithmic techniques. Part I is an overview of basic techniques, each chapter discussing a certain algorithmic paradigm. The material covered in this part can be used for an introductory course on fixed-parameter tractability. Part II discusses more advanced and specialized algorithmic ideas, bringing the reader to the cutting edge of current research. Part III presents complexity results and lower bounds, giving negative evidence by way of W[1]-hardness, the Exponential Time Hypothesis, and kernelization lower bounds. All the results and concepts are introduced at a level accessible to graduate students and advanced undergraduate students. Every chapter is accompanied by exercises, many with hints, while the bibliographic notes point to original publications and related work.



Parameterized Complexity In The Polynomial Hierarchy


Parameterized Complexity In The Polynomial Hierarchy
DOWNLOAD eBooks

Author : Ronald de Haan
language : en
Publisher: Springer Nature
Release Date : 2019-12-30

Parameterized Complexity In The Polynomial Hierarchy written by Ronald de Haan and has been published by Springer Nature this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-12-30 with Mathematics categories.


Parameterized Complexity in the Polynomial Hierarchy was co-recipient of the E.W. Beth Dissertation Prize 2017 for outstanding dissertations in the fields of logic, language, and information. This work extends the theory of parameterized complexity to higher levels of the Polynomial Hierarchy (PH). For problems at higher levels of the PH, a promising solving approach is to develop fixed-parameter tractable reductions to SAT, and to subsequently use a SAT solving algorithm to solve the problem. In this dissertation, a theoretical toolbox is developed that can be used to classify in which cases this is possible. The use of this toolbox is illustrated by applying it to analyze a wide range of problems from various areas of computer science and artificial intelligence.



Classic Graph Problems Made Temporal A Parameterized Complexity Analysis


Classic Graph Problems Made Temporal A Parameterized Complexity Analysis
DOWNLOAD eBooks

Author : Molter, Hendrik
language : en
Publisher: Universitätsverlag der TU Berlin
Release Date : 2020

Classic Graph Problems Made Temporal A Parameterized Complexity Analysis written by Molter, Hendrik and has been published by Universitätsverlag der TU Berlin this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020 with Computers categories.


This thesis investigates the parameterized computational complexity of six classic graph problems lifted to a temporal setting. More specifically, we consider problems defined on temporal graphs, that is, a graph where the edge set may change over a discrete time interval, while the vertex set remains unchanged. Temporal graphs are well-suited to model dynamic data and hence they are naturally motivated in contexts where dynamic changes or time-dependent interactions play an important role, such as, for example, communication networks, social networks, or physical proximity networks. The most important selection criteria for our problems was that they are well-motivated in the context of dynamic data analysis. Since temporal graphs are mathematically more complex than static graphs, it is maybe not surprising that all problems we consider in this thesis are NP-hard. We focus on the development of exact algorithms, where our goal is to obtain fixed-parameter tractability results, and refined computational hardness reductions that either show NP-hardness for very restricted input instances or parameterized hardness with respect to “large” parameters. In the context of temporal graphs, we mostly consider structural parameters of the underlying graph, that is, the graph obtained by ignoring all time information. However, we also consider parameters of other types, such as ones trying to measure how fast the temporal graph changes over time. In the following we briefly discuss the problem setting and the main results. Restless Temporal Paths. A path in a temporal graph has to respect causality, or time, which means that the edges used by a temporal path have to appear at non-decreasing times. We investigate temporal paths that additionally have a maximum waiting time in every vertex of the temporal graph. Our main contributions are establishing NP-hardness for the problem of finding restless temporal paths even in very restricted cases, and showing W[1]-hardness with respect to the feedback vertex number of the underlying graph. Temporal Separators. A temporal separator is a vertex set that, when removed from the temporal graph, destroys all temporal paths between two dedicated vertices. Our contribution here is twofold: Firstly, we investigate the computational complexity of finding temporal separators in temporal unit interval graphs, a generalization of unit interval graphs to the temporal setting. We show that the problem is NP-hard on temporal unit interval graphs but we identify an additional restriction which makes the problem solvable in polynomial time. We use the latter result to develop a fixed-parameter algorithm with a “distance-to-triviality” parameterization. Secondly, we show that finding temporal separators that destroy all restless temporal paths is Σ-P-2-hard. Temporal Matchings. We introduce a model for matchings in temporal graphs, where, if two vertices are matched at some point in time, then they have to “recharge” afterwards, meaning that they cannot be matched again for a certain number of time steps. In our main result we employ temporal line graphs to show that finding matchings is NP-hard even on instances where the underlying graph is a path. Temporal Coloring. We lift the classic graph coloring problem to the temporal setting. In our model, every edge has to be colored properly (that is,the endpoints are colored differently) at least once in every time interval of a certain length. We show that this problem is NP-hard in very restricted cases, even if we only have two colors. We present simple exponential-time algorithms to solve this problem. As a main contribution, we show that these algorithms presumably cannot be improved significantly. Temporal Cliques and s-Plexes. We propose a model for temporal s-plexes that is a canonical generalization of an existing model for temporal cliques. Our main contribution is a fixed-parameter algorithm that enumerates all maximal temporal s-plexes in a given temporal graph, where we use a temporal adaptation of degeneracy as a parameter. Temporal Cluster Editing. We present a model for cluster editing in temporal graphs, where we want to edit all “layers” of a temporal graph into cluster graphs that are sufficiently similar. Our main contribution is a fixed-parameter algorithm with respect to the parameter “number of edge modifications” plus the “measure of similarity” of the resulting clusterings. We further show that there is an efficient preprocessing procedure that can provably reduce the size of the input instance to be independent of the number of vertices of the original input instance.



Fundamentals Of Computation Theory


Fundamentals Of Computation Theory
DOWNLOAD eBooks

Author : Adrian Kosowski
language : en
Publisher: Springer
Release Date : 2015-08-03

Fundamentals Of Computation Theory written by Adrian Kosowski and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2015-08-03 with Computers categories.


This book constitutes the refereed proceedings of the 20th International Symposium on Fundamentals of Computation Theory, FCT 2015, held in Gdańsk, Poland, in August 2015. The 27 revised full papers presented were carefully reviewed and selected from 60 submissions. The papers cover topics in three main areas: algorithms, formal methods, and emerging fields and are organized in topical sections on geometry, combinatorics, text algorithms; complexity and Boolean functions; languages; set algorithms, covering, and traversal; graph algorithms and networking applications; anonymity and indistinguishability; graphs, automata, and dynamics; and logic and games.



Fundamentals Of Computation Theory


Fundamentals Of Computation Theory
DOWNLOAD eBooks

Author : Evripidis Bampis
language : en
Publisher: Springer Nature
Release Date : 2021-09-11

Fundamentals Of Computation Theory written by Evripidis Bampis and has been published by Springer Nature this book supported file pdf, txt, epub, kindle and other format this book has been release on 2021-09-11 with Computers categories.


This book constitutes the proceedings of the 23rd International Symposium on Fundamentals of Computation Theory, FCT 2021, held in Athens, Greece, in September 2021. The 30 full papers included in this volume were carefully reviewed and selected from 94 submissions. In addition, the book contains 2 invited talks. The papers cover topics of all aspects of theoretical computer science, in particular algorithms, complexity, formal and logical methods.



Fundamentals Of Computation Theory


Fundamentals Of Computation Theory
DOWNLOAD eBooks

Author : Leszek Antoni Gąsieniec
language : en
Publisher: Springer
Release Date : 2019-08-01

Fundamentals Of Computation Theory written by Leszek Antoni Gąsieniec and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-08-01 with Computers categories.


This book constitutes the proceedings of the 22nd International Symposium on Fundamentals of Computation Theory, FCT 2019, held in Copenhagen, Denmark, in August 2019. The 21 full papers included in this volume were carefully reviewed and selected from 45 submissions. In addition, the book contains 3 invited talks in full-paper length. The papers were organized in topical sections named: formal methods, complexity, and algorithms.



Mathematical Foundations Of Computer Science 2014


Mathematical Foundations Of Computer Science 2014
DOWNLOAD eBooks

Author : Ersébet Csuhaj-Varjú
language : en
Publisher: Springer
Release Date : 2014-08-12

Mathematical Foundations Of Computer Science 2014 written by Ersébet Csuhaj-Varjú and has been published by Springer this book supported file pdf, txt, epub, kindle and other format this book has been release on 2014-08-12 with Computers categories.


This two volume set LNCS 8634 and LNCS 8635 constitutes the refereed conference proceedings of the 39th International Symposium on Mathematical Foundations of Computer Science, MFCS 2014, held in Budapest, Hungary, in August 2014. The 95 revised full papers presented together with 6 invited talks were carefully selected from 270 submissions. The focus of the conference was on following topics: Logic, Semantics, Automata, Theory of Programming, Algorithms, Complexity, Parallel and Distributed Computing, Quantum Computing, Automata, Grammars and Formal Languages, Combinatorics on Words, Trees and Games.