Function SCIPdigraphComputeUndirectedComponents

Source
pub unsafe extern "C" fn SCIPdigraphComputeUndirectedComponents(
    digraph: *mut SCIP_DIGRAPH,
    minsize: c_int,
    components: *mut c_int,
    ncomponents: *mut c_int,
) -> SCIP_RETCODE
Expand description

Compute undirected connected components on the given graph.

@note For each arc, its reverse is added, so the graph does not need to be the directed representation of an undirected graph.