1. What are the contributions in "Dynamic programming for graphs on surfaces" ?
Rué et al. this paper proposed a dynamic programming for graphs on surfaces ( DP-SOM ) framework, which is based on the Courcelle theorem that graph problems expressible in Monadic Second Order Logic can be solved in f ( bw ) · n steps.
read more
2. What is the challenge in the design of such algorithms?
A challenge in the design of such algorithms is to reduce the contribution of branchwidth to the size of their tables and therefore to simplify f as much as possible.
read more
3. What is the common step for performing dynamic programming?
For performing dynamic programming, their approach resides in a common preprocessing step that is to construct a surface cut decomposition.
read more
4. How can one obtain a branch decomposition of G and G?
Given a carving decomposition (T, µ) of MG (or equivalently, a radial decomposition (T ∗, µ∗) of RG), one can obtain in a natural way branch decompositions of G and G∗ by redefining the bijection µ from the leaves of T to the edges of G (or G∗) that correspond to the faces of RG.
read more




