Welcome to the website to the tutorial class of Introduction to Parameterized Algorithms (lecturers Jiri Fiala and Martin Koutecky).
The lecture's website is here.
We are yet to be scheduled.
If you have a feeling that
You will get credit for solving homework. There will be a homework set every two weeks. You need 66 % of the points to obtain the credit.
I encourage discussing homework solutions among yourselves. However, make sure you create the submitted solution on your own.
Using computer algebra systems is fully allowed and encouraged in your solutions. Ideally, please send a link/certificate in the complexity sense to how you used it for solving the problem. So e.g. a Wolfram alpha URL that includes your expression.
Date | Topic | Task statement | Solutions | Remarks |
TBD | Reductions and exact exponential algorithms | Handwritten solutions | ||
Kernelization | Handwritten solutions | |||
TBD | Branch & Bound | Handwritten solutions | ||
TBD | Randomized FPT algorithm for Longest Path problem via Color Coding | Included in the task statement | ||
TBD | Iterative compression | Handwritten solutions | The algorithm for Disjoint Split Vertex Deletion is described in Lemma 3 in this paper. The algorithm they get is cubic. The algorithm I describe in the solutions is quintic. | |
TBD | Dynamic programming (over subsets) | None, sorry. | ||
TBD | Treewidth: graph theory point of view | None, sorry. | ||
TBD | Treewidth: dynamic programming over (nice) tree decompositions | None, sorry. | ||
TBD | Courcelle's theorem: FPT algorithms for problems parameterized by treewidth without tears | Handwritten lecture notes | N/A | |
TBD | Crash course on Hardness results in the parameterized world. I.e. how to show that a problem does not have an FPT algorithm or a polynomial kernel. | Handwritten lecture notes | N/A | |
TBD | Integer programming and neighborhood diversity | PDF (even in LaTeX!) | Taught by Lluis Sabater Rojas. | |
TBD | FPT algorithm for Closest String problem via integer programming. Subexponential algorithm for Vertex Cover in planar graphs via bidimensionality. | PDF (even in LaTeX!) |
Taught by Lluis Sabater Rojas. There is an error in the solutions when dealing with duplicate column types. Consider a column type. For each its instance (meaning a copy in the input matrix) we can use a different character in the solution. Thus our variable needs to consider how many copies of an instance receive a certain character as the output. As a sanity check, there are |