pub unsafe extern "C" fn SCIPdigraphGetComponent(
    digraph: *mut SCIP_DIGRAPH,
    compidx: c_int,
    nodes: *mut *mut c_int,
    nnodes: *mut c_int
)
Expand description

Returns the previously computed undirected component of the given number for the given directed graph. If the components were sorted using SCIPdigraphTopoSortComponents(), the component is (almost) topologically sorted.