igraph_realize_degree_sequence

Function igraph_realize_degree_sequence 

Source
pub unsafe extern "C" fn igraph_realize_degree_sequence(
    graph: *mut igraph_t,
    outdeg: *const igraph_vector_int_t,
    indeg: *const igraph_vector_int_t,
    allowed_edge_types: igraph_edge_type_sw_t,
    method: igraph_realize_degseq_t,
) -> igraph_error_t