SCIPdigraphGetSuccessorsData

Function SCIPdigraphGetSuccessorsData 

Source
pub unsafe extern "C" fn SCIPdigraphGetSuccessorsData(
    digraph: *mut SCIP_DIGRAPH,
    node: c_int,
) -> *mut *mut c_void
Expand description

returns the array of data corresponding to the arcs originating at the given node, or NULL if no data exist; this array must not be changed from outside