[class poster]

6.890 Algorithmic Lower Bounds: Fun with Hardness Proofs (Fall 2014)

Prof. Erik Demaine       TAs: Sarah Eisenstat, Jayson Lynch


[Home] [Lectures] [Problem Sets] [Project] [Open Problems] [Piazza] [Accessibility]

Overview

Need to figure out when to give up the search for efficient algorithms?
Want to know why Tetris and Mario are computationally intractable?
Love seeing the connections between problems and how they can be transformed into each other?
Like solving puzzles that can turn into publishable papers?

This class takes a practical approach to proving problems can't be solved efficiently (in polynomial time and assuming standard complexity-theoretic assumptions like P ≠ NP). We focus on reductions and techniques for proving problems are computationally hard for a variety of complexity classes. Along the way, we'll create many interesting gadgets, learn many hardness proof styles, explore the connection between games and computation, survey several important problems and complexity classes, and crush hopes and dreams (for fast optimal solutions).

The ability to show a problem is computationally hard is a valuable tool for any algorithms designer to have. Lower bounds can tell us when we need to turn to weaker goals or stronger models of computation, or to change the problem we're trying to solve. Trying to find lower bounds can help us see what makes a problem difficult or what patterns we might be able to exploit in an algorithm. The hardness perspective can help us understand what makes problems easy, or difficult to solve.

We will organize an optional problem-solving session, during which we can jointly try to solve open problems focusing on proving problems (we think) are computationally hard. In the past, similar problem sessions in 6.849 and 6.851 have led to important new results and published papers, as well as class projects.

See also the sister course to this one being taught by MohammadTaghi Hajiaghayi simultaneously at the University of Maryland.

Topics

This is an advanced class on algorithmic reduction. We will focus on techniques for proving problems are complete with respect to various complexity classes, not on the complexity theory itself. Here is a tentative list of topics:

Readings and Resources

There is no textbook for this class, but there are two recommended books, one book chapter, and several useful websites.
  1. Computers and Intractability A Guide to the Theory of NP-Completeness: book by Michael R. Garey and David S. Johnson
  2. Johnson's followup NP-completeness Columns
  3. Games, Puzzles, & Computation: book by Robert A. Hearn and Erik D. Demaineavailable at MIT from CRCnetBASE
  4. The Design of Approximation Algorithms by David Williamson and David Shmoys: chapter 16 is about inapproximability — ebook avalible from the MIT Library,     draft available for free download
  5. Limits to Parallel Computation: P-Completeness Theory by Raymond Greenlaw, H. James Hoover, and Walter L. Ruzzo — available for free download
  6. Complexity Zoo
  7. A compendium of NP optimization problems
  8. Erik's 6.046 notes proving some basic NP-hardness (3-Dimensional Matching, Subset Sum, 4-Partition)

Specifics

Lecture Time: Tuesdays and Thursdays at 3:30pm–5:00pm
Lecture Room: MIT room 2-105
First Lecture: Thursday, September 4, 2014
Problem Session Time: 5-7pm Thursdays
Problem Session Room: 32-044
Office Hours Time: Tuesday 5-7pm
Office Hours Location: MIT room 34-303
Professor: Erik Demaine, 32-G680
TAs: Sarah Eisenstat, 32-G635
  Jayson Lynch, 32-G585B
Staff Email: 6890-staff at csail.mit.edu
Units: 3-0-9
Prerequisites: 6.046 or equivalent background in discrete mathematics and algorithms
Alternatively, permission from the instructor.
No background in computational complexity is required (though it doesn't hurt); all needed notions will be defined in this class.
Credit: H-level. This subjects qualifies as a Theoretical Computer Science concentration subject or be counted as an AUS.
Requirements: Attending lectures
Problem sets
Scribe notes for 1-2 lectures
Written project and project presentation

Grading

There are three requirements for the class:

Participating

This is a brand new class. Help shape it with your feedback and content requests!

We welcome both undergraduate and graduate students from all universities, although officially this is a graduate class.

If you are interested in attending the class, for credit or as a listener, please join the 6890-students mailing list.

Past and Future

The class is offered only occasionally. The latest edition is Fall 2023. It was also offered in Spring 2019 as 6.892.