is_matching

Function is_matching 

Source
pub fn is_matching(
    num_vertices: usize,
    edges: &[(usize, usize)],
    selected: &[bool],
) -> bool
Expand description

Check if a selection of edges forms a valid matching.