igraph_vertex_coloring_greedy

Function igraph_vertex_coloring_greedy 

Source
pub unsafe extern "C" fn igraph_vertex_coloring_greedy(
    graph: *const igraph_t,
    colors: *mut igraph_vector_int_t,
    heuristic: igraph_coloring_greedy_t,
) -> igraph_error_t