SCIPcreateDisjointset

Function SCIPcreateDisjointset 

Source
pub unsafe extern "C" fn SCIPcreateDisjointset(
    scip: *mut SCIP,
    djset: *mut *mut SCIP_DISJOINTSET,
    ncomponents: c_int,
) -> SCIP_RETCODE
Expand description

creates a disjoint set (union find) structure \p djset for \p ncomponents many components (of size one)