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