pub fn get_children(
    td: &TreeDecomposition,
    id: usize,
    parent_id: usize
) -> FxHashSet<usize>
Expand description

Return the children of a bag (children = neighbors \ {parent_id}).