- Pseudo Tree - a pseudo tree of an undirected graph π = (π, π)Β is a directed rooted tree π = (π, πβ)Β if any arc in πΒ whichΒ is not in πβΒ is a back-arc in π (i.e.Β it connects a node in πΒ to an ancestor in π). The arcs in πβΒ do not have to be in π
- Extended Graph - given a pseudo tree π of π, the extended graph of π relative to π includes also the arcs in πβ that are not in π. That is, the extended graph is defined as ππΒ = (π, π βͺ πβ)
Examples
|
|
|
pseudo tree - black edges only |
Subpages
maximum height pseudo tree is simply a chain, finding the minimum height pseudo tree however is NP-Complete. This problem is found in various tasks (e.g. finding the smallest possible OR Search Graph)
