igraph_largest_weighted_cliques

Function igraph_largest_weighted_cliques 

Source
pub unsafe extern "C" fn igraph_largest_weighted_cliques(
    graph: *const igraph_t,
    vertex_weights: *const igraph_vector_t,
    res: *mut igraph_vector_int_list_t,
) -> igraph_error_t