igraph_is_independent_vertex_set

Function igraph_is_independent_vertex_set 

Source
pub unsafe extern "C" fn igraph_is_independent_vertex_set(
    graph: *const igraph_t,
    candidate: igraph_vs_t,
    res: *mut igraph_bool_t,
) -> igraph_error_t