pub fn get_children( td: &TreeDecomposition, id: usize, parent_id: usize, ) -> FxHashSet<usize>
Return the children of a bag (children = neighbors \ {parent_id}).