Expand description
Contains a data structure for nice tree decompositions and an algorithm to generate them.
Structs§
- Nice
Tree Decomposition - Represents a nice tree decomposition.
Enums§
- Nice
TdNode Type - Represents one of the four possible node types of a nice tree decomposition.
Functions§
- get_
children - Return the children of a bag (children = neighbors \ {parent_id}).