pub unsafe extern "C" fn SCIPdigraphGetNSuccessors(
digraph: *mut SCIP_DIGRAPH,
node: c_int,
) -> c_intExpand description
returns the number of successor nodes of the given node
pub unsafe extern "C" fn SCIPdigraphGetNSuccessors(
digraph: *mut SCIP_DIGRAPH,
node: c_int,
) -> c_intreturns the number of successor nodes of the given node