FPT algorithms for path-transversals and cycle-transversals problems in graphs
- S. Guillemot
INRIA, France
20 February 2008
- S. Guillemot (INRIA, France)
FPT algorithms ... 20 February 2008 1 / 10
FPT algorithms for path-transversals and cycle-transversals problems - - PowerPoint PPT Presentation
FPT algorithms for path-transversals and cycle-transversals problems in graphs S. Guillemot INRIA, France 20 February 2008 S. Guillemot (INRIA, France) FPT algorithms ... 20 February 2008 1 / 10 Introduction In short: We consider graph
INRIA, France
FPT algorithms ... 20 February 2008 1 / 10
FPT algorithms ... 20 February 2008 2 / 10
FPT algorithms ... 20 February 2008 3 / 10
1
2
FPT algorithms ... 20 February 2008 4 / 10
v∈V xv
v∈P xv ≥ 1, ...
P∈P fP
P∈P:v∈P fP ≤ 1, ...
FPT algorithms ... 20 February 2008 5 / 10
v∈V xv
v∈P xv ≥ 1, ...
P∈P fP
P∈P:v∈P fP ≤ 1, ...
σ the cost of an optimal solution of the LP;
σ ≤ optσ ≤ 2opt∗ σ.
FPT algorithms ... 20 February 2008 5 / 10
σ;
σ ≤ p 2, we answer ”yes”;
σ > p, we answer ”no”.
σ ≤ optσ ≤ 2opt∗ σ (by half-integrality).
FPT algorithms ... 20 February 2008 6 / 10
σ;
FPT algorithms ... 20 February 2008 6 / 10
σ;
σ′ > opt∗ σ.
FPT algorithms ... 20 February 2008 6 / 10
σ;
σ′ = opt∗ σ?
σ′ = opt∗ σ, we issue only one recursive call for the equivalent
FPT algorithms ... 20 February 2008 6 / 10
σ;
σ ≤ p/2 then return ”yes”; if opt∗ σ > p then return ”no”;
σ = opt∗ σ′ then return SolvePathCover(σ′, p);
σ, then in the two recursive calls
FPT algorithms ... 20 February 2008 7 / 10
σ;
σ ≤ p/2 then return ”yes”; if opt∗ σ > p then return ”no”;
σ = opt∗ σ′ then return SolvePathCover(σ′, p);
FPT algorithms ... 20 February 2008 7 / 10
FPT algorithms ... 20 February 2008 8 / 10
FPT algorithms ... 20 February 2008 8 / 10
FPT algorithms ... 20 February 2008 8 / 10
FPT algorithms ... 20 February 2008 8 / 10
FPT algorithms ... 20 February 2008 8 / 10
FPT algorithms ... 20 February 2008 9 / 10
FPT algorithms ... 20 February 2008 9 / 10
FPT algorithms ... 20 February 2008 9 / 10
FPT algorithms ... 20 February 2008 9 / 10
FPT algorithms ... 20 February 2008 9 / 10
FPT algorithms ... 20 February 2008 10 / 10