igraph_weighted_cliques

Function igraph_weighted_cliques 

Source
pub unsafe extern "C" fn igraph_weighted_cliques(
    graph: *const igraph_t,
    vertex_weights: *const igraph_vector_t,
    res: *mut igraph_vector_int_list_t,
    maximal: igraph_bool_t,
    min_weight: igraph_real_t,
    max_weight: igraph_real_t,
    max_results: igraph_int_t,
) -> igraph_error_t