igraph_feedback_vertex_set

Function igraph_feedback_vertex_set 

Source
pub unsafe extern "C" fn igraph_feedback_vertex_set(
    graph: *const igraph_t,
    result: *mut igraph_vector_int_t,
    vertex_weights: *const igraph_vector_t,
    algo: igraph_fvs_algorithm_t,
) -> igraph_error_t