Treewidth Flashcards

1
Q

What is Elimination Ordering

A

Elimination ordering is an ordering of eliminating vertices of G. Each elimination ordering is different in terms of treewidth. One elimination ordering may have different width than another elimination ordering.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is k-Tree?

A

k-Trees are recursively defined as follows:
-A clique of size k+1 is a k-tree.
- Given a k-tree T, one can construct a new
k-tree by creating a new vertex and making
it adjacent to a size k k clique of T.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Treewidth definition (by elimination ordering)

A

Correction: The treewidth of a graph G is the minimum width out of all elimination orderings of G .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Treewidth definition (by k-Tree)

A

The treewidth of a graph G is the minimum k

such that G is a partial k-tree.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Tree Decomposition definition

A

Let G = (V, E) be a graph. A tree decomposition
of G is a pair (T, χ) consisting of a tree T = (V′ , E′ )
and a mapping χ : V′ → 2^V such that:

1. union of χ(v) for each v ∈ V is equal to V
2. For each vw ∈ E, there is a v′ ∈ V’ with v, w ∈ χ(v′  χ(v').
3. Ked zoberiem v \in V(G) a zoberiem vsetky t \in V(T) take, ze v patri t, tak nam vznikne connected subtree. To plati pre vsetky v \in V(G).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Courcelle’s theorem

A

MSO2 MODEL CHECKING is FPT parameterized by the treewidth of G and the length ∥φ∥ of φ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

INDEPENDENT SET parametrization

A

INDEPENDENT SET is FPT parameterized by the treewidth of G and k.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly