pub unsafe extern "C" fn SCIPdigraphSetSizes(
digraph: *mut SCIP_DIGRAPH,
sizes: *mut c_int,
) -> SCIP_RETCODEExpand description
sets the sizes of the successor lists for the nodes in a directed graph and allocates memory for the lists
pub unsafe extern "C" fn SCIPdigraphSetSizes(
digraph: *mut SCIP_DIGRAPH,
sizes: *mut c_int,
) -> SCIP_RETCODEsets the sizes of the successor lists for the nodes in a directed graph and allocates memory for the lists