igraph_weighted_clique_number

Function igraph_weighted_clique_number 

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