igraph_cohesive_blocks

Function igraph_cohesive_blocks 

Source
pub unsafe extern "C" fn igraph_cohesive_blocks(
    graph: *const igraph_t,
    blocks: *mut igraph_vector_int_list_t,
    cohesion: *mut igraph_vector_int_t,
    parent: *mut igraph_vector_int_t,
    block_tree: *mut igraph_t,
) -> igraph_error_t