Parameterized Complexity News

Total Page:16

File Type:pdf, Size:1020Kb

Parameterized Complexity News Parameterized Complexity News The Newsletter of the Parameterized Complexity Community Volume 4, April 2009 Welcome fpt.wikidot.com and mrfellows.net Frances Rosamond, Editor Parameterized complexity has a WIKI!! The establish- Welcome to the latest issue of the Parameterized Com- ment of the wiki is largely due to Philip, student of plexity Newsletter. Our aim is to be provocative and Venkatesh Raman at IMSc, Chennai who searched for a informative, suggesting new problems while keeping the site that will accept LaTEX. We appreciate Philip for an community abreast of the rapidly expanding list of appli- outstanding job. A wiki is a community forum for sharing cations and techniques. The world records of FPT races news and ideas. It works just like wikipedia, although its (as we know them) are summarized. The newsletter pub- “skin” is a little different (the appearance is changable). lishes exercises for classes, as well as new research ideas. Anyone can add or edit. Enjoy and please help keep it There have been an increasing number of parameter- up to date. ized complexity papers presented at conferences this past Philip has also helped create a website for Mike. He year. We are all proud of the smart researchers doing has written a program to fill in the Bibtex and the lengthy such excellent work and I have tried to list some of them process of detailing all Mike’s papers is underway. But, in this newsletter. I apologize for those missed. Some it is quite a job. Mike has over 2000 citations (that non-parameterized papers have also probably been listed. are not self-citations by himself or co-authors) and over Contributions or requests may be sent to my email ad- 1000 are in the past 4 years. The “mrfellows.net” stands dress: ([email protected]). Suggestions for a newslet- for “Michael Ralph”. Note that Mike’s email address is ter logo are welcome. The newsletter is archived at [email protected]. the IWPEC website, (http://www.scs.carleton.ca/ ~dehne/iwpec) and at the new FPT wiki. Some New Developments Gold Ring Project By Saket Saurabh ([email protected]) Independent Odd Cycle Transversal: In the In- The FPT Newsletter invites all the subprograms in the dependent Odd Cycle Transversal problem, we are Computer Journal Special Issue and others, to list the given as input a graph G =(V,E) and a positive integer most important problems waiting to be solved. The k and the question is whether there exists a set I ⊆ V Newsletter and wiki is willing to be a Central Clear- of size at most k such that I is an independent set and ing House. A “special ceremony” at IWPEC will induct G[V \ I] is bipartite. The parameterized complexity of members into the Gadgeteers Club. this problem has been open for some years now. Marx, Sullivan and Razgon have settled this open problem in affirmative by obtaining a fixed parameter tractable al- gorithm for Independent Odd Cycle Transversal. In fact they present a method for reducing the treewidth Contents of this issue: PC and Artificial Intelligence . 2 Welcome........................................1 SocialChoice............................. 3 GoldRingProject...............................1 Established FPT Races. .5 fpt.wikidot.com and mrfellows.net .. 1 SpecialIssue...............................6 Some New Developments . 1 NewDissertations.........................6 SteinerTree:..............................2 Conferences...............................6 Kernelization for Dominating Set: . 2 Positions Advertised . 10 Kernelization Lower Bounds: . 2 Parameterized Complexity News 2 of a graph while preserving all the minimal s − t sep- Kernelization Lower Bounds: Many problems arators. This technique seems very useful in designing have been shown to admit polynomial kernels, but it parameterized algorithms for cut problems. The relevant is only recently that a framework for showing the non- literature can be found here. existence of polynomial kernels for specific problems has been developed by Bodlaender et al. [ICALP, 2008] and • D´aniel Marx, Barry O’Sullivan and Igor Raz- Fortnow and Santhanam [STOC, 2008]. These two semi- gon, Treewidth reduction for constrained separation nal papers have led the foundation of kernelizationn lower and bipartization problems, CoRR abs/0902.3780 bounds. With few exceptions, all known kernelization (2009). lower bounds results have been obtained by directly ap- plying this framework. Recently, there has been a lot Steiner Tree: It is well known that Steiner Tree of progress in this direction. Bodlaender, Thomass´e,and parameterized by the number of terminals can be solved Yeo introduced the notion of polynomial parameter trans- in time O(3knO(1)) using the famous Dreyfus-Wagner al- formations and combined this with non-trivial composi- gorithm. In a breakthrough result Koivisto et al.[STOC, tion algorithm and showed that the Disjoint Paths and 2007] obtained an algorithm running in time and space Disjoint Cycles problems do not admit a polynomial k O(1) 3 O(2 n ) using fast subset convolution. Continuing this kernel unless PH =Σp. In another result of this type, line of research Jesper gives an algorithm running in time Dom, Lokshtanov and Saurabh introduced a notion of col- O(2knO(1)) and using polynomial space. He introduced ors and ids and used it to show that Connected Vertex the concept of branching walks, and obtains the algo- Cover, Capacitated Vertex Cover, Steiner Tree, rithm by extending the inclusion exclusion algorithm of Unique Coverage and various other natural parame- Karp with branching walks. The article containing this terized problems do not admit a polynomial kernel unless 3 result can be found here. PH =Σp. • Jesper Nederlof, Fast polynomial-space algorithms • Hans L. Bodlaender, St´ephanThomass´e,and An- using Mobius inversion: Improving on Steiner Tree ders Yeo, Analysis of Data Reduction: Transforma- and related problems, (2009). Available from home- tions give evidence for non-existence of polynomial page. kernels (2009). Kernelization for Dominating Set: Dominating • Michael Dom, Daniel Lokshtanov, and Saket Set has been a test-bed for making subexponential time Saurabh: Incompressibility through Colors and IDs algorithms and linear kernelization on planar graphs. The (2009). seminal result of Alber et al. [JACM, 2004] obtaining a linear kernel for Dominating Set has been used as a template in obatining linear kernels for various prob- PC and Artificial Intelligence lems on planar graphs. This result was later extended to graphs of bounded genus by Fomin and Thilikos [ICALP, Probabilistic Analysis of Data Reduction and In- 2004]. Recently, Alon and Gutner extended this result tractable Parameterized Problems and obtained a kernel of size kc in graphs excluding a By Yong Gao ([email protected]), University of fixed graph H as a minor, where c only depends on |H|. British Columbia Okanagan, Canada. Data reduction is Alon and Gutner leave as an open problem whether one a key technique in designing efficient algorithms for fixed can obtain a polynomial kernel for Dominating Set in parameter tractable problem and exact exponential-time d-degenerate graphs. Philip, Raman, and Sikdar settled algorithms for NP-hard problems. In the artificial intelli- this open problem by obtaining a polynomial kernel in gence literature, pruning techniques based on simple and graphs excluding Ki,j as a subgraph. Observe that d- efficient-to-implement reduction rules also play a crucial degenerate graph does not have Kd+1,d+1 as a subgraph. role in the success of many industrial-strength solvers, most notably in satisfiability testing, constraint process- • Noga Alon and Shai Gutner, Kernels for the domi- ing, and heuristic state space search. nating set problem on graphs with an excluded mi- In artificial intelligence and theoretical computer sci- nor, ECCC Report TR08-066 ence, the continued interest over the past more than ten • Geevarghese Philip, Venkatesh Raman, and Som- nath Sikdar, Polynomial Kernels for Dominating Set in Ki,j -free and d-degenerate Graphs, (2009). Parameterized Complexity News 3 years in the phase transition phenomenon of random in- presently uses PageRank, but faster and better algo- stances of NP-complete problems is largely motivated by rithms are needed. Similar ranking algorithms may play the expectation that such study will help shed lights on a role in evaluating microarray datasets in bioinformatics, why simple heuristics work on typical problem instances determining how to combine gene expression information and in what situations. with network structure derived from gene ontologies or Yong Gao (University of British Columbia Okana- expression profile correlations. gan, Canada) has recently started an effort to extend Algorithms for merging preference aggregation are this line of research to intractable parameterized prob- needed in multi-agent intelligent systems such as com- lems. He is currently focusing on random instances of puterised air-traffic control where systems from neigh- the Weighted d-CNF Satisfiability problem (Weighted d- bouring countries may negotiate between themselves to SAT) generated under a variety of reasonable random track flights and recommend available runways, and in models. A recently-obtained result shows that an algo- Learning Theory where consensus by motion sensors may rithm based on data reduction techniques is able to solve help train robots to maintain balance. Arkadii Slinko a typical instance of Weighted d-SAT in fixed-parameter (U. Auckland) is investigating how to create autonomous time O(dknd) where n is the number of variables and k software agents capable of acting as group members and is the usual parameter in weighted SAT. This seems to participating in group decision making [10, 11]. be the first in the literature that provides a sound the- With funding by the German Research Agency, Detlef oretical evidence on the power of simple data reductions Seese (Uni Karlsruhe) is investigating trading strategies, for intractable parameterized problems and on the fixed- auctions (eBay.de), and intelligent systems in manage- parameter tractability of random instances of intractable ment of risk and complexity.
Recommended publications
  • Complexity with Rod
    Complexity with Rod Lance Fortnow Georgia Institute of Technology Abstract. Rod Downey and I have had a fruitful relationship though direct and indirect collaboration. I explore two research directions, the limitations of distillation and instance compression, and whether or not we can create NP-incomplete problems without punching holes in NP- complete problems. 1 Introduction I first met Rod Downey at the first Dagstuhl seminar on \Structure and Com- plexity Theory" in February 1992. Even though we heralded from different com- munities, me as a computer scientist working on computational complexity, and Rod as a mathematician working primarily in computability, our paths have crossed many times on many continents, from Germany to Chicago, from Sin- gapore to Honolulu. While we only have had one joint publication [1], we have profoundly affected each other's research careers. In 2000 I made my first pilgrimage to New Zealand, to the amazingly beau- tiful town of Kaikoura on the South Island. Rod Downey had invited me to give three lectures [2] in the summer New Zealand Mathematics Research Institute graduate seminar on Kolmogorov complexity, the algorithmic study of infor- mation and randomness. Those lectures helped get Rod and Denis Hirschfeldt interested in Kolmogorov complexity, and their interest spread to much of the computability community. Which led to a US National Science Foundation Foun- dation Focused Research Group grant among several US researchers in the area including myself. What comes around goes around. In 2010 Rod Downey and De- nis Hirschfeldt published an 855 page book Algorithmic Randomness and Com- plexity [3] on this line of research.
    [Show full text]
  • Parameterized Complexity Via Combinatorial Circuits (Extended Abstract) MICHAEL FELLOWS, 1 JORG¨ FLUM,DANNY HERMELIN,MORITZ MULLER¨ , and FRANCES ROSAMOND 2
    Parameterized Complexity via Combinatorial Circuits (Extended Abstract) MICHAEL FELLOWS, 1 JORG¨ FLUM,DANNY HERMELIN,MORITZ MULLER¨ , AND FRANCES ROSAMOND 2 ABSTRACT. The classes of the W-hierarchy are the most important classes of intractable problems in parameterized complexity. These classes were orig- inally defined via the weighted satisfiability problem for Boolean circuits. The analysis of the parameterized majority vertex cover problem and other pa- rameterized problems led us to study circuits that contain connectives such as majority, not-all-equal, and unique, instead of (or in addition to) the Boolean connectives. For example, a gate labelled by the majority connective outputs TRUE if more than half of the inputs are TRUE. For any finite set C of connec- tives we construct the corresponding W(C)-hierarchy. We derive some general conditions which guarantee that the W-hierarchy and the W( C)-hierarchy co- incide levelwise. Surprisingly, if C contains only the majority connective (i.e., no boolean connectives), then the first levels coincide. We use this to show that the majority vertex cover problem is W[1]-complete. 1 Introduction Parameterized complexity is a refinement of classical complexity theory, in which one takes into account not only the total input length n, but also other aspects of the problem codified as the parameter k. In doing so, one attempts to confine the exponential running time needed for solving many natural problems strictly to the parameter. For example, the classical V ERTEX-COVER problem can be solved in O(2k · n) time, when parameterized by the size k of the solution sought [8] (significant improvements to this algorithm are surveyed in [9]).
    [Show full text]
  • New Methods in Parameterized Algorithms and Complexity
    New Methods in Parameterized Algorithms and Complexity Daniel Lokshtanov Dissertation for the degree of Philosophiae Doctor (PhD) University of Bergen Norway April 2009 i Acknowledgements First of all, I would like to thank my supervisor Pinar Heggernes for her help and guidance, both with my reasearch and with all other aspects of being a graduate student. This thesis would not have existed without her. Already in advance, I would like to thank my PhD committee, Maria Chudnovsky, Rolf Niedermeier and Sverre Storøy. I also want to thank all my co-authors, Noga Alon, Oren Ben-Zwi, Hans Bod- laender, Michael Dom, Michael Fellows, Henning Fernau, Fedor V. Fomin, Petr A. Golovach, Fabrizio Grandoni, Pinar Heggernes, Danny Hermelin, Jan Kra- tochv´ıl, Elena Losievskaja, Federico Mancini, Rodica Mihai, Neeldhara Misra, Matthias Mnich, Ilan Newman, Charis Papadopoulos, Eelko Penninkx, Daniel Raible, Venkatesh Raman, Frances Rosamond, Saket Saurabh, Somnath Sikdar, Christian Sloper, Stefan Szeider, Jan Arne Telle, Dimitrios Thilikos, Carsten Thomassen and Yngve Villanger. A special thanks goes to Saket Saurabh, with whom I have shared many sleepless nights and cups of coffee preparing this work. Thanks to my family, especially to my mother and father. In more than one way, i am here largely because of you. I would also like to thank my friends for filling my life with things other than discrete mathematics. You mean a lot to me, hugs to all of you and kisses to one in particular. Thanks also to the Algorithms group at the University of Bergen, you are a great lot. An extra thanks goes to my table-tennis opponents, even though this thesis exists despite of your efforts to keep me away from it.
    [Show full text]
  • Data Reduction and Problem Kernels
    Report from Dagstuhl Seminar 12241 Data Reduction and Problem Kernels Edited by Michael R. Fellows1, Jiong Guo2, Dániel Marx3, and Saket Saurabh4 1 Charles Darwin University, AU, [email protected] 2 Universität des Saarlandes, DE, [email protected] 3 Tel Aviv University, IL, [email protected] 4 The Institute of Mathematical Sciences – Chennai, IN, [email protected] Abstract This report documents the program and the outcomes of Dagstuhl Seminar 12241 “Data Re- duction and Problem Kernels”. During the seminar, several participants presented their current research, and ongoing work and open problems were discussed. Abstracts of the presentations given during the seminar as well as abstracts of seminar results and ideas are put together in this paper. The first section describes the seminar topics and goals in general. Links to extended abstracts or full papers are provided, if available. Seminar 10.–15. June, 2012 – www.dagstuhl.de/12241 1998 ACM Subject Classification F.2 Analysis of Algorithms and Problem Complexity, G.2 2 Graph Theory, F.1.3 Complexity Measures and Classes Keywords and phrases Preprocessing, Fixed-parameter tractability, Parameterized algorithmics Digital Object Identifier 10.4230/DagRep.2.6.26 Edited in cooperation with Neeldhara Misra (Institute of Mathematical Sciences, Chennai, In- dia, [email protected]) 1 Executive Summary Michael R. Fellows Jiong Guo Dániel Marx Saket Saurabh License Creative Commons BY-NC-ND 3.0 Unported license © Michael R. Fellows, Jiong Guo, Dániel Marx, and Saket Saurabh Preprocessing (data reduction or kernelization) is used universally in almost every practical computer implementation that aims to deal with an NP-hard problem.
    [Show full text]
  • Download the PDF File
    Michael R. Fellows Position Professor (Australian Professorial Fellow) Charles Darwin University Darwin, Northern Territory, Australia phone: (international mobile) +44 7590 089314 electronic mail: [email protected] fax: +61 8 8946 6680 Personal Born: June 15, 1952, in Upland, California Information Citizenship: Australia, Canada, U.S.A. Married: to Frances Rosamond (Professor, Charles Darwin University) Education Ph.D., Computer Science, University of California, San Diego, 1985 M.A., Mathematics, University of California, San Diego, 1982 B.A., Mathematics, Sonoma State University, California, 1980 Experience 2010–present: Professor, Charles Darwin University, Australia 2001–2010: Professor of Computer Science, Univ. Newcastle, Australia 1999–2001: Reader of Theoretical Computer Science, Victoria Univ., N.Z. 1995–2001: Professor of Computer Science, Univ. Victoria, Canada 1990–1995: Associate Professor, Univ. Victoria, Canada 1987–1990: Associate Professor, Univ. Idaho, U.S.A. 1986–1987: Assistant Professor, Univ. New Mexico, U.S.A. 1985–1986: Assistant Professor, Washington State Univ., U.S.A. Professional Computational Complexity Theory, Combinatorial Algorithms, Interests Computational Biology, Mathematical Sciences Communication 1 Research Funding “An Algebraic Approach to Parallel Processing,” $30,000 (US), Sandia Laboratories Univer- sity Research Program, October 1986–October 1987, Principal Investigator. “Solution Strategies for Practical Problems of VLSI Design,” $91,795 (US), U.S. National Science Foundation, December 1986–May 1989, Co-Principal Investigator, one of two. “Structured Approaches for Problems of Network Design and Utilization,” $146,045 (US), U.S. Office of Naval Research, July 1988–July 1991, Principal Investigator. “VLSI Hardware Acceleration Center for Space Research,” $1,500,000 (US), U.S. National Aeronautics and Space Administration, June 1988 – March 1991, Co-Principal Investigator, one of ten.
    [Show full text]
  • Selected Publications Prof Michael Fellows Books • This Is Mega-Mathematics!, 134 Pp., Available for Free at the World Wide W
    Selected Publications Prof Michael Fellows Books • This is Mega-Mathematics!, 134 pp., available for free at the World Wide Web site: http://www.c3.lanl.gov/ captors/mega-math, 1992, with Nancy Casey. • Computer Science Unplugged ... o ine activities and games for all ages, 231 pp., 1996, with Tim Bell and Ian Witten. • Parameterized Complexity, 530 pp., Springer-Verlag, 1999, with R.G. Downey. Journal Articles • “A Topological Parameterization and Hard Graph Problems,” Congressus Numeran-tium 59 (1987), 69–78, with F. Hickling and M. Syslo. • “Computational Complexity of Integrity,” Journal of Combinatorial Mathematics and Combinatorial Computing 2 (1987), 179–191, with L. H. Clark and R. C. Entringer. • “Nonconstructive Proofs of Polynomial-Time Complexity,” Information Processing Letters 26(1987/88), 157–162, with M. A. Langston. • “Processor Utilization in a Linearly Connected Parallel Processing System,” IEEE Transactions on Computers 37 (1988), 594–603, with M. A. Langston. • “On Finding Optimal and Near-Optimal Lineal Spanning Trees,” Algorithmica 3 (1988), 549–560, with D. K. Friesen and M. A. Langston. • “Nonconstructive Tools for Proving Polynomial-Time Complexity,” Journal of the As-sociation for Computing Machinery 35 (1988) 727–739, with M. A. Langston. • “On the Galactic Number of a Hypercube,” Mathematical and Computer Modelling 11 (1988), 212–215, with M. Hoover and F. Harary. • “Radius and Diameter in Manhattan Lattices,” Discrete Mathematics 73 (1989), 119– 125, with D. J. Kleitman. • “Polynomial-Time Self-Reducibility: Theoretical Motivations and Practical Results,” International Journal of Computer Mathematics 31 (1989), 1–9, with D. J. Brown and M. A. Langston. • “The Robertson-Seymour Theorems: A Survey of Applications,” Contemporary Math-ematics 89 (1989), 1–18.
    [Show full text]
  • Michael R. Fellows
    Michael R. Fellows Position Professor (Australian Professorial Fellow) Charles Darwin University Darwin, Northern Territory, Australia phone: (international mobile) +44 7590 089314 electronic mail: [email protected] fax: +61 8 8946 6680 Personal Born: June 15, 1952, in Upland, California Information Citizenship: Australia, Canada, U.S.A. Married: to Frances Rosamond (Professor, Charles Darwin University) Education Ph.D., Computer Science, University of California, San Diego, 1985 M.A., Mathematics, University of California, San Diego, 1982 B.A., Mathematics, Sonoma State University, California, 1980 Experience 2010–present: Professor, Charles Darwin University, Australia 2001–2010: Professor of Computer Science, Univ. Newcastle, Australia 1999–2001: Reader of Theoretical Computer Science, Victoria Univ., N.Z. 1995–2001: Professor of Computer Science, Univ. Victoria, Canada 1990–1995: Associate Professor, Univ. Victoria, Canada 1987–1990: Associate Professor, Univ. Idaho, U.S.A. 1986–1987: Assistant Professor, Univ. New Mexico, U.S.A. 1985–1986: Assistant Professor, Washington State Univ., U.S.A. Professional Computational Complexity Theory, Combinatorial Algorithms, Interests Computational Biology, Mathematical Sciences Communication 1 Research Funding “An Algebraic Approach to Parallel Processing,” $30,000 (US), Sandia Laboratories Univer- sity Research Program, October 1986–October 1987, Principal Investigator. “Solution Strategies for Practical Problems of VLSI Design,” $91,795 (US), U.S. National Science Foundation, December 1986–May 1989, Co-Principal Investigator, one of two. “Structured Approaches for Problems of Network Design and Utilization,” $146,045 (US), U.S. Office of Naval Research, July 1988–July 1991, Principal Investigator. “VLSI Hardware Acceleration Center for Space Research,” $1,500,000 (US), U.S. National Aeronautics and Space Administration, June 1988 – March 1991, Co-Principal Investigator, one of ten.
    [Show full text]
  • Infeasibility of Instance Compression and Succinct Pcps for NP∗
    Infeasibility of Instance Compression and Succinct PCPs for NP∗ Lance Fortnow Rahul Santhanam March 19, 2010 Abstract The OR-SAT problem asks, given Boolean formulae φ1; : : : ; φm each of size at most n, whether at least one of the φi's is satisfiable. We show that there is no reduction from OR-SAT to any set A where the length of the output is bounded by a polynomial in n, unless NP ⊆ coNP=poly, and the Polynomial-Time Hierarchy collapses. This result settles an open problem proposed by Bodlaender et. al. [BDFH08] and Harnik and Naor [HN06b] and has a number of implications. • A number of parametric NP problems, including Satisfiability, Clique, Dominating Set and Integer Programming, are not instance compressible or polynomially kernelizable unless NP ⊆ coNP=poly. • Satisfiability does not have PCPs of size polynomial in the number of variables unless NP ⊆ coNP=poly. • An approach of Harnik and Naor to constructing collision-resistant hash functions from one-way functions is unlikely to be viable in its present form. • (Buhrman-Hitchcock) There are no subexponential-size hard sets for NP unless NP is in co-NP/poly. We also study probabilistic variants of compression, and show various results about and connections between these variants. To this end, we introduce a new strong derandomization hypothesis, the Oracle Derandomization Hypothesis, and discuss how it relates to traditional derandomization assumptions. 1 Introduction Bodlaender et al. [BDFH08] and Harnik and Naor [HN06b] raise the following question, which has relevance to a wide variety of areas, including parameterized complexity, cryptography, prob- abilistically checkable proofs and structural complexity.
    [Show full text]
  • A Quick Summary of the Field of Parameterized Complexity, 2012
    A quick summary of the field of Parameterized Complexity, 2012 Overview Parameterized Complexity is a recent branch of computational complexity theory that provides a framework for a refined analysis of hard algorithmic problems. The big, important prob- lems facing Planet Earth have structure with “secondary” measurements (parameters), apart from the primary measurement of overall input size, that significantly affect problem computa- tional complexity. The central notion of fixed parameter tractability (FPT) is a generalization of polynomial-time based on confining any non-polynomial (typically exponential) complexity costs to a function only of these secondary measurements. Parameterized algorithms have strong connections to heuristics for NP-hard problems, and the multivariate approach allows more re- alistic modelling of real-world input distributions. The field is strongly interdisciplinary, with applications in massive parallel processing of huge data sets, bioinformatics, AI, computational social choice, ecology and other disciplines. Online Resources The Parameterized Complexity Wiki has a tremendous amount of information, including papers at conferences and journals and arXiv. http://www.fpt.wikidot.com The Parameterized Complexity Newsletter keeps the community informed about breakthrough results, awards, and other news. http://fpt.wikidot.com/fpt-news:the-parameterized-complexity-newsletter Monographs 1. R. G. Downey, M. R. Fellows. Parameterized Complexity. Springer-Verlag, 1999. 2. J. Flum, M. Grohe. Parameterized Complexity Theory. Springer-Verlag, 2006. 3. R. Niedermeier. Invitation to Fixed-Parameter Algorithms. Oxford University Press, 2006. Recent Special Issues and Surveys “Exact and Parameterized Computation - Moderately Exponential and Parameterized Approxi- mation”. Manuscripts are solicited for a special issue of the journal Theoretical Computer Science (Vangelis Th.
    [Show full text]
  • 1. RG Downey, MR Fellows: Parameterized Complexity Springer-Verlag
    The Field of Parameterized Complexity Monographs: 1. R. G. Downey, M. R. Fellows: Parameterized Complexity Springer-Verlag, 1999. 2. J. Flum and M. Grohe. Parameterized Complexity Theory. Springer-Verlag, 2006. 3. R. Niedermeier. Invitation to Fixed-Parameter Algorithms. Oxford University Press, 2006. 4. M. R. Fellows and F. A. Rosamond. Parameterized Complexity Extremal Theory. Cambridge University Press. In progress. 5. Fernau, Henning. Parameterized Algorithmics: A Graph-Theoretic Approach. Habilitationsschrift, Universitat Tubingen, 2005. Book in progress. Special Issues: • The Computer Journal. Vol 1 and Vol 3, 2008. Special Eds. Michael Fellows, Rod Downey and Michael Langston. • ACM SIGACT News. 38(1):31–45, 2007. "Invitation to data reduction and problem kernelization." Guo, Jiong and Rolf Niedermeier. • Theoretical Computer Science, 351 (3), p.295-295, Feb 2006. R. Downey, M. Langston and R. Niedermeier guest editors. • Bulletin of the ESA. Vol 86, June 2005. Column on Algorithmics. M. Serna, D. Thilikos: Parameterized Complexity for Graph Layout Problems. • Journal of Computer and System Sciences. Volume 67, Issue 4. Dec 2003. Special issue on Parameterized Computation and Complexity. J. Chen and M. R. Fellows guest editors. International Conference Series: IWPEC International Workshop on Parameterized and Exact Computation 2000 Chennai, India 2002 Kanpur, India (joint with FSTTCS) 2004 Bergen (joint with ESA) 2006 ETH Zurich, Switzerland (joint with ESA) 2008 Victoria, BC Canada (co-located with STOC) 2009 Stockholm (joint with ESA) Dagstuhl Workshops 1. 2009 Seminar 09171, 19.04.09 - 24.04.09. Adaptive, Output Sensitive, Online and Parameterized Algorithms. Jérémy Barbay (DCC - Universidad de Chile, CL), Rolf Klein (Universität Bonn, DE), Alejandro Lopez-Ortiz (University of Waterloo, CA), Rolf Niedermeier (Universität Jena, DE).
    [Show full text]
  • Colloquium Data Reduction and FPT Kernelization: Practical Algorithms and Lower Bounds
    In Favour of Posting Institute of Theoretical Computer Science and Communications Colloquium Data Reduction and FPT Kernelization: Practical Algorithms and Lower Bounds By Professor Michael Fellows Department of Computer Science, University of Newcastle, Australia April 29, 2009 (Thursday) 2:30pm - 3:30 pm Rm. 121, Ho Sin Hang Engineering Building, CUHK Abstract: Parameterized complexity allows us to ask new questions. One of the great successes of the multivariate point of view of algorithms and complexity has turned out to be the systematic investigation of pre-processing, a humble but almost universally important strategy in practical computing. A parameterized problem is fixed-parameter tractable (FPT) if and only if there is a polynomial time algorithm that reduces any instance of the problem, to an equivalent instance of size bounded by a function of (only) the parameter. This equivalence provides a systematic framework for studying the power of polynomial time pre-processing. Recent research in this paradigm has revealed unexpected mathematical depth to pre-processing algorithmics, and has led to truly new and useful algorithms for hard problems. In turn, this has raised questions about the ultimate limits to polynomial time pre-processing, and recently, mathematical methods for proving lower bounds to kernelization have been discovered. The talk will survey this enormously practical and rapidly developing area of multivariate algorithmics. Biography: Professor Michael Fellows received his Ph.D. in Computer Science at the University of California, San Diego, in 1985. Born in California, he now holds three citizenships: USA, Canada and Australia, having held academic positions in those three countries and also New Zealand.
    [Show full text]
  • Parameterized Complexity-News
    Parameterized Complexity-News The Newsletter of the Parameterized Complexity Community Volume 3, May 2008 Welcome A. Directed Problems cracked! Directed Feed- Frances Rosamond, Editor The long-outstanding parameterized back Vertex Set ∗ k Welcome to the latest issue of the Parameterized Com- has been solved with an O (k! ∗ 4 ) plexity Newsletter. We begin with celebration of two long algorithm. The paper by Chen, Liu, Lu, O’Sullivan, open problems resolved! This leads us to ask what are and Razgon will appear at STOC’08. Directed “Span- Directed the next challenges. Our aim is to be provocative and ning Tree with Constraints” problems, such as Maximum Leaf Directed Spanning Tree informative, suggesting new problems while keeping the or , have community abreast of the rapidly expanding list of appli- solutions based on the methodology: reduce to bounded k cations and techniques. The world records of FPT races treewidth. Results include an O(2 ∗ k) kernel for (as we know them)are summarized. The newsletter has ‘Minimum-Leaf Outbranching’, parameter the number a Problem Corner and a section of research ideas. There of non-leaf vertices. The paper by Gutin, Razgon, are sections for recent papers and manuscripts, for con- Kim will appear at AAIM’08 and can be found at ferences, and one to keep us up-to-date on new positions CoRR abs/0801.1979(2008), and “Parameterized Algo- and occasions. Over a million euros! Congratulations rithms for Directed Maximum Leaf Problems” by Alon, J.A. Telle. Grant successes are mentioned for inspiration. Fomin, Gutin, Krivelevich and Saurabh was presented at We extend congratulations to new graduates.
    [Show full text]