pub fn is_set_packing(sets: &[Vec<usize>], selected: &[bool]) -> bool
Check if a selection of sets forms a valid set packing.