Date | Topic | Materials | |
8/28, 8/30 | Course at a glance. |
Slides: ppt, pdf. Homework 0 out. Optional: CACM overview article. Just in case it's of interest: vision paper for our lab. |
|
Part 0: Basic techniques from computer science. | |||
8/30-9/11 | Linear programming. (Mixed) integer linear programming. |
Slides: ppt, pdf. Example files: painting.lp, painting.mod, knapsack.lp, knapsack_simple.mod, knapsack.mod, cell.lp, cell.mod, hotdog.mod, sudoku.mod. SLB Appendices A, B. Programming assignment 1 out. Guide to the modeling language. Here are also lecture notes I wrote those for a course on linear and integer programming; if you want to learn more about these topics there may be some useful resources on that course's website. |
|
9/11-9/18 | Computational problems. Algorithms. Runtime of algorithms. Easy and hard problems. |
Slides: ppt, pdf. Sorting algorithms spreadsheet. Example files: set_cover.mod, set_cover2.mod Optional: CACM article on P vs. NP. |
|
Part 1: Expressive marketplaces. | |||
9/18-9/25 | Single-item auctions. Combinatorial auctions. Bidding languages. Winner determination problem. Variants (reverse auctions, exchanges). |
Slides: ppt, pdf. Note: we are not going in the same order as the book on these topics. The book does mechanism design before getting into auctions. I'm pointing out the chapters that are associated with each topic, but for reading purposes you may prefer following the order of the book for the next few lectures, reading mechanism design (Ch. 10) before auctions (Ch. 11), and single-item auctions and their analysis before combinatorial auctions. SLB 11.3.1-11.3.4, 11.4.1. Optional: 11.2, 11.3.5, Conitzer chapter on auctions, Lehmann et al. chapter on winner determination, Sandholm chapter on optimal winner determination. |
|
9/25, 9/30 | Expressive financial securities. |
Slides: ppt, pdf. SLB 10.4.2. Programming assignment 2 out. Partial solution to graph winner determination problem, for first problem. Practice midterm 1. Optional: Paper 1, paper 2, paper 3. Article about Predictalot. |
|
Barter exchanges/matching markets. Kidney exchange. |
Slides: ppt, pdf. Paper (you do not need to understand all the details about constraint and column generation). |
||
Part 2: Game theory. | |||
Part 3: Mechanism design. |