igraph_gomory_hu_tree

Function igraph_gomory_hu_tree 

Source
pub unsafe extern "C" fn igraph_gomory_hu_tree(
    graph: *const igraph_t,
    tree: *mut igraph_t,
    flows: *mut igraph_vector_t,
    capacity: *const igraph_vector_t,
) -> igraph_error_t