igraph_create_bipartite

Function igraph_create_bipartite 

Source
pub unsafe extern "C" fn igraph_create_bipartite(
    g: *mut igraph_t,
    types: *const igraph_vector_bool_t,
    edges: *const igraph_vector_int_t,
    directed: igraph_bool_t,
) -> igraph_error_t