igraph_decompose

Function igraph_decompose 

Source
pub unsafe extern "C" fn igraph_decompose(
    graph: *const igraph_t,
    components: *mut igraph_graph_list_t,
    mode: igraph_connectedness_t,
    maxcompno: igraph_int_t,
    minelements: igraph_int_t,
) -> igraph_error_t